• Home
  • Raw
  • Download

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()
1867 if (!list_empty(&qh->qtd_list) || qh->qh_next.ptr) { in qh_destroy()
2935 WARN_ON(fotg210->async->qh_next.qh || fotg210->async_unlink); in disable_async()
2959 qh->qh_next = head->qh_next; in qh_link_async()
2963 head->qh_next.qh = qh; in qh_link_async()
3120 while (prev->qh_next.qh != qh) in single_unlink_async()
3121 prev = prev->qh_next.qh; in single_unlink_async()
3124 prev->qh_next = qh->qh_next; in single_unlink_async()
3126 fotg210->qh_scan_next = qh->qh_next.qh; in single_unlink_async()
3175 qh->qh_next.qh = NULL; in end_unlink_async()
3200 next = fotg210->async->qh_next.qh; in unlink_empty_async()
3203 next = qh->qh_next.qh; in unlink_empty_async()
3253 fotg210->qh_scan_next = fotg210->async->qh_next.qh; in scan_async()
3256 fotg210->qh_scan_next = qh->qh_next.qh; in scan_async()
3317 return &periodic->qh->qh_next; in periodic_next_shadow()
3389 q = &q->qh->qh_next; in periodic_usecs()
3468 here = here.qh->qh_next; in tt_no_collision()
3552 prev = &here.qh->qh_next; in qh_link_periodic()
3558 qh->qh_next = here; in qh_link_periodic()
3623 qh->qh_next.ptr = NULL; in qh_unlink_periodic()
5005 fotg210->async->qh_next.qh = NULL; in hcd_fotg210_init()
5444 for (tmp = fotg210->async->qh_next.qh; in fotg210_endpoint_disable()
5446 tmp = tmp->qh_next.qh) in fotg210_endpoint_disable()