Home
last modified time | relevance | path

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

/drivers/usb/dwc2/
Dhcd_queue.c1396 list_add_tail(&qh->qh_list_entry, &hsotg->periodic_sched_ready); in dwc2_schedule_periodic()
1950 &hsotg->periodic_sched_ready); in dwc2_hcd_qh_deactivate()
Dcore.h969 struct list_head periodic_sched_ready; member
Dhcd.c1844 dwc2_kill_urbs_in_qh_list(hsotg, &hsotg->periodic_sched_ready); in dwc2_kill_all_urbs()
2895 qh_ptr = hsotg->periodic_sched_ready.next; in dwc2_hcd_select_transactions()
2896 while (qh_ptr != &hsotg->periodic_sched_ready) { in dwc2_hcd_select_transactions()
5102 dwc2_qh_list_free(hsotg, &hsotg->periodic_sched_ready); in dwc2_hcd_free()
5266 INIT_LIST_HEAD(&hsotg->periodic_sched_ready); in dwc2_hcd_init()
Dhcd_intr.c166 &hsotg->periodic_sched_ready); in dwc2_sof_intr()