Home
last modified time | relevance | path

Searched refs:tts (Results 1 – 2 of 2) sorted by relevance

/drivers/usb/host/
Dxhci-mem.c818 tt_list_head = &(xhci->rh_bw[virt_dev->real_port - 1].tts); in xhci_free_tt_info()
855 &xhci->rh_bw[virt_dev->real_port - 1].tts); in xhci_alloc_tt_info()
956 tt_list_head = &(xhci->rh_bw[vdev->real_port - 1].tts); in xhci_free_virt_devices_depth_first()
1177 list_for_each_entry(tt_bw, &rh_bw->tts, tt_list) { in xhci_setup_addressable_virt_dev()
1916 list_for_each_entry_safe(tt, n, &xhci->rh_bw[i].tts, tt_list) { in xhci_mem_cleanup()
2336 INIT_LIST_HEAD(&xhci->rh_bw[i].tts); in xhci_setup_port_arrays()
Dxhci.h1053 struct list_head tts; member