Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/usb/host/
Duhci-hcd.h423 struct list_head idle_qh_list; /* Where the idle QHs live */ member
Duhci-hcd.c607 INIT_LIST_HEAD(&uhci->idle_qh_list); in uhci_start()
Duhci-q.c593 list_move(&qh->node, &uhci->idle_qh_list); in uhci_make_qh_idle()