non_periodic_sched_active 1123 drivers/usb/dwc2/core.h 	struct list_head non_periodic_sched_active;
non_periodic_sched_active  483 drivers/usb/dwc2/hcd.c 	list_for_each_entry(qh, &hsotg->non_periodic_sched_active,
non_periodic_sched_active 1666 drivers/usb/dwc2/hcd.c 	dwc2_kill_urbs_in_qh_list(hsotg, &hsotg->non_periodic_sched_active);
non_periodic_sched_active 2310 drivers/usb/dwc2/hcd.c 	hsotg->non_periodic_qh_ptr = &hsotg->non_periodic_sched_active;
non_periodic_sched_active 2781 drivers/usb/dwc2/hcd.c 			       &hsotg->non_periodic_sched_active);
non_periodic_sched_active 3041 drivers/usb/dwc2/hcd.c 	if (hsotg->non_periodic_qh_ptr == &hsotg->non_periodic_sched_active)
non_periodic_sched_active 3081 drivers/usb/dwc2/hcd.c 				&hsotg->non_periodic_sched_active)
non_periodic_sched_active 3150 drivers/usb/dwc2/hcd.c 		if (!list_empty(&hsotg->non_periodic_sched_active)) {
non_periodic_sched_active 4941 drivers/usb/dwc2/hcd.c 	dwc2_qh_list_free(hsotg, &hsotg->non_periodic_sched_active);
non_periodic_sched_active 5106 drivers/usb/dwc2/hcd.c 	INIT_LIST_HEAD(&hsotg->non_periodic_sched_active);