Home
last modified time | relevance | path

Searched refs:qh_ptr (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/drivers/usb/dwc2/
Dhcd.c2714 struct list_head *qh_ptr; in dwc2_hcd_select_transactions() local
2723 qh_ptr = hsotg->periodic_sched_ready.next; in dwc2_hcd_select_transactions()
2724 while (qh_ptr != &hsotg->periodic_sched_ready) { in dwc2_hcd_select_transactions()
2732 qh = list_entry(qh_ptr, struct dwc2_qh, qh_list_entry); in dwc2_hcd_select_transactions()
2740 qh_ptr = qh_ptr->next; in dwc2_hcd_select_transactions()
2752 qh_ptr = hsotg->non_periodic_sched_inactive.next; in dwc2_hcd_select_transactions()
2753 while (qh_ptr != &hsotg->non_periodic_sched_inactive) { in dwc2_hcd_select_transactions()
2760 qh = list_entry(qh_ptr, struct dwc2_qh, qh_list_entry); in dwc2_hcd_select_transactions()
2774 qh_ptr = qh_ptr->next; in dwc2_hcd_select_transactions()
2875 struct list_head *qh_ptr; in dwc2_process_periodic_channels() local
[all …]