Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/dwc2/
Dhcd_queue.c477 if (hsotg->core_params->uframe_sched > 0) { in dwc2_schedule_periodic()
529 if (hsotg->core_params->uframe_sched <= 0) in dwc2_schedule_periodic()
556 if (hsotg->core_params->uframe_sched > 0) { in dwc2_deschedule_periodic()
736 if ((hsotg->core_params->uframe_sched > 0 && in dwc2_hcd_qh_deactivate()
738 (hsotg->core_params->uframe_sched <= 0 && in dwc2_hcd_qh_deactivate()
Dplatform.c82 .uframe_sched = 0,
113 .uframe_sched = -1,
Dhcd.c261 if (hsotg->core_params->uframe_sched > 0) { in dwc2_hcd_cleanup_channels()
561 if (hsotg->core_params->uframe_sched > 0) { in dwc2_hcd_reinit()
919 if (hsotg->core_params->uframe_sched > 0) { in dwc2_hcd_select_transactions()
945 if (hsotg->core_params->uframe_sched <= 0 && in dwc2_hcd_select_transactions()
952 if (hsotg->core_params->uframe_sched > 0) { in dwc2_hcd_select_transactions()
974 if (hsotg->core_params->uframe_sched <= 0) in dwc2_hcd_select_transactions()
3099 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.h398 int uframe_sched; member
Dcore.c2970 hsotg->core_params->uframe_sched = val; in dwc2_set_param_uframe_sched()
3050 dwc2_set_param_uframe_sched(hsotg, params->uframe_sched); in dwc2_set_parameters()
Dhcd_intr.c755 if (hsotg->core_params->uframe_sched > 0) { in dwc2_release_channel()