Home
last modified time | relevance | path

Searched refs:qh_next (Results 1 – 11 of 11) sorted by relevance

/drivers/usb/host/
Dehci-q.c978 WARN_ON(ehci->async->qh_next.qh || !list_empty(&ehci->async_unlink) || in disable_async()
1003 qh->qh_next = head->qh_next; in qh_link_async()
1007 head->qh_next.qh = qh; in qh_link_async()
1277 while (prev->qh_next.qh != qh) in single_unlink_async()
1278 prev = prev->qh_next.qh; in single_unlink_async()
1281 prev->qh_next = qh->qh_next; in single_unlink_async()
1283 ehci->qh_scan_next = qh->qh_next.qh; in single_unlink_async()
1372 qh->qh_next.qh = NULL; in end_unlink_async()
1393 for (qh = ehci->async->qh_next.qh; qh; qh = qh->qh_next.qh) { in unlink_empty_async()
1420 while (ehci->async->qh_next.qh) { in unlink_empty_async_suspended()
[all …]
Doxu210hp-hcd.c624 if (!list_empty(&qh->qtd_list) || qh->qh_next.ptr) { in qh_destroy()
1504 if (!head->qh_next.qh) { in qh_link_async()
1523 qh->qh_next = head->qh_next; in qh_link_async()
1527 head->qh_next.qh = qh; in qh_link_async()
1671 qh->qh_next.qh = NULL; in end_unlink_async()
1692 && oxu->async->qh_next.qh == NULL) in end_unlink_async()
1735 while (prev->qh_next.qh != qh) in start_unlink_async()
1736 prev = prev->qh_next.qh; in start_unlink_async()
1739 prev->qh_next = qh->qh_next; in start_unlink_async()
1766 qh = oxu->async->qh_next.qh; in scan_async()
[all …]
Dfotg210-hcd.c479 for (qh = fotg210->async->qh_next.qh; size > 0 && qh; in fill_async_buffer()
480 qh = qh->qh_next.qh) in fill_async_buffer()
585 if (p.qh->qh_next.ptr) { in fill_periodic_buffer()
604 p = p.qh->qh_next; in fill_periodic_buffer()
1867 if (!list_empty(&qh->qtd_list) || qh->qh_next.ptr) { in qh_destroy()
2935 WARN_ON(fotg210->async->qh_next.qh || fotg210->async_unlink); in disable_async()
2959 qh->qh_next = head->qh_next; in qh_link_async()
2963 head->qh_next.qh = qh; in qh_link_async()
3120 while (prev->qh_next.qh != qh) in single_unlink_async()
3121 prev = prev->qh_next.qh; in single_unlink_async()
[all …]
Dehci-dbg.c518 for (qh = ehci->async->qh_next.qh; size > 0 && qh; qh = qh->qh_next.qh) in fill_async_buffer()
678 if (p.qh->qh_next.ptr) { in fill_periodic_buffer()
723 p = p.qh->qh_next; in fill_periodic_buffer()
Dehci-mem.c70 if (!list_empty (&qh->qtd_list) || qh->qh_next.ptr) { in qh_destroy()
Doxu210hp.h298 union ehci_shadow qh_next; /* ptr to qh; or periodic */ member
Dehci-sched.c50 return &periodic->qh->qh_next; in periodic_next_shadow()
479 here = here.qh->qh_next; in tt_no_collision()
582 prev = &here.qh->qh_next; in qh_link_periodic()
588 qh->qh_next = here; in qh_link_periodic()
651 qh->qh_next.ptr = NULL; in qh_unlink_periodic()
Dfotg210.h437 union fotg210_shadow qh_next; /* ptr to qh; or periodic */ member
Dehci.h416 union ehci_shadow qh_next; /* ptr to qh; or periodic */ member
Dehci-hcd.c523 ehci->async->qh_next.qh = NULL; in ehci_init()
/drivers/usb/isp1760/
Disp1760-hcd.c914 struct isp1760_qh *qh, *qh_next; in schedule_ptds() local
932 list_for_each_entry_safe(qh, qh_next, ep_queue, qh_list) { in schedule_ptds()
971 list_for_each_entry_safe(qh, qh_next, ep_queue, qh_list) in schedule_ptds()