Lines Matching refs:qh_next
469 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()
1841 if (!list_empty(&qh->qtd_list) || qh->qh_next.ptr) { in qh_destroy()
2899 WARN_ON(fotg210->async->qh_next.qh || fotg210->async_unlink); in disable_async()
2923 qh->qh_next = head->qh_next; in qh_link_async()
2927 head->qh_next.qh = qh; in qh_link_async()
3084 while (prev->qh_next.qh != qh) in single_unlink_async()
3085 prev = prev->qh_next.qh; in single_unlink_async()
3088 prev->qh_next = qh->qh_next; in single_unlink_async()
3090 fotg210->qh_scan_next = qh->qh_next.qh; in single_unlink_async()
3139 qh->qh_next.qh = NULL; in end_unlink_async()
3164 next = fotg210->async->qh_next.qh; in unlink_empty_async()
3167 next = qh->qh_next.qh; in unlink_empty_async()
3217 fotg210->qh_scan_next = fotg210->async->qh_next.qh; in scan_async()
3220 fotg210->qh_scan_next = qh->qh_next.qh; in scan_async()
3281 return &periodic->qh->qh_next; in periodic_next_shadow()
3353 q = &q->qh->qh_next; in periodic_usecs()
3432 here = here.qh->qh_next; in tt_no_collision()
3516 prev = &here.qh->qh_next; in qh_link_periodic()
3522 qh->qh_next = here; in qh_link_periodic()
3587 qh->qh_next.ptr = NULL; in qh_unlink_periodic()
4962 fotg210->async->qh_next.qh = NULL; in hcd_fotg210_init()
5400 for (tmp = fotg210->async->qh_next.qh; in fotg210_endpoint_disable()
5402 tmp = tmp->qh_next.qh) in fotg210_endpoint_disable()