Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/host/
Dehci-q.c1261 if (ehci->qh_scan_next == qh) in single_unlink_async()
1262 ehci->qh_scan_next = qh->qh_next.qh; in single_unlink_async()
1479 ehci->qh_scan_next = ehci->async->qh_next.qh; in scan_async()
1480 while (ehci->qh_scan_next) { in scan_async()
1481 qh = ehci->qh_scan_next; in scan_async()
1482 ehci->qh_scan_next = qh->qh_next.qh; in scan_async()
Dfotg210.h102 struct fotg210_qh *qh_scan_next; member
Dfotg210-hcd.c3088 if (fotg210->qh_scan_next == qh) in single_unlink_async()
3089 fotg210->qh_scan_next = qh->qh_next.qh; in single_unlink_async()
3216 fotg210->qh_scan_next = fotg210->async->qh_next.qh; in scan_async()
3217 while (fotg210->qh_scan_next) { in scan_async()
3218 qh = fotg210->qh_scan_next; in scan_async()
3219 fotg210->qh_scan_next = qh->qh_next.qh; in scan_async()
3588 if (fotg210->qh_scan_next == qh) in qh_unlink_periodic()
3589 fotg210->qh_scan_next = list_entry(qh->intr_node.next, in qh_unlink_periodic()
3876 list_for_each_entry_safe(qh, fotg210->qh_scan_next, in scan_intr()
Dehci.h138 struct ehci_qh *qh_scan_next; member
Dehci-sched.c642 if (ehci->qh_scan_next == qh) in qh_unlink_periodic()
643 ehci->qh_scan_next = list_entry(qh->intr_node.next, in qh_unlink_periodic()
986 list_for_each_entry_safe(qh, ehci->qh_scan_next, &ehci->intr_qh_list, in scan_intr()