Home
last modified time | relevance | path

Searched refs:ttport (Results 1 – 16 of 16) sorted by relevance

/Linux-v5.4/drivers/usb/dwc2/
Dhcd.h374 int ttport; member
808 int *ttport);
Dhcd_queue.c386 map += DWC2_ELEMENTS_PER_LS_BITMAP * (qh->ttport - 1); in dwc2_get_ls_map()
1547 &qh->ttport); in dwc2_qh_init()
Dhcd.c521 *hub_port = urb->dev->ttport; in dwc2_host_hub_info()
3993 gfp_t mem_flags, int *ttport) in dwc2_host_get_tt_info() argument
3999 *ttport = urb->dev->ttport; in dwc2_host_get_tt_info()
/Linux-v5.4/drivers/usb/host/
Dxhci-mtk-sch.c110 port = udev->ttport - 1; in find_tt()
149 ptt = &tt_index[udev->ttport - 1]; in drop_tt()
Dehci-q.c166 urb->dev->ttport, urb->dev->devnum, in ehci_clear_tt_buffer()
884 info2 |= (urb->dev->ttport-1) << 23; in qh_make()
886 info2 |= urb->dev->ttport << 23; in qh_make()
Dehci-sched.c128 port = udev->ttport - 1; in find_tt()
171 ptt = &tt_index[udev->ttport - 1]; in drop_tt()
303 return dev1->ttport == dev2->ttport; in same_tt()
1088 addr = dev->ttport << 24; in iso_stream_init()
Dxhci-mem.c859 tt_info->ttport = i+1; in xhci_alloc_tt_info()
1177 tt_bw->ttport == dev->udev->ttport)) { in xhci_setup_addressable_virt_dev()
1190 (udev->ttport << 8)); in xhci_setup_addressable_virt_dev()
1195 xhci_dbg(xhci, "udev->ttport = 0x%x\n", udev->ttport); in xhci_setup_addressable_virt_dev()
Dfotg210-hcd.c2126 urb->dev->ttport, urb->dev->devnum, in fotg210_clear_tt_buffer()
2828 info2 |= (urb->dev->ttport-1) << 23; in qh_make()
2830 info2 |= urb->dev->ttport << 23; in qh_make()
3392 return dev1->ttport == dev2->ttport; in same_tt()
Dxhci.h1047 int ttport; member
Doxu210hp-hcd.c1874 info2 |= urb->dev->ttport << 23; in qh_make()
Dxhci.c2337 virt_dev->tt_info->ttport); in xhci_check_bw_table()
/Linux-v5.4/drivers/usb/usbip/
Dusbip_common.c94 pr_debug("tt hub ttport %d\n", udev->ttport); in usbip_dump_usb_device()
/Linux-v5.4/include/linux/
Dusb.h641 int ttport; member
/Linux-v5.4/drivers/usb/core/
Dhub.c874 clear->tt = tt->multi ? udev->ttport : 1; in usb_hub_clear_tt_buffer()
4611 udev->ttport = hdev->ttport; in hub_port_init()
4620 udev->ttport = port1; in hub_port_init()
/Linux-v5.4/drivers/usb/isp1760/
Disp1760-hcd.c574 ptd->dw1 |= TO_DW1_PORT_NUM(qtd->urb->dev->ttport); in create_ptd_atl()
/Linux-v5.4/drivers/usb/musb/
Dmusb_host.c2285 qh->h_port_reg = (u8) urb->dev->ttport; in musb_urb_enqueue()