Searched refs:tt_list (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/usb/host/ |
| H A D | ehci.h | 262 struct list_head tt_list; member 631 struct list_head tt_list; /* List of all ehci_tt's */ member
|
| H A D | xhci-mem.c | 889 list_for_each_entry_safe(tt_info, next, tt_list_head, tt_list) { in xhci_free_tt_info() 893 list_del(&tt_info->tt_list); in xhci_free_tt_info() 923 INIT_LIST_HEAD(&tt_info->tt_list); in xhci_alloc_tt_info() 924 list_add(&tt_info->tt_list, in xhci_alloc_tt_info() 1027 list_for_each_entry_safe(tt_info, next, tt_list_head, tt_list) { in xhci_free_virt_devices_depth_first() 1248 list_for_each_entry(tt_bw, &rh_bw->tts, tt_list) { in xhci_setup_addressable_virt_dev() 2017 list_for_each_entry_safe(tt, n, &xhci->rh_bw[i].tts, tt_list) { in xhci_mem_cleanup() 2018 list_del(&tt->tt_list); in xhci_mem_cleanup()
|
| 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 | 492 INIT_LIST_HEAD(&ehci->tt_list); in ehci_init()
|
| H A D | xhci.h | 1059 struct list_head tt_list; member
|