Home
last modified time | relevance | path

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

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