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

/netbsd-current/sys/external/bsd/dwc2/dist/
H A Ddwc2_hcd.c125 list_for_each_entry(qh, &hsotg->non_periodic_sched_active,
202 dwc2_kill_urbs_in_qh_list(hsotg, &hsotg->non_periodic_sched_active);
556 hsotg->non_periodic_qh_ptr = &hsotg->non_periodic_sched_active;
987 &hsotg->non_periodic_sched_active);
1248 if (hsotg->non_periodic_qh_ptr == &hsotg->non_periodic_sched_active)
1288 &hsotg->non_periodic_sched_active)
1358 if (!list_empty(&hsotg->non_periodic_sched_active)) {
2230 dwc2_qh_list_free(hsotg, &hsotg->non_periodic_sched_active);
2352 INIT_LIST_HEAD(&hsotg->non_periodic_sched_active);
H A Ddwc2_core.h603 * @non_periodic_sched_active: Active QHs in the non-periodic schedule.
760 struct list_head non_periodic_sched_active; member in struct:dwc2_hsotg

Completed in 92 milliseconds