Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/dwc2/
H A Dhcd.h345 int ttport; member
779 int *ttport);
H A Dhcd_queue.c356 map += DWC2_ELEMENTS_PER_LS_BITMAP * (qh->ttport - 1); in dwc2_get_ls_map()
1517 &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()
/openbmc/linux/drivers/usb/host/
H A Dxhci-mtk-sch.c181 ptt = &tt_index[udev->ttport - 1]; in find_tt()
216 ptt = &tt_index[udev->ttport - 1]; in drop_tt()
H A Dehci-q.c171 urb->dev->ttport, urb->dev->devnum, in ehci_clear_tt_buffer()
896 info2 |= (urb->dev->ttport-1) << 23; in qh_make()
898 info2 |= urb->dev->ttport << 23; in qh_make()
H A Dehci-sched.c128 port = udev->ttport - 1; in find_tt()
171 ptt = &tt_index[udev->ttport - 1]; in drop_tt()
309 return dev1->ttport == dev2->ttport; in same_tt()
1075 addr = dev->ttport << 24; in iso_stream_init()
H A Dxhci-mem.c829 tt_info->ttport = i+1; in xhci_alloc_tt_info()
1149 tt_bw->ttport == dev->udev->ttport)) { in xhci_setup_addressable_virt_dev()
1162 (udev->ttport << 8)); in xhci_setup_addressable_virt_dev()
1167 xhci_dbg(xhci, "udev->ttport = 0x%x\n", udev->ttport); in xhci_setup_addressable_virt_dev()
H A Dxhci.h807 int ttport; member
H A Doxu210hp-hcd.c1874 info2 |= urb->dev->ttport << 23; in qh_make()
H A Dxhci.c2385 virt_dev->tt_info->ttport); in xhci_check_bw_table()
/openbmc/linux/drivers/usb/usbip/
H A Dusbip_common.c94 pr_debug("tt hub ttport %d\n", udev->ttport); in usbip_dump_usb_device()
/openbmc/linux/drivers/usb/fotg210/
H A Dfotg210-hcd.c2122 urb->dev->ttport, urb->dev->devnum, in fotg210_clear_tt_buffer()
2821 info2 |= (urb->dev->ttport-1) << 23; in qh_make()
2823 info2 |= urb->dev->ttport << 23; in qh_make()
3385 return dev1->ttport == dev2->ttport; in same_tt()
/openbmc/linux/include/linux/
H A Dusb.h663 int ttport; member
/openbmc/linux/drivers/usb/core/
H A Dhub.c908 clear->tt = tt->multi ? udev->ttport : 1; in usb_hub_clear_tt_buffer()
4939 udev->ttport = hdev->ttport; in hub_port_init()
4948 udev->ttport = port1; in hub_port_init()
/openbmc/u-boot/drivers/usb/musb-new/
H A Dmusb_host.c2061 qh->h_port_reg = (u8) urb->dev->ttport;
/openbmc/linux/drivers/usb/musb/
H A Dmusb_host.c2258 qh->h_port_reg = (u8) urb->dev->ttport; in musb_urb_enqueue()
/openbmc/linux/drivers/usb/isp1760/
H A Disp1760-hcd.c855 ptd->dw1 |= TO_DW1_PORT_NUM(qtd->urb->dev->ttport); in create_ptd_atl()