Home
last modified time | relevance | path

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

/linux-6.15/drivers/usb/dwc2/
H A Dhcd.c2685 struct list_head *qh_ptr; in dwc2_hcd_select_transactions() local
2694 qh_ptr = hsotg->periodic_sched_ready.next; in dwc2_hcd_select_transactions()
2695 while (qh_ptr != &hsotg->periodic_sched_ready) { in dwc2_hcd_select_transactions()
2714 qh_ptr = qh_ptr->next; in dwc2_hcd_select_transactions()
2726 qh_ptr = hsotg->non_periodic_sched_inactive.next; in dwc2_hcd_select_transactions()
2751 qh_ptr = qh_ptr->next; in dwc2_hcd_select_transactions()
2852 struct list_head *qh_ptr; in dwc2_process_periodic_channels() local
2882 qh_ptr = hsotg->periodic_sched_assigned.next; in dwc2_process_periodic_channels()
2894 qh_ptr = qh_ptr->next; in dwc2_process_periodic_channels()
2900 qh_ptr = qh_ptr->next; in dwc2_process_periodic_channels()
[all …]