Home
last modified time | relevance | path

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

/linux-4.1.27/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.c78 .uframe_sched = 0,
106 .uframe_sched = -1,
Dhcd.c261 if (hsotg->core_params->uframe_sched > 0) { in dwc2_hcd_cleanup_channels()
566 if (hsotg->core_params->uframe_sched > 0) { in dwc2_hcd_reinit()
917 if (hsotg->core_params->uframe_sched > 0) { in dwc2_hcd_select_transactions()
943 if (hsotg->core_params->uframe_sched <= 0 && in dwc2_hcd_select_transactions()
950 if (hsotg->core_params->uframe_sched > 0) { in dwc2_hcd_select_transactions()
972 if (hsotg->core_params->uframe_sched <= 0) in dwc2_hcd_select_transactions()
2911 if (hsotg->core_params->uframe_sched > 0) in dwc2_hcd_init()
Dcore.h370 int uframe_sched; member
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.c2602 hsotg->core_params->uframe_sched = val; in dwc2_set_param_uframe_sched()
2648 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()