Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/dwc2/
Dhcd_queue.c527 &hsotg->periodic_sched_inactive); in dwc2_schedule_periodic()
742 list_move(&qh->qh_list_entry, &hsotg->periodic_sched_inactive); in dwc2_hcd_qh_deactivate()
Dcore.h764 struct list_head periodic_sched_inactive; member
Dhcd.c187 dwc2_kill_urbs_in_qh_list(hsotg, &hsotg->periodic_sched_inactive); in dwc2_kill_all_urbs()
2925 dwc2_qh_list_free(hsotg, &hsotg->periodic_sched_inactive); in dwc2_hcd_free()
3078 INIT_LIST_HEAD(&hsotg->periodic_sched_inactive); in dwc2_hcd_init()
Dhcd_intr.c134 qh_entry = hsotg->periodic_sched_inactive.next; in dwc2_sof_intr()
135 while (qh_entry != &hsotg->periodic_sched_inactive) { in dwc2_sof_intr()