Lines Matching refs:qh_ptr
904 struct list_head *qh_ptr; in dwc2_hcd_select_transactions() local
913 qh_ptr = hsotg->periodic_sched_ready.next; in dwc2_hcd_select_transactions()
914 while (qh_ptr != &hsotg->periodic_sched_ready) { in dwc2_hcd_select_transactions()
922 qh = list_entry(qh_ptr, struct dwc2_qh, qh_list_entry); in dwc2_hcd_select_transactions()
930 qh_ptr = qh_ptr->next; in dwc2_hcd_select_transactions()
941 qh_ptr = hsotg->non_periodic_sched_inactive.next; in dwc2_hcd_select_transactions()
942 while (qh_ptr != &hsotg->non_periodic_sched_inactive) { in dwc2_hcd_select_transactions()
949 qh = list_entry(qh_ptr, struct dwc2_qh, qh_list_entry); in dwc2_hcd_select_transactions()
963 qh_ptr = qh_ptr->next; in dwc2_hcd_select_transactions()
1059 struct list_head *qh_ptr; in dwc2_process_periodic_channels() local
1085 qh_ptr = hsotg->periodic_sched_assigned.next; in dwc2_process_periodic_channels()
1086 while (qh_ptr != &hsotg->periodic_sched_assigned) { in dwc2_process_periodic_channels()
1095 qh = list_entry(qh_ptr, struct dwc2_qh, qh_list_entry); in dwc2_process_periodic_channels()
1097 qh_ptr = qh_ptr->next; in dwc2_process_periodic_channels()
1103 qh_ptr = qh_ptr->next; in dwc2_process_periodic_channels()
1133 qh_ptr = qh_ptr->next; in dwc2_process_periodic_channels()