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

/drivers/usb/host/
H A Dehci-q.c1271 if (ehci->qh_scan_next == qh)
1272 ehci->qh_scan_next = qh->qh_next.qh;
1437 ehci->qh_scan_next = ehci->async->qh_next.qh;
1438 while (ehci->qh_scan_next) {
1439 qh = ehci->qh_scan_next;
1440 ehci->qh_scan_next = qh->qh_next.qh;
1448 * drops the lock. That's why ehci->qh_scan_next
1450 * gets unlinked then ehci->qh_scan_next is adjusted
H A Dehci.h150 struct ehci_qh *qh_scan_next; member in struct:ehci_hcd
H A Dfotg210.h99 struct fotg210_qh *qh_scan_next; member in struct:fotg210_hcd
H A Dfusbh200.h99 struct fusbh200_qh *qh_scan_next; member in struct:fusbh200_hcd
H A Dfotg210-hcd.c3232 if (fotg210->qh_scan_next == qh)
3233 fotg210->qh_scan_next = qh->qh_next.qh;
3362 fotg210->qh_scan_next = fotg210->async->qh_next.qh;
3363 while (fotg210->qh_scan_next) {
3364 qh = fotg210->qh_scan_next;
3365 fotg210->qh_scan_next = qh->qh_next.qh;
3373 * drops the lock. That's why fotg210->qh_scan_next
3375 * gets unlinked then fotg210->qh_scan_next is adjusted
3753 if (fotg210->qh_scan_next == qh)
3754 fotg210->qh_scan_next
[all...]
H A Dfusbh200-hcd.c3180 if (fusbh200->qh_scan_next == qh)
3181 fusbh200->qh_scan_next = qh->qh_next.qh;
3307 fusbh200->qh_scan_next = fusbh200->async->qh_next.qh;
3308 while (fusbh200->qh_scan_next) {
3309 qh = fusbh200->qh_scan_next;
3310 fusbh200->qh_scan_next = qh->qh_next.qh;
3318 * drops the lock. That's why fusbh200->qh_scan_next
3320 * gets unlinked then fusbh200->qh_scan_next is adjusted
3693 if (fusbh200->qh_scan_next == qh)
3694 fusbh200->qh_scan_next
[all...]
H A Dehci-sched.c653 if (ehci->qh_scan_next == qh)
654 ehci->qh_scan_next = list_entry(qh->intr_node.next,
996 list_for_each_entry_safe(qh, ehci->qh_scan_next, &ehci->intr_qh_list,
1005 * drops the lock. That's why ehci->qh_scan_next
1007 * gets unlinked then ehci->qh_scan_next is adjusted

Completed in 109 milliseconds