Searched refs:ttport (Results 1 – 14 of 14) sorted by relevance
/linux-4.1.27/drivers/usb/host/ |
D | ehci-q.c | 175 urb->dev->ttport, urb->dev->devnum, in ehci_clear_tt_buffer() 890 info2 |= (urb->dev->ttport-1) << 23; in qh_make() 892 info2 |= urb->dev->ttport << 23; in qh_make()
|
D | ehci-sched.c | 140 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()
|
D | xhci-mem.c | 895 tt_info->ttport = i+1; in xhci_alloc_tt_info() 1169 tt_bw->ttport == dev->udev->ttport)) { in xhci_setup_addressable_virt_dev() 1182 (udev->ttport << 8)); in xhci_setup_addressable_virt_dev() 1187 xhci_dbg(xhci, "udev->ttport = 0x%x\n", udev->ttport); in xhci_setup_addressable_virt_dev()
|
D | fusbh200-hcd.c | 2174 urb->dev->ttport, urb->dev->devnum, in fusbh200_clear_tt_buffer() 2898 info2 |= (urb->dev->ttport-1) << 23; in qh_make() 2900 info2 |= urb->dev->ttport << 23; in qh_make() 3484 return dev1->ttport == dev2->ttport; in same_tt()
|
D | fotg210-hcd.c | 2222 urb->dev->ttport, urb->dev->devnum, in fotg210_clear_tt_buffer() 2951 info2 |= (urb->dev->ttport-1) << 23; in qh_make() 2953 info2 |= urb->dev->ttport << 23; in qh_make() 3542 return dev1->ttport == dev2->ttport; in same_tt()
|
D | xhci.h | 968 int ttport; member
|
D | oxu210hp-hcd.c | 1454 info2 |= urb->dev->ttport << 23; in qh_make()
|
D | xhci.c | 2241 virt_dev->tt_info->ttport); in xhci_check_bw_table()
|
/linux-4.1.27/drivers/usb/usbip/ |
D | usbip_common.c | 106 pr_debug("tt %p, ttport %d\n", udev->tt, udev->ttport); in usbip_dump_usb_device()
|
/linux-4.1.27/include/linux/ |
D | usb.h | 546 int ttport; member
|
/linux-4.1.27/drivers/usb/core/ |
D | hub.c | 809 clear->tt = tt->multi ? udev->ttport : 1; in usb_hub_clear_tt_buffer() 4318 udev->ttport = hdev->ttport; in hub_port_init() 4327 udev->ttport = port1; in hub_port_init()
|
/linux-4.1.27/drivers/usb/isp1760/ |
D | isp1760-hcd.c | 575 ptd->dw1 |= TO_DW1_PORT_NUM(qtd->urb->dev->ttport); in create_ptd_atl()
|
/linux-4.1.27/drivers/usb/musb/ |
D | musb_host.c | 2211 qh->h_port_reg = (u8) urb->dev->ttport; in musb_urb_enqueue()
|
/linux-4.1.27/drivers/usb/dwc2/ |
D | hcd.c | 2113 *hub_port = urb->dev->ttport; in dwc2_host_hub_info()
|