Searched refs:intr_qh_list (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/drivers/usb/host/ |
D | fotg210.h | 117 struct list_head intr_qh_list; member
|
D | fusbh200.h | 117 struct list_head intr_qh_list; member
|
D | ehci.h | 165 struct list_head intr_qh_list; member
|
D | ehci-hcd.c | 491 INIT_LIST_HEAD(&ehci->intr_qh_list); in ehci_init()
|
D | ehci-sched.c | 605 list_add(&qh->intr_node, &ehci->intr_qh_list); in qh_link_periodic() 996 list_for_each_entry_safe(qh, ehci->qh_scan_next, &ehci->intr_qh_list, in scan_intr()
|
D | fusbh200-hcd.c | 3643 list_add(&qh->intr_node, &fusbh200->intr_qh_list); in qh_link_periodic() 3988 list_for_each_entry_safe(qh, fusbh200->qh_scan_next, &fusbh200->intr_qh_list, in scan_intr() 5096 INIT_LIST_HEAD(&fusbh200->intr_qh_list); in hcd_fusbh200_init()
|
D | fotg210-hcd.c | 3702 list_add(&qh->intr_node, &fotg210->intr_qh_list); in qh_link_periodic() 4056 &fotg210->intr_qh_list, intr_node) { in scan_intr() 5164 INIT_LIST_HEAD(&fotg210->intr_qh_list); in hcd_fotg210_init()
|