Searched refs:tt_list (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/usb/host/ |
| H A D | xhci-mem.c | 811 list_for_each_entry_safe(tt_info, next, tt_list_head, tt_list) { in xhci_free_tt_info() 815 list_del(&tt_info->tt_list); in xhci_free_tt_info() 845 INIT_LIST_HEAD(&tt_info->tt_list); in xhci_alloc_tt_info() 846 list_add(&tt_info->tt_list, in xhci_alloc_tt_info() 950 list_for_each_entry_safe(tt_info, next, tt_list_head, tt_list) { in xhci_free_virt_devices_depth_first() 1161 list_for_each_entry(tt_bw, &rh_bw->tts, tt_list) { in xhci_setup_addressable_virt_dev() 1967 list_for_each_entry_safe(tt, n, &xhci->rh_bw[i].tts, tt_list) { in xhci_mem_cleanup() 1968 list_del(&tt->tt_list); in xhci_mem_cleanup()
|
| H A D | ehci.h | 259 struct list_head tt_list; member 634 struct list_head tt_list; /* List of all ehci_tt's */ member
|
| H A D | ehci-dbg.c | 546 list_for_each_entry(tt, &ehci->tt_list, tt_list) { in fill_bandwidth_buffer()
|
| H A D | ehci-sched.c | 147 list_add_tail(&tt->tt_list, &ehci->tt_list); in find_tt() 184 list_del(&tt->tt_list); in drop_tt()
|
| H A D | ehci-hcd.c | 492 INIT_LIST_HEAD(&ehci->tt_list); in ehci_init()
|
| H A D | xhci.h | 784 struct list_head tt_list; member
|