Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/fotg210/
Dfotg210-hcd.h118 struct list_head intr_qh_list; member
Dfotg210-hcd.c3532 list_add(&qh->intr_node, &fotg210->intr_qh_list); in qh_link_periodic()
3872 &fotg210->intr_qh_list, intr_node) { in scan_intr()
4921 INIT_LIST_HEAD(&fotg210->intr_qh_list); in hcd_fotg210_init()
/linux-6.12.1/drivers/usb/host/
Dehci.h155 struct list_head intr_qh_list; member
Dehci-hcd.c490 INIT_LIST_HEAD(&ehci->intr_qh_list); in ehci_init()
Dehci-sched.c581 list_add(&qh->intr_node, &ehci->intr_qh_list); in qh_link_periodic()
973 list_for_each_entry_safe(qh, ehci->qh_scan_next, &ehci->intr_qh_list, in scan_intr()