Lines Matching refs:qh_ptr
2720 struct list_head *qh_ptr;
2729 qh_ptr = hsotg->periodic_sched_ready.next;
2730 while (qh_ptr != &hsotg->periodic_sched_ready) {
2738 qh = list_entry(qh_ptr, struct dwc2_qh, qh_list_entry);
2746 qh_ptr = qh_ptr->next;
2758 qh_ptr = hsotg->non_periodic_sched_inactive.next;
2759 while (qh_ptr != &hsotg->non_periodic_sched_inactive) {
2766 qh = list_entry(qh_ptr, struct dwc2_qh, qh_list_entry);
2780 qh_ptr = qh_ptr->next;
2881 struct list_head *qh_ptr;
2911 qh_ptr = hsotg->periodic_sched_assigned.next;
2912 while (qh_ptr != &hsotg->periodic_sched_assigned) {
2921 qh = list_entry(qh_ptr, struct dwc2_qh, qh_list_entry);
2923 qh_ptr = qh_ptr->next;
2929 qh_ptr = qh_ptr->next;
2959 qh_ptr = qh_ptr->next;