Home
last modified time | relevance | path

Searched refs:ttport (Results 1 – 12 of 12) 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()
H A Dxhci.c2494 virt_dev->tt_info->ttport); in xhci_check_bw_table()
/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/core/
H A Dhub.c940 clear->tt = tt->multi ? udev->ttport : 1; in usb_hub_clear_tt_buffer()
5005 udev->ttport = hdev->ttport; in hub_port_init()
5014 udev->ttport = port1; in hub_port_init()
/linux/drivers/usb/musb/
H A Dmusb_host.c2258 qh->h_port_reg = (u8) urb->dev->ttport; in musb_urb_enqueue()
/linux/drivers/usb/isp1760/
H A Disp1760-hcd.c855 ptd->dw1 |= TO_DW1_PORT_NUM(qtd->urb->dev->ttport); in create_ptd_atl()