Searched refs:tt_list_head (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | xhci-mem.c | 820 struct list_head *tt_list_head; in xhci_free_tt_info() local 833 tt_list_head = &(xhci->rh_bw[virt_dev->real_port - 1].tts); in xhci_free_tt_info() 834 list_for_each_entry_safe(tt_info, next, tt_list_head, tt_list) { in xhci_free_tt_info() 957 struct list_head *tt_list_head; in xhci_free_virt_devices_depth_first() local 971 tt_list_head = &(xhci->rh_bw[vdev->real_port - 1].tts); in xhci_free_virt_devices_depth_first() 972 list_for_each_entry_safe(tt_info, next, tt_list_head, tt_list) { in xhci_free_virt_devices_depth_first()
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | xhci-mem.c | 776 struct list_head *tt_list_head; in xhci_free_tt_info() local 789 tt_list_head = &(xhci->rh_bw[virt_dev->real_port - 1].tts); in xhci_free_tt_info() 790 list_for_each_entry_safe(tt_info, next, tt_list_head, tt_list) { in xhci_free_tt_info() 913 struct list_head *tt_list_head; in xhci_free_virt_devices_depth_first() local 927 tt_list_head = &(xhci->rh_bw[vdev->real_port - 1].tts); in xhci_free_virt_devices_depth_first() 928 list_for_each_entry_safe(tt_info, next, tt_list_head, tt_list) { in xhci_free_virt_devices_depth_first()
|
Completed in 7 milliseconds