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()
2902 WARN_ON(fotg210->async->qh_next.qh || fotg210->async_unlink); in disable_async()
2926 qh->qh_next = head->qh_next; in qh_link_async()
2930 head->qh_next.qh = qh; in qh_link_async()
3087 while (prev->qh_next.qh != qh) in single_unlink_async()
3088 prev = prev->qh_next.qh; in single_unlink_async()
3091 prev->qh_next = qh->qh_next; in single_unlink_async()
3093 fotg210->qh_scan_next = qh->qh_next.qh; in single_unlink_async()
3142 qh->qh_next.qh = NULL; in end_unlink_async()
3167 next = fotg210->async->qh_next.qh; in unlink_empty_async()
3170 next = qh->qh_next.qh; in unlink_empty_async()
3220 fotg210->qh_scan_next = fotg210->async->qh_next.qh; in scan_async()
3223 fotg210->qh_scan_next = qh->qh_next.qh; in scan_async()
3284 return &periodic->qh->qh_next; in periodic_next_shadow()
3356 q = &q->qh->qh_next; in periodic_usecs()
3435 here = here.qh->qh_next; in tt_no_collision()
3519 prev = &here.qh->qh_next; in qh_link_periodic()
3525 qh->qh_next = here; in qh_link_periodic()
3590 qh->qh_next.ptr = NULL; in qh_unlink_periodic()
4965 fotg210->async->qh_next.qh = NULL; in hcd_fotg210_init()
5403 for (tmp = fotg210->async->qh_next.qh; in fotg210_endpoint_disable()
5405 tmp = tmp->qh_next.qh) in fotg210_endpoint_disable()