Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
A Dehci-q.c997 qh->qh_next = head->qh_next; in qh_link_async()
1001 head->qh_next.qh = qh; in qh_link_async()
1267 while (prev->qh_next.qh != qh) in single_unlink_async()
1268 prev = prev->qh_next.qh; in single_unlink_async()
1271 prev->qh_next = qh->qh_next; in single_unlink_async()
1273 ehci->qh_scan_next = qh->qh_next.qh; in single_unlink_async()
1410 qh->qh_next.qh = NULL; in end_unlink_async()
1431 for (qh = ehci->async->qh_next.qh; qh; qh = qh->qh_next.qh) { in unlink_empty_async()
1461 while (ehci->async->qh_next.qh) { in unlink_empty_async_suspended()
1462 qh = ehci->async->qh_next.qh; in unlink_empty_async_suspended()
[all …]
A Doxu210hp-hcd.c1924 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()
2154 prev = prev->qh_next.qh; in start_unlink_async()
2157 prev->qh_next = qh->qh_next; in start_unlink_async()
2219 qh = qh->qh_next.qh; in scan_async()
2284 q = &q->qh->qh_next; in periodic_usecs()
2393 qh->qh_next = here; in qh_link_periodic()
2450 qh->qh_next.ptr = NULL; in qh_unlink_periodic()
[all …]
A Dfotg210-hcd.c470 qh = qh->qh_next.qh) in fill_async_buffer()
594 p = p.qh->qh_next; in fill_periodic_buffer()
2925 qh->qh_next = head->qh_next; in qh_link_async()
2929 head->qh_next.qh = qh; in qh_link_async()
3087 prev = prev->qh_next.qh; in single_unlink_async()
3090 prev->qh_next = qh->qh_next; in single_unlink_async()
3141 qh->qh_next.qh = NULL; in end_unlink_async()
3169 next = qh->qh_next.qh; in unlink_empty_async()
3355 q = &q->qh->qh_next; in periodic_usecs()
3524 qh->qh_next = here; in qh_link_periodic()
[all …]
A 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()
A Dehci-mem.c57 if (!list_empty (&qh->qtd_list) || qh->qh_next.ptr) { in qh_destroy()
A 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()
A Dfotg210.h438 union fotg210_shadow qh_next; /* ptr to qh; or periodic */ member
A Dehci.h410 union ehci_shadow qh_next; /* ptr to qh; or periodic */ member
A Dehci-hcd.c520 ehci->async->qh_next.qh = NULL; in ehci_init()
/linux/drivers/usb/isp1760/
A Disp1760-hcd.c1200 struct isp1760_qh *qh, *qh_next; in schedule_ptds() local
1218 list_for_each_entry_safe(qh, qh_next, ep_queue, qh_list) { in schedule_ptds()
1257 list_for_each_entry_safe(qh, qh_next, ep_queue, qh_list) in schedule_ptds()

Completed in 70 milliseconds