Lines Matching refs:qh_next

494 	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()
3231 prev->qh_next = qh->qh_next; in single_unlink_async()
3233 fotg210->qh_scan_next = qh->qh_next.qh; in single_unlink_async()
3282 qh->qh_next.qh = NULL; in end_unlink_async()
3307 next = fotg210->async->qh_next.qh; in unlink_empty_async()
3310 next = qh->qh_next.qh; in unlink_empty_async()
3362 fotg210->qh_scan_next = fotg210->async->qh_next.qh; in scan_async()
3365 fotg210->qh_scan_next = qh->qh_next.qh; in scan_async()
3433 return &periodic->qh->qh_next; in periodic_next_shadow()
3506 q = &q->qh->qh_next; in periodic_usecs()
3592 here = here.qh->qh_next; in tt_no_collision()
3680 prev = &here.qh->qh_next; in qh_link_periodic()
3686 qh->qh_next = here; in qh_link_periodic()
3751 qh->qh_next.ptr = NULL; in qh_unlink_periodic()
5197 fotg210->async->qh_next.qh = NULL; in hcd_fotg210_init()
5645 for (tmp = fotg210->async->qh_next.qh; in fotg210_endpoint_disable()
5647 tmp = tmp->qh_next.qh) in fotg210_endpoint_disable()