Home
last modified time | relevance | path

Searched refs:qh_scan_next (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/drivers/usb/host/
Dehci-q.c1271 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()
Dfotg210.h101 struct fotg210_qh *qh_scan_next; member
Dfusbh200.h101 struct fusbh200_qh *qh_scan_next; member
Dfusbh200-hcd.c3179 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()
Dfotg210-hcd.c3232 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()
Dehci.h150 struct ehci_qh *qh_scan_next; member
Dehci-sched.c653 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()