Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-mem.c875 struct list_head *tt_list_head; in xhci_free_tt_info() local
888 tt_list_head = &(xhci->rh_bw[virt_dev->real_port - 1].tts); in xhci_free_tt_info()
889 list_for_each_entry_safe(tt_info, next, tt_list_head, tt_list) { in xhci_free_tt_info()
1012 struct list_head *tt_list_head; in xhci_free_virt_devices_depth_first() local
1026 tt_list_head = &(xhci->rh_bw[vdev->real_port - 1].tts); in xhci_free_virt_devices_depth_first()
1027 list_for_each_entry_safe(tt_info, next, tt_list_head, tt_list) { in xhci_free_virt_devices_depth_first()