Lines Matching refs:qh_ptr
2719 struct list_head *qh_ptr; in dwc2_hcd_select_transactions() local
2728 qh_ptr = hsotg->periodic_sched_ready.next; in dwc2_hcd_select_transactions()
2729 while (qh_ptr != &hsotg->periodic_sched_ready) { in dwc2_hcd_select_transactions()
2737 qh = list_entry(qh_ptr, struct dwc2_qh, qh_list_entry); in dwc2_hcd_select_transactions()
2745 qh_ptr = qh_ptr->next; in dwc2_hcd_select_transactions()
2757 qh_ptr = hsotg->non_periodic_sched_inactive.next; in dwc2_hcd_select_transactions()
2758 while (qh_ptr != &hsotg->non_periodic_sched_inactive) { in dwc2_hcd_select_transactions()
2765 qh = list_entry(qh_ptr, struct dwc2_qh, qh_list_entry); in dwc2_hcd_select_transactions()
2779 qh_ptr = qh_ptr->next; in dwc2_hcd_select_transactions()
2880 struct list_head *qh_ptr; in dwc2_process_periodic_channels() local
2910 qh_ptr = hsotg->periodic_sched_assigned.next; in dwc2_process_periodic_channels()
2911 while (qh_ptr != &hsotg->periodic_sched_assigned) { in dwc2_process_periodic_channels()
2920 qh = list_entry(qh_ptr, struct dwc2_qh, qh_list_entry); in dwc2_process_periodic_channels()
2922 qh_ptr = qh_ptr->next; in dwc2_process_periodic_channels()
2928 qh_ptr = qh_ptr->next; in dwc2_process_periodic_channels()
2958 qh_ptr = qh_ptr->next; in dwc2_process_periodic_channels()