Searched defs:tt_list_head (Results 1 - 1 of 1) sorted by relevance

/drivers/usb/host/
H A Dxhci-mem.c796 struct list_head *tt_list_head; local
809 tt_list_head = &(xhci->rh_bw[virt_dev->real_port - 1].tts);
810 list_for_each_entry_safe(tt_info, next, tt_list_head, tt_list) {

Completed in 70 milliseconds