Lines Matching refs:qh_ptr
2685 struct list_head *qh_ptr;
2694 qh_ptr = hsotg->periodic_sched_ready.next;
2695 while (qh_ptr != &hsotg->periodic_sched_ready) {
2703 qh = list_entry(qh_ptr, struct dwc2_qh, qh_list_entry);
2711 qh_ptr = qh_ptr->next;
2723 qh_ptr = hsotg->non_periodic_sched_inactive.next;
2724 while (qh_ptr != &hsotg->non_periodic_sched_inactive) {
2731 qh = list_entry(qh_ptr, struct dwc2_qh, qh_list_entry);
2745 qh_ptr = qh_ptr->next;
2846 struct list_head *qh_ptr;
2876 qh_ptr = hsotg->periodic_sched_assigned.next;
2877 while (qh_ptr != &hsotg->periodic_sched_assigned) {
2886 qh = list_entry(qh_ptr, struct dwc2_qh, qh_list_entry);
2888 qh_ptr = qh_ptr->next;
2894 qh_ptr = qh_ptr->next;
2924 qh_ptr = qh_ptr->next;