tt_list_head      806 drivers/usb/host/xhci-mem.c 	struct list_head *tt_list_head;
tt_list_head      819 drivers/usb/host/xhci-mem.c 	tt_list_head = &(xhci->rh_bw[virt_dev->real_port - 1].tts);
tt_list_head      820 drivers/usb/host/xhci-mem.c 	list_for_each_entry_safe(tt_info, next, tt_list_head, tt_list) {
tt_list_head      939 drivers/usb/host/xhci-mem.c 	struct list_head *tt_list_head;
tt_list_head      953 drivers/usb/host/xhci-mem.c 	tt_list_head = &(xhci->rh_bw[vdev->real_port - 1].tts);
tt_list_head      954 drivers/usb/host/xhci-mem.c 	list_for_each_entry_safe(tt_info, next, tt_list_head, tt_list) {