Home
last modified time | relevance | path

Searched refs:non_periodic_sched_active (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/dwc2/
H A Dhcd.c483 list_for_each_entry(qh, &hsotg->non_periodic_sched_active, in dwc2_dump_channel_info()
1667 dwc2_kill_urbs_in_qh_list(hsotg, &hsotg->non_periodic_sched_active); in dwc2_kill_all_urbs()
2311 hsotg->non_periodic_qh_ptr = &hsotg->non_periodic_sched_active; in dwc2_hcd_reinit()
2782 &hsotg->non_periodic_sched_active); in dwc2_hcd_select_transactions()
3042 if (hsotg->non_periodic_qh_ptr == &hsotg->non_periodic_sched_active) in dwc2_process_non_periodic_channels()
3082 &hsotg->non_periodic_sched_active) in dwc2_process_non_periodic_channels()
3151 if (!list_empty(&hsotg->non_periodic_sched_active)) { in dwc2_hcd_queue_transactions()
4943 dwc2_qh_list_free(hsotg, &hsotg->non_periodic_sched_active); in dwc2_hcd_free()
5112 INIT_LIST_HEAD(&hsotg->non_periodic_sched_active); in dwc2_hcd_init()
H A Dcore.h921 * @non_periodic_sched_active: Active QHs in the non-periodic schedule.
1137 struct list_head non_periodic_sched_active; member
/kernel/linux/linux-6.6/drivers/usb/dwc2/
H A Dhcd.c448 list_for_each_entry(qh, &hsotg->non_periodic_sched_active, in dwc2_dump_channel_info()
1632 dwc2_kill_urbs_in_qh_list(hsotg, &hsotg->non_periodic_sched_active); in dwc2_kill_all_urbs()
2276 hsotg->non_periodic_qh_ptr = &hsotg->non_periodic_sched_active; in dwc2_hcd_reinit()
2747 &hsotg->non_periodic_sched_active); in dwc2_hcd_select_transactions()
3007 if (hsotg->non_periodic_qh_ptr == &hsotg->non_periodic_sched_active) in dwc2_process_non_periodic_channels()
3047 &hsotg->non_periodic_sched_active) in dwc2_process_non_periodic_channels()
3116 if (!list_empty(&hsotg->non_periodic_sched_active)) { in dwc2_hcd_queue_transactions()
5028 dwc2_qh_list_free(hsotg, &hsotg->non_periodic_sched_active); in dwc2_hcd_free()
5197 INIT_LIST_HEAD(&hsotg->non_periodic_sched_active); in dwc2_hcd_init()
H A Dcore.h906 * @non_periodic_sched_active: Active QHs in the non-periodic schedule.
1126 struct list_head non_periodic_sched_active; member

Completed in 20 milliseconds