Lines Matching defs:qh_ptr
910 struct list_head *qh_ptr;
919 qh_ptr = hsotg->periodic_sched_ready.next;
920 while (qh_ptr != &hsotg->periodic_sched_ready) {
928 qh = list_entry(qh_ptr, struct dwc2_qh, qh_list_entry);
936 qh_ptr = qh_ptr->next;
947 qh_ptr = hsotg->non_periodic_sched_inactive.next;
948 while (qh_ptr != &hsotg->non_periodic_sched_inactive) {
955 qh = list_entry(qh_ptr, struct dwc2_qh, qh_list_entry);
966 qh_ptr = qh_ptr->next;
985 qh_ptr = qh_ptr->next;
1081 struct list_head *qh_ptr;
1107 qh_ptr = hsotg->periodic_sched_assigned.next;
1108 while (qh_ptr != &hsotg->periodic_sched_assigned) {
1117 qh = list_entry(qh_ptr, struct dwc2_qh, qh_list_entry);
1119 qh_ptr = qh_ptr->next;
1125 qh_ptr = qh_ptr->next;
1155 qh_ptr = qh_ptr->next;