Searched refs:qh_scan_next (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/drivers/usb/host/ |
D | ehci-q.c | 1271 if (ehci->qh_scan_next == qh) in single_unlink_async() 1272 ehci->qh_scan_next = qh->qh_next.qh; in single_unlink_async() 1437 ehci->qh_scan_next = ehci->async->qh_next.qh; in scan_async() 1438 while (ehci->qh_scan_next) { in scan_async() 1439 qh = ehci->qh_scan_next; in scan_async() 1440 ehci->qh_scan_next = qh->qh_next.qh; in scan_async()
|
D | fotg210.h | 101 struct fotg210_qh *qh_scan_next; member
|
D | fusbh200.h | 101 struct fusbh200_qh *qh_scan_next; member
|
D | fusbh200-hcd.c | 3179 if (fusbh200->qh_scan_next == qh) in single_unlink_async() 3180 fusbh200->qh_scan_next = qh->qh_next.qh; in single_unlink_async() 3306 fusbh200->qh_scan_next = fusbh200->async->qh_next.qh; in scan_async() 3307 while (fusbh200->qh_scan_next) { in scan_async() 3308 qh = fusbh200->qh_scan_next; in scan_async() 3309 fusbh200->qh_scan_next = qh->qh_next.qh; in scan_async() 3692 if (fusbh200->qh_scan_next == qh) in qh_unlink_periodic() 3693 fusbh200->qh_scan_next = list_entry(qh->intr_node.next, in qh_unlink_periodic() 3988 list_for_each_entry_safe(qh, fusbh200->qh_scan_next, &fusbh200->intr_qh_list, in scan_intr()
|
D | fotg210-hcd.c | 3232 if (fotg210->qh_scan_next == qh) in single_unlink_async() 3233 fotg210->qh_scan_next = qh->qh_next.qh; in single_unlink_async() 3362 fotg210->qh_scan_next = fotg210->async->qh_next.qh; in scan_async() 3363 while (fotg210->qh_scan_next) { in scan_async() 3364 qh = fotg210->qh_scan_next; in scan_async() 3365 fotg210->qh_scan_next = qh->qh_next.qh; in scan_async() 3753 if (fotg210->qh_scan_next == qh) in qh_unlink_periodic() 3754 fotg210->qh_scan_next = list_entry(qh->intr_node.next, in qh_unlink_periodic() 4055 list_for_each_entry_safe(qh, fotg210->qh_scan_next, in scan_intr()
|
D | ehci.h | 150 struct ehci_qh *qh_scan_next; member
|
D | ehci-sched.c | 653 if (ehci->qh_scan_next == qh) in qh_unlink_periodic() 654 ehci->qh_scan_next = list_entry(qh->intr_node.next, in qh_unlink_periodic() 996 list_for_each_entry_safe(qh, ehci->qh_scan_next, &ehci->intr_qh_list, in scan_intr()
|