Lines Matching refs:qh_next
474 for (qh = fusbh200->async->qh_next.qh; size > 0 && qh; qh = qh->qh_next.qh) in fill_async_buffer()
548 if (p.qh->qh_next.ptr) { in fill_periodic_buffer()
592 p = p.qh->qh_next; in fill_periodic_buffer()
1869 if (!list_empty (&qh->qtd_list) || qh->qh_next.ptr) { in qh_destroy()
2976 WARN_ON(fusbh200->async->qh_next.qh || fusbh200->async_unlink); in disable_async()
3000 qh->qh_next = head->qh_next; in qh_link_async()
3004 head->qh_next.qh = qh; in qh_link_async()
3174 while (prev->qh_next.qh != qh) in single_unlink_async()
3175 prev = prev->qh_next.qh; in single_unlink_async()
3178 prev->qh_next = qh->qh_next; in single_unlink_async()
3180 fusbh200->qh_scan_next = qh->qh_next.qh; in single_unlink_async()
3228 qh->qh_next.qh = NULL; in end_unlink_async()
3253 next = fusbh200->async->qh_next.qh; in unlink_empty_async()
3256 next = qh->qh_next.qh; in unlink_empty_async()
3306 fusbh200->qh_scan_next = fusbh200->async->qh_next.qh; in scan_async()
3309 fusbh200->qh_scan_next = qh->qh_next.qh; in scan_async()
3376 return &periodic->qh->qh_next; in periodic_next_shadow()
3448 q = &q->qh->qh_next; in periodic_usecs()
3534 here = here.qh->qh_next; in tt_no_collision()
3621 prev = &here.qh->qh_next; in qh_link_periodic()
3627 qh->qh_next = here; in qh_link_periodic()
3690 qh->qh_next.ptr = NULL; in qh_unlink_periodic()
5121 fusbh200->async->qh_next.qh = NULL; in hcd_fusbh200_init()
5553 for (tmp = fusbh200->async->qh_next.qh; in fusbh200_endpoint_disable()
5555 tmp = tmp->qh_next.qh) in fusbh200_endpoint_disable()