Searched refs:tt_list (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/usb/host/ |
H A D | xhci-mem.c | 790 list_for_each_entry_safe(tt_info, next, tt_list_head, tt_list) { in xhci_free_tt_info() 794 list_del(&tt_info->tt_list); in xhci_free_tt_info() 824 INIT_LIST_HEAD(&tt_info->tt_list); in xhci_alloc_tt_info() 825 list_add(&tt_info->tt_list, in xhci_alloc_tt_info() 928 list_for_each_entry_safe(tt_info, next, tt_list_head, tt_list) { in xhci_free_virt_devices_depth_first() 1143 list_for_each_entry(tt_bw, &rh_bw->tts, tt_list) { in xhci_setup_addressable_virt_dev() 1902 list_for_each_entry_safe(tt, n, &xhci->rh_bw[i].tts, tt_list) { in xhci_mem_cleanup() 1903 list_del(&tt->tt_list); in xhci_mem_cleanup()
|
H A D | ehci.h | 259 struct list_head tt_list; member 628 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 | 148 list_add_tail(&tt->tt_list, &ehci->tt_list); in find_tt() 185 list_del(&tt->tt_list); in drop_tt()
|
H A D | ehci-hcd.c | 493 INIT_LIST_HEAD(&ehci->tt_list); in ehci_init()
|
H A D | xhci.h | 805 struct list_head tt_list; member
|