Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/host/
Dehci-q.c967 WARN_ON(ehci->async->qh_next.qh || !list_empty(&ehci->async_unlink) || in disable_async()
992 qh->qh_next = head->qh_next; in qh_link_async()
996 head->qh_next.qh = qh; in qh_link_async()
1266 while (prev->qh_next.qh != qh) in single_unlink_async()
1267 prev = prev->qh_next.qh; in single_unlink_async()
1270 prev->qh_next = qh->qh_next; in single_unlink_async()
1272 ehci->qh_scan_next = qh->qh_next.qh; in single_unlink_async()
1361 qh->qh_next.qh = NULL; in end_unlink_async()
1382 for (qh = ehci->async->qh_next.qh; qh; qh = qh->qh_next.qh) { in unlink_empty_async()
1409 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 …]
Dfusbh200-hcd.c474 for (qh = fusbh200->async->qh_next.qh; size > 0 && qh; qh = qh->qh_next.qh) in fill_async_buffer()
548 if (p.qh->qh_next.ptr) { in fill_periodic_buffer()
592 p = p.qh->qh_next; in fill_periodic_buffer()
1869 if (!list_empty (&qh->qtd_list) || qh->qh_next.ptr) { in qh_destroy()
2976 WARN_ON(fusbh200->async->qh_next.qh || fusbh200->async_unlink); in disable_async()
3000 qh->qh_next = head->qh_next; in qh_link_async()
3004 head->qh_next.qh = qh; in qh_link_async()
3174 while (prev->qh_next.qh != qh) in single_unlink_async()
3175 prev = prev->qh_next.qh; in single_unlink_async()
3178 prev->qh_next = qh->qh_next; in single_unlink_async()
[all …]
Dfotg210-hcd.c494 for (qh = fotg210->async->qh_next.qh; size > 0 && qh; in fill_async_buffer()
495 qh = qh->qh_next.qh) in fill_async_buffer()
570 if (p.qh->qh_next.ptr) { in fill_periodic_buffer()
618 p = p.qh->qh_next; in fill_periodic_buffer()
1919 if (!list_empty(&qh->qtd_list) || qh->qh_next.ptr) { in qh_destroy()
3029 WARN_ON(fotg210->async->qh_next.qh || fotg210->async_unlink); in disable_async()
3053 qh->qh_next = head->qh_next; in qh_link_async()
3057 head->qh_next.qh = qh; in qh_link_async()
3227 while (prev->qh_next.qh != qh) in single_unlink_async()
3228 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()
677 if (p.qh->qh_next.ptr) { in fill_periodic_buffer()
722 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
Dfotg210.h431 union fotg210_shadow qh_next; /* ptr to qh; or periodic */ member
Dfusbh200.h421 union fusbh200_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()
Dehci.h415 union ehci_shadow qh_next; /* ptr to qh; or periodic */ member
Dehci-hcd.c521 ehci->async->qh_next.qh = NULL; in ehci_init()
/linux-4.1.27/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()