Home
last modified time | relevance | path

Searched refs:intr_qh_list (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/drivers/usb/host/
Dfotg210.h118 struct list_head intr_qh_list; member
Dehci.h155 struct list_head intr_qh_list; member
Dehci-hcd.c490 INIT_LIST_HEAD(&ehci->intr_qh_list); in ehci_init()
Dehci-sched.c580 list_add(&qh->intr_node, &ehci->intr_qh_list); in qh_link_periodic()
972 list_for_each_entry_safe(qh, ehci->qh_scan_next, &ehci->intr_qh_list, in scan_intr()
Dfotg210-hcd.c3540 list_add(&qh->intr_node, &fotg210->intr_qh_list); in qh_link_periodic()
3880 &fotg210->intr_qh_list, intr_node) { in scan_intr()
4930 INIT_LIST_HEAD(&fotg210->intr_qh_list); in hcd_fotg210_init()