Home
last modified time | relevance | path

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

/linux/drivers/usb/fotg210/
H A Dfotg210-hcd.c461 for (qh = fotg210->async->qh_next.qh; size > 0 && qh; in fill_async_buffer()
462 qh = qh->qh_next.qh) in fill_async_buffer()
567 if (p.qh->qh_next.ptr) { in fill_periodic_buffer()
586 p = p.qh->qh_next; in fill_periodic_buffer()
1834 if (!list_empty(&qh->qtd_list) || qh->qh_next.ptr) { in qh_destroy()
2893 WARN_ON(fotg210->async->qh_next.qh || fotg210->async_unlink); in disable_async()
2917 qh->qh_next = head->qh_next; in qh_link_async()
2921 head->qh_next.qh = qh; in qh_link_async()
3078 while (prev->qh_next.qh != qh) in single_unlink_async()
3079 prev = prev->qh_next.qh; in single_unlink_async()
[all …]
H A Dfotg210-hcd.h439 union fotg210_shadow qh_next; /* ptr to qh; or periodic */ member
/linux/drivers/usb/host/
H A Dehci-mem.c57 if (!list_empty (&qh->qtd_list) || qh->qh_next.ptr) { in qh_destroy()
H A Dehci-sched.c37 return &periodic->qh->qh_next; in periodic_next_shadow()
454 here = here.qh->qh_next; in tt_no_collision()
558 prev = &here.qh->qh_next; in qh_link_periodic()
564 qh->qh_next = here; in qh_link_periodic()
627 qh->qh_next.ptr = NULL; in qh_unlink_periodic()
/linux/drivers/usb/isp1760/
H A 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()