Lines Matching refs:qh_next
479 for (qh = fotg210->async->qh_next.qh; size > 0 && qh; in fill_async_buffer()
480 qh = qh->qh_next.qh) in fill_async_buffer()
585 if (p.qh->qh_next.ptr) { in fill_periodic_buffer()
604 p = p.qh->qh_next; in fill_periodic_buffer()
1863 if (!list_empty(&qh->qtd_list) || qh->qh_next.ptr) { in qh_destroy()
2931 WARN_ON(fotg210->async->qh_next.qh || fotg210->async_unlink); in disable_async()
2955 qh->qh_next = head->qh_next; in qh_link_async()
2959 head->qh_next.qh = qh; in qh_link_async()
3116 while (prev->qh_next.qh != qh) in single_unlink_async()
3117 prev = prev->qh_next.qh; in single_unlink_async()
3120 prev->qh_next = qh->qh_next; in single_unlink_async()
3122 fotg210->qh_scan_next = qh->qh_next.qh; in single_unlink_async()
3171 qh->qh_next.qh = NULL; in end_unlink_async()
3196 next = fotg210->async->qh_next.qh; in unlink_empty_async()
3199 next = qh->qh_next.qh; in unlink_empty_async()
3249 fotg210->qh_scan_next = fotg210->async->qh_next.qh; in scan_async()
3252 fotg210->qh_scan_next = qh->qh_next.qh; in scan_async()
3313 return &periodic->qh->qh_next; in periodic_next_shadow()
3385 q = &q->qh->qh_next; in periodic_usecs()
3464 here = here.qh->qh_next; in tt_no_collision()
3548 prev = &here.qh->qh_next; in qh_link_periodic()
3554 qh->qh_next = here; in qh_link_periodic()
3619 qh->qh_next.ptr = NULL; in qh_unlink_periodic()
5002 fotg210->async->qh_next.qh = NULL; in hcd_fotg210_init()
5441 for (tmp = fotg210->async->qh_next.qh; in fotg210_endpoint_disable()
5443 tmp = tmp->qh_next.qh) in fotg210_endpoint_disable()