Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dehci-q.c1272 if (ehci->qh_scan_next == qh) in single_unlink_async()
1273 ehci->qh_scan_next = qh->qh_next.qh; in single_unlink_async()
1490 ehci->qh_scan_next = ehci->async->qh_next.qh; in scan_async()
1491 while (ehci->qh_scan_next) { in scan_async()
1492 qh = ehci->qh_scan_next; in scan_async()
1493 ehci->qh_scan_next = qh->qh_next.qh; in scan_async()
H A Dfotg210.h102 struct fotg210_qh *qh_scan_next; member
H A Dfotg210-hcd.c3089 if (fotg210->qh_scan_next == qh) in single_unlink_async()
3090 fotg210->qh_scan_next = qh->qh_next.qh; in single_unlink_async()
3217 fotg210->qh_scan_next = fotg210->async->qh_next.qh; in scan_async()
3218 while (fotg210->qh_scan_next) { in scan_async()
3219 qh = fotg210->qh_scan_next; in scan_async()
3220 fotg210->qh_scan_next = qh->qh_next.qh; in scan_async()
3589 if (fotg210->qh_scan_next == qh) in qh_unlink_periodic()
3590 fotg210->qh_scan_next = list_entry(qh->intr_node.next, in qh_unlink_periodic()
3877 list_for_each_entry_safe(qh, fotg210->qh_scan_next, in scan_intr()
H A Dehci.h138 struct ehci_qh *qh_scan_next; member
H A Dehci-sched.c622 if (ehci->qh_scan_next == qh) in qh_unlink_periodic()
623 ehci->qh_scan_next = list_entry(qh->intr_node.next, in qh_unlink_periodic()
966 list_for_each_entry_safe(qh, ehci->qh_scan_next, &ehci->intr_qh_list, in scan_intr()