Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/usb/host/
Dehci-q.c973 WARN_ON(ehci->async->qh_next.qh || !list_empty(&ehci->async_unlink) || in disable_async()
998 qh->qh_next = head->qh_next; in qh_link_async()
1002 head->qh_next.qh = qh; in qh_link_async()
1268 while (prev->qh_next.qh != qh) in single_unlink_async()
1269 prev = prev->qh_next.qh; in single_unlink_async()
1272 prev->qh_next = qh->qh_next; in single_unlink_async()
1274 ehci->qh_scan_next = qh->qh_next.qh; in single_unlink_async()
1411 qh->qh_next.qh = NULL; in end_unlink_async()
1432 for (qh = ehci->async->qh_next.qh; qh; qh = qh->qh_next.qh) { in unlink_empty_async()
1462 while (ehci->async->qh_next.qh) { in unlink_empty_async_suspended()
[all …]
Doxu210hp-hcd.c329 union ehci_shadow qh_next; /* ptr to qh; or periodic */ member
1048 if (!list_empty(&qh->qtd_list) || qh->qh_next.ptr) { in qh_destroy()
1924 if (!head->qh_next.qh) { in qh_link_async()
1943 qh->qh_next = head->qh_next; in qh_link_async()
1947 head->qh_next.qh = qh; in qh_link_async()
2090 qh->qh_next.qh = NULL; in end_unlink_async()
2111 && oxu->async->qh_next.qh == NULL) in end_unlink_async()
2153 while (prev->qh_next.qh != qh) in start_unlink_async()
2154 prev = prev->qh_next.qh; in start_unlink_async()
2157 prev->qh_next = qh->qh_next; in start_unlink_async()
[all …]
Dfotg210-hcd.c469 for (qh = fotg210->async->qh_next.qh; size > 0 && qh; in fill_async_buffer()
470 qh = qh->qh_next.qh) in fill_async_buffer()
575 if (p.qh->qh_next.ptr) { in fill_periodic_buffer()
594 p = p.qh->qh_next; in fill_periodic_buffer()
1842 if (!list_empty(&qh->qtd_list) || qh->qh_next.ptr) { in qh_destroy()
2901 WARN_ON(fotg210->async->qh_next.qh || fotg210->async_unlink); in disable_async()
2925 qh->qh_next = head->qh_next; in qh_link_async()
2929 head->qh_next.qh = qh; in qh_link_async()
3086 while (prev->qh_next.qh != qh) in single_unlink_async()
3087 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()
Dehci-sched.c37 return &periodic->qh->qh_next; in periodic_next_shadow()
454 here = here.qh->qh_next; in tt_no_collision()
557 prev = &here.qh->qh_next; in qh_link_periodic()
563 qh->qh_next = here; in qh_link_periodic()
626 qh->qh_next.ptr = NULL; in qh_unlink_periodic()
Dfotg210.h438 union fotg210_shadow qh_next; /* ptr to qh; or periodic */ member
Dehci.h411 union ehci_shadow qh_next; /* ptr to qh; or periodic */ member
Dehci-hcd.c520 ehci->async->qh_next.qh = NULL; in ehci_init()
/linux-5.19.10/drivers/usb/isp1760/
Disp1760-hcd.c1199 struct isp1760_qh *qh, *qh_next; in schedule_ptds() local
1217 list_for_each_entry_safe(qh, qh_next, ep_queue, qh_list) { in schedule_ptds()
1256 list_for_each_entry_safe(qh, qh_next, ep_queue, qh_list) in schedule_ptds()