Lines Matching refs:qh_next
466 for (qh = fotg210->async->qh_next.qh; size > 0 && qh;
467 qh = qh->qh_next.qh)
572 if (p.qh->qh_next.ptr) {
591 p = p.qh->qh_next;
1838 if (!list_empty(&qh->qtd_list) || qh->qh_next.ptr) {
2896 WARN_ON(fotg210->async->qh_next.qh || fotg210->async_unlink);
2920 qh->qh_next = head->qh_next;
2924 head->qh_next.qh = qh;
3081 while (prev->qh_next.qh != qh)
3082 prev = prev->qh_next.qh;
3085 prev->qh_next = qh->qh_next;
3087 fotg210->qh_scan_next = qh->qh_next.qh;
3136 qh->qh_next.qh = NULL;
3161 next = fotg210->async->qh_next.qh;
3164 next = qh->qh_next.qh;
3214 fotg210->qh_scan_next = fotg210->async->qh_next.qh;
3217 fotg210->qh_scan_next = qh->qh_next.qh;
3278 return &periodic->qh->qh_next;
3350 q = &q->qh->qh_next;
3429 here = here.qh->qh_next;
3513 prev = &here.qh->qh_next;
3519 qh->qh_next = here;
3582 /* qh->qh_next still "live" to HC */
3584 qh->qh_next.ptr = NULL;
4959 fotg210->async->qh_next.qh = NULL;
5397 for (tmp = fotg210->async->qh_next.qh;
5399 tmp = tmp->qh_next.qh)