Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/host/
Dehci-q.c961 WARN_ON(ehci->async->qh_next.qh || !list_empty(&ehci->async_unlink) || in disable_async()
986 qh->qh_next = head->qh_next; in qh_link_async()
990 head->qh_next.qh = qh; in qh_link_async()
1256 while (prev->qh_next.qh != qh) in single_unlink_async()
1257 prev = prev->qh_next.qh; in single_unlink_async()
1260 prev->qh_next = qh->qh_next; in single_unlink_async()
1262 ehci->qh_scan_next = qh->qh_next.qh; in single_unlink_async()
1399 qh->qh_next.qh = NULL; in end_unlink_async()
1420 for (qh = ehci->async->qh_next.qh; qh; qh = qh->qh_next.qh) { in unlink_empty_async()
1450 while (ehci->async->qh_next.qh) { in unlink_empty_async_suspended()
[all …]
Doxu210hp-hcd.c610 if (!list_empty(&qh->qtd_list) || qh->qh_next.ptr) { in qh_destroy()
1485 if (!head->qh_next.qh) { in qh_link_async()
1504 qh->qh_next = head->qh_next; in qh_link_async()
1508 head->qh_next.qh = qh; in qh_link_async()
1652 qh->qh_next.qh = NULL; in end_unlink_async()
1673 && oxu->async->qh_next.qh == NULL) in end_unlink_async()
1715 while (prev->qh_next.qh != qh) in start_unlink_async()
1716 prev = prev->qh_next.qh; in start_unlink_async()
1719 prev->qh_next = qh->qh_next; in start_unlink_async()
1746 qh = oxu->async->qh_next.qh; in scan_async()
[all …]
Dfotg210-hcd.c466 for (qh = fotg210->async->qh_next.qh; size > 0 && qh; in fill_async_buffer()
467 qh = qh->qh_next.qh) in fill_async_buffer()
572 if (p.qh->qh_next.ptr) { in fill_periodic_buffer()
591 p = p.qh->qh_next; in fill_periodic_buffer()
1837 if (!list_empty(&qh->qtd_list) || qh->qh_next.ptr) { in qh_destroy()
2898 WARN_ON(fotg210->async->qh_next.qh || fotg210->async_unlink); in disable_async()
2922 qh->qh_next = head->qh_next; in qh_link_async()
2926 head->qh_next.qh = qh; in qh_link_async()
3083 while (prev->qh_next.qh != qh) in single_unlink_async()
3084 prev = prev->qh_next.qh; in single_unlink_async()
[all …]
Dehci-dbg.c492 for (qh = ehci->async->qh_next.qh; size > 0 && qh; qh = qh->qh_next.qh) in fill_async_buffer()
680 if (p.qh->qh_next.ptr) { in fill_periodic_buffer()
699 p = p.qh->qh_next; in fill_periodic_buffer()
Dehci-mem.c57 if (!list_empty (&qh->qtd_list) || qh->qh_next.ptr) { in qh_destroy()
Doxu210hp.h299 union ehci_shadow qh_next; /* ptr to qh; or periodic */ member
Dfotg210.h438 union fotg210_shadow qh_next; /* ptr to qh; or periodic */ member
Dehci-sched.c37 return &periodic->qh->qh_next; in periodic_next_shadow()
468 here = here.qh->qh_next; in tt_no_collision()
571 prev = &here.qh->qh_next; in qh_link_periodic()
577 qh->qh_next = here; in qh_link_periodic()
640 qh->qh_next.ptr = NULL; in qh_unlink_periodic()
Dehci.h408 union ehci_shadow qh_next; /* ptr to qh; or periodic */ member
Dehci-hcd.c518 ehci->async->qh_next.qh = NULL; in ehci_init()
/Linux-v4.19/drivers/usb/isp1760/
Disp1760-hcd.c913 struct isp1760_qh *qh, *qh_next; in schedule_ptds() local
931 list_for_each_entry_safe(qh, qh_next, ep_queue, qh_list) { in schedule_ptds()
970 list_for_each_entry_safe(qh, qh_next, ep_queue, qh_list) in schedule_ptds()