Home
last modified time | relevance | path

Searched refs:periodic_sched_ready (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/dwc2/
H A Dhcd_queue.c1401 list_add_tail(&qh->qh_list_entry, &hsotg->periodic_sched_ready); in dwc2_schedule_periodic()
2029 &hsotg->periodic_sched_ready); in dwc2_hcd_qh_deactivate()
H A Dcore.h940 * this list to periodic_sched_ready when the QH interval
942 * @periodic_sched_ready: List of periodic QHs that are ready for execution in
954 * periodic_sched_inactive or periodic_sched_ready when the
957 * periodic_sched_ready because it must be rescheduled for
1140 struct list_head periodic_sched_ready; member
H A Dhcd.c1669 dwc2_kill_urbs_in_qh_list(hsotg, &hsotg->periodic_sched_ready); in dwc2_kill_all_urbs()
2729 qh_ptr = hsotg->periodic_sched_ready.next; in dwc2_hcd_select_transactions()
2730 while (qh_ptr != &hsotg->periodic_sched_ready) { in dwc2_hcd_select_transactions()
4945 dwc2_qh_list_free(hsotg, &hsotg->periodic_sched_ready); in dwc2_hcd_free()
5116 INIT_LIST_HEAD(&hsotg->periodic_sched_ready); in dwc2_hcd_init()
H A Dhcd_intr.c173 &hsotg->periodic_sched_ready); in dwc2_sof_intr()
/kernel/linux/linux-6.6/drivers/usb/dwc2/
H A Dhcd_queue.c1371 list_add_tail(&qh->qh_list_entry, &hsotg->periodic_sched_ready); in dwc2_schedule_periodic()
1999 &hsotg->periodic_sched_ready); in dwc2_hcd_qh_deactivate()
H A Dcore.h925 * this list to periodic_sched_ready when the QH interval
927 * @periodic_sched_ready: List of periodic QHs that are ready for execution in
939 * periodic_sched_inactive or periodic_sched_ready when the
942 * periodic_sched_ready because it must be rescheduled for
1129 struct list_head periodic_sched_ready; member
H A Dhcd.c1634 dwc2_kill_urbs_in_qh_list(hsotg, &hsotg->periodic_sched_ready); in dwc2_kill_all_urbs()
2694 qh_ptr = hsotg->periodic_sched_ready.next; in dwc2_hcd_select_transactions()
2695 while (qh_ptr != &hsotg->periodic_sched_ready) { in dwc2_hcd_select_transactions()
5030 dwc2_qh_list_free(hsotg, &hsotg->periodic_sched_ready); in dwc2_hcd_free()
5201 INIT_LIST_HEAD(&hsotg->periodic_sched_ready); in dwc2_hcd_init()
H A Dhcd_intr.c143 &hsotg->periodic_sched_ready); in dwc2_sof_intr()

Completed in 27 milliseconds