Lines Matching refs:qh_ptr
2908 struct list_head *qh_ptr; in dwc2_hcd_select_transactions() local
2917 qh_ptr = hsotg->periodic_sched_ready.next; in dwc2_hcd_select_transactions()
2918 while (qh_ptr != &hsotg->periodic_sched_ready) { in dwc2_hcd_select_transactions()
2926 qh = list_entry(qh_ptr, struct dwc2_qh, qh_list_entry); in dwc2_hcd_select_transactions()
2934 qh_ptr = qh_ptr->next; in dwc2_hcd_select_transactions()
2946 qh_ptr = hsotg->non_periodic_sched_inactive.next; in dwc2_hcd_select_transactions()
2947 while (qh_ptr != &hsotg->non_periodic_sched_inactive) { in dwc2_hcd_select_transactions()
2954 qh = list_entry(qh_ptr, struct dwc2_qh, qh_list_entry); in dwc2_hcd_select_transactions()
2968 qh_ptr = qh_ptr->next; in dwc2_hcd_select_transactions()
3069 struct list_head *qh_ptr; in dwc2_process_periodic_channels() local
3099 qh_ptr = hsotg->periodic_sched_assigned.next; in dwc2_process_periodic_channels()
3100 while (qh_ptr != &hsotg->periodic_sched_assigned) { in dwc2_process_periodic_channels()
3109 qh = list_entry(qh_ptr, struct dwc2_qh, qh_list_entry); in dwc2_process_periodic_channels()
3111 qh_ptr = qh_ptr->next; in dwc2_process_periodic_channels()
3117 qh_ptr = qh_ptr->next; in dwc2_process_periodic_channels()
3147 qh_ptr = qh_ptr->next; in dwc2_process_periodic_channels()