Searched refs:intr_qh_list (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | fotg210.h | 118 struct list_head intr_qh_list; member
|
H A D | ehci.h | 155 struct list_head intr_qh_list; member
|
H A D | ehci-sched.c | 574 list_add(&qh->intr_node, &ehci->intr_qh_list); in qh_link_periodic() 966 list_for_each_entry_safe(qh, ehci->qh_scan_next, &ehci->intr_qh_list, in scan_intr()
|
H A D | ehci-hcd.c | 489 INIT_LIST_HEAD(&ehci->intr_qh_list); in ehci_init()
|
H A D | fotg210-hcd.c | 3535 list_add(&qh->intr_node, &fotg210->intr_qh_list); in qh_link_periodic() 3875 &fotg210->intr_qh_list, intr_node) { in scan_intr() 4926 INIT_LIST_HEAD(&fotg210->intr_qh_list); in hcd_fotg210_init()
|
/kernel/linux/linux-6.6/drivers/usb/fotg210/ |
H A D | fotg210-hcd.h | 118 struct list_head intr_qh_list; member
|
H A D | fotg210-hcd.c | 3536 list_add(&qh->intr_node, &fotg210->intr_qh_list); in qh_link_periodic() 3876 &fotg210->intr_qh_list, intr_node) { in scan_intr() 4925 INIT_LIST_HEAD(&fotg210->intr_qh_list); in hcd_fotg210_init()
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | ehci.h | 155 struct list_head intr_qh_list; member
|
H A D | ehci-sched.c | 581 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()
|
H A D | ehci-hcd.c | 490 INIT_LIST_HEAD(&ehci->intr_qh_list); in ehci_init()
|
Completed in 29 milliseconds