Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/usb/host/
Duhci-hcd.h437 struct list_head idle_qh_list; /* Where the idle QHs live */ member
Duhci-hcd.c589 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()