idle_qh_list 589 drivers/usb/host/uhci-hcd.c INIT_LIST_HEAD(&uhci->idle_qh_list); idle_qh_list 441 drivers/usb/host/uhci-hcd.h struct list_head idle_qh_list; /* Where the idle QHs live */ idle_qh_list 593 drivers/usb/host/uhci-q.c list_move(&qh->node, &uhci->idle_qh_list);