Home
last modified time | relevance | path

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

/drivers/usb/host/
Dehci-q.c179 urb->dev->ttport, urb->dev->devnum, in ehci_clear_tt_buffer()
901 info2 |= (urb->dev->ttport-1) << 23; in qh_make()
903 info2 |= urb->dev->ttport << 23; in qh_make()
Dehci-sched.c140 port = udev->ttport - 1; in find_tt()
183 ptt = &tt_index[udev->ttport - 1]; in drop_tt()
316 return dev1->ttport == dev2->ttport; in same_tt()
1103 addr = dev->ttport << 24; in iso_stream_init()
Dxhci-mem.c895 tt_info->ttport = i+1; in xhci_alloc_tt_info()
1221 tt_bw->ttport == dev->udev->ttport)) { in xhci_setup_addressable_virt_dev()
1234 (udev->ttport << 8)); in xhci_setup_addressable_virt_dev()
1239 xhci_dbg(xhci, "udev->ttport = 0x%x\n", udev->ttport); in xhci_setup_addressable_virt_dev()
Dfotg210-hcd.c2152 urb->dev->ttport, urb->dev->devnum, in fotg210_clear_tt_buffer()
2859 info2 |= (urb->dev->ttport-1) << 23; in qh_make()
2861 info2 |= urb->dev->ttport << 23; in qh_make()
3423 return dev1->ttport == dev2->ttport; in same_tt()
Dxhci.h1026 int ttport; member
Doxu210hp-hcd.c1454 info2 |= urb->dev->ttport << 23; in qh_make()
Dxhci.c2279 virt_dev->tt_info->ttport); in xhci_check_bw_table()
/drivers/usb/usbip/
Dusbip_common.c106 pr_debug("tt hub ttport %d\n", udev->ttport); in usbip_dump_usb_device()
/drivers/usb/core/
Dhub.c827 clear->tt = tt->multi ? udev->ttport : 1; in usb_hub_clear_tt_buffer()
4458 udev->ttport = hdev->ttport; in hub_port_init()
4467 udev->ttport = port1; in hub_port_init()
/drivers/usb/isp1760/
Disp1760-hcd.c575 ptd->dw1 |= TO_DW1_PORT_NUM(qtd->urb->dev->ttport); in create_ptd_atl()
/drivers/usb/musb/
Dmusb_host.c2329 qh->h_port_reg = (u8) urb->dev->ttport; in musb_urb_enqueue()
/drivers/usb/dwc2/
Dhcd.c2167 *hub_port = urb->dev->ttport; in dwc2_host_hub_info()