tts               819 drivers/usb/host/xhci-mem.c 	tt_list_head = &(xhci->rh_bw[virt_dev->real_port - 1].tts);
tts               856 drivers/usb/host/xhci-mem.c 				&xhci->rh_bw[virt_dev->real_port - 1].tts);
tts               953 drivers/usb/host/xhci-mem.c 	tt_list_head = &(xhci->rh_bw[vdev->real_port - 1].tts);
tts              1171 drivers/usb/host/xhci-mem.c 		list_for_each_entry(tt_bw, &rh_bw->tts, tt_list) {
tts              1906 drivers/usb/host/xhci-mem.c 		list_for_each_entry_safe(tt, n, &xhci->rh_bw[i].tts, tt_list) {
tts              2296 drivers/usb/host/xhci-mem.c 		INIT_LIST_HEAD(&xhci->rh_bw[i].tts);
tts              1039 drivers/usb/host/xhci.h 	struct list_head		tts;