Home
last modified time | relevance | path

Searched refs:uframe_sched (Results 1 – 8 of 8) sorted by relevance

/drivers/usb/dwc2/
Dhcd_queue.c472 if (hsotg->core_params->uframe_sched > 0) { in dwc2_schedule_periodic()
524 if (hsotg->core_params->uframe_sched <= 0) in dwc2_schedule_periodic()
551 if (hsotg->core_params->uframe_sched > 0) { in dwc2_deschedule_periodic()
723 if ((hsotg->core_params->uframe_sched > 0 && in dwc2_hcd_qh_deactivate()
725 (hsotg->core_params->uframe_sched <= 0 && in dwc2_hcd_qh_deactivate()
Dplatform.c77 .uframe_sched = 0,
105 .uframe_sched = -1,
Dpci.c87 .uframe_sched = -1,
Dcore.h413 int uframe_sched; member
Dhcd.c556 if (hsotg->core_params->uframe_sched > 0) { in dwc2_hcd_reinit()
907 if (hsotg->core_params->uframe_sched > 0) { in dwc2_hcd_select_transactions()
933 if (hsotg->core_params->uframe_sched <= 0 && in dwc2_hcd_select_transactions()
940 if (hsotg->core_params->uframe_sched > 0) { in dwc2_hcd_select_transactions()
962 if (hsotg->core_params->uframe_sched <= 0) in dwc2_hcd_select_transactions()
2895 if (hsotg->core_params->uframe_sched > 0) in dwc2_hcd_init()
Dhcd_ddma.c275 if (hsotg->core_params->uframe_sched > 0) in dwc2_release_channel_ddma()
377 (hsotg->core_params->uframe_sched > 0 || in dwc2_hcd_qh_free_ddma()
Dcore.c2612 hsotg->core_params->uframe_sched = val; in dwc2_set_param_uframe_sched()
2658 dwc2_set_param_uframe_sched(hsotg, params->uframe_sched); in dwc2_set_parameters()
Dhcd_intr.c737 if (hsotg->core_params->uframe_sched > 0) { in dwc2_release_channel()