Lines Matching refs:qh_ptr
906 struct list_head *qh_ptr; in dwc2_hcd_select_transactions() local
915 qh_ptr = hsotg->periodic_sched_ready.next; in dwc2_hcd_select_transactions()
916 while (qh_ptr != &hsotg->periodic_sched_ready) { in dwc2_hcd_select_transactions()
924 qh = list_entry(qh_ptr, struct dwc2_qh, qh_list_entry); in dwc2_hcd_select_transactions()
932 qh_ptr = qh_ptr->next; in dwc2_hcd_select_transactions()
943 qh_ptr = hsotg->non_periodic_sched_inactive.next; in dwc2_hcd_select_transactions()
944 while (qh_ptr != &hsotg->non_periodic_sched_inactive) { in dwc2_hcd_select_transactions()
951 qh = list_entry(qh_ptr, struct dwc2_qh, qh_list_entry); in dwc2_hcd_select_transactions()
965 qh_ptr = qh_ptr->next; in dwc2_hcd_select_transactions()
1061 struct list_head *qh_ptr; in dwc2_process_periodic_channels() local
1087 qh_ptr = hsotg->periodic_sched_assigned.next; in dwc2_process_periodic_channels()
1088 while (qh_ptr != &hsotg->periodic_sched_assigned) { in dwc2_process_periodic_channels()
1097 qh = list_entry(qh_ptr, struct dwc2_qh, qh_list_entry); in dwc2_process_periodic_channels()
1099 qh_ptr = qh_ptr->next; in dwc2_process_periodic_channels()
1105 qh_ptr = qh_ptr->next; in dwc2_process_periodic_channels()
1135 qh_ptr = qh_ptr->next; in dwc2_process_periodic_channels()