Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/usb/dwc2/
Ddwc2_hcd.c498 list_for_each_entry(qh, &hsotg->non_periodic_sched_active, in dwc2_dump_channel_info()
1702 dwc2_kill_urbs_in_qh_list(hsotg, &hsotg->non_periodic_sched_active); in dwc2_kill_all_urbs()
2352 hsotg->non_periodic_qh_ptr = &hsotg->non_periodic_sched_active; in dwc2_hcd_reinit()
2827 &hsotg->non_periodic_sched_active); in dwc2_hcd_select_transactions()
3087 if (hsotg->non_periodic_qh_ptr == &hsotg->non_periodic_sched_active) in dwc2_process_non_periodic_channels()
3127 &hsotg->non_periodic_sched_active) in dwc2_process_non_periodic_channels()
3196 if (!list_empty(&hsotg->non_periodic_sched_active)) { in dwc2_hcd_queue_transactions()
5195 dwc2_qh_list_free(hsotg, &hsotg->non_periodic_sched_active); in dwc2_hcd_free()
5319 INIT_LIST_HEAD(&hsotg->non_periodic_sched_active); in dwc2_hcd_init()
Ddwc2_core.h1187 struct list_head non_periodic_sched_active; member