Home
last modified time | relevance | path

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

/linux/drivers/usb/dwc2/
H A Dhcd.h345 int ttport; member
779 int *ttport);
H A Dhcd_queue.c357 map += DWC2_ELEMENTS_PER_LS_BITMAP * (qh->ttport - 1); in dwc2_get_ls_map()
1480 &qh->ttport); in dwc2_qh_init()
H A Dhcd.c486 *hub_port = urb->dev->ttport; in dwc2_host_hub_info()
4014 gfp_t mem_flags, int *ttport) in dwc2_host_get_tt_info() argument
4020 *ttport = urb->dev->ttport; in dwc2_host_get_tt_info()
/linux/drivers/usb/host/
H A Dehci-sched.c127 port = udev->ttport - 1; in find_tt()
170 ptt = &tt_index[udev->ttport - 1]; in drop_tt()
308 return dev1->ttport == dev2->ttport; in same_tt()
1074 addr = dev->ttport << 24; in iso_stream_init()
H A Dxhci-mtk-sch.c188 ptt = &tt_index[udev->ttport - 1]; in find_tt()
223 ptt = &tt_index[udev->ttport - 1]; in drop_tt()
H A Doxu210hp-hcd.c1850 info2 |= urb->dev->ttport << 23; in qh_make()
/linux/drivers/usb/fotg210/
H A Dfotg210-hcd.c2118 urb->dev->ttport, urb->dev->devnum, in fotg210_clear_tt_buffer()
2817 info2 |= (urb->dev->ttport-1) << 23; in qh_make()
2819 info2 |= urb->dev->ttport << 23; in qh_make()
3381 return dev1->ttport == dev2->ttport; in same_tt()
/linux/include/linux/
H A Dusb.h672 int ttport; member
/linux/drivers/usb/isp1760/
H A Disp1760-hcd.c855 ptd->dw1 |= TO_DW1_PORT_NUM(qtd->urb->dev->ttport); in create_ptd_atl()