Home
last modified time | relevance | path

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

/drivers/usb/phy/
Dphy-mv-usb.c265 if (mvotg->clock_gating) in mv_otg_enable()
284 if (mvotg->clock_gating) in mv_otg_disable()
770 mvotg->clock_gating = 1; in mv_otg_probe()
778 mvotg->clock_gating = 0; in mv_otg_probe()
784 mvotg->clock_gating = 0; in mv_otg_probe()
821 mvotg->clock_gating ? "with" : "without"); in mv_otg_probe()
846 if (!mvotg->clock_gating) in mv_otg_suspend()
857 if (!mvotg->clock_gating) { in mv_otg_resume()
Dphy-mv-usb.h156 unsigned int clock_gating; member
/drivers/usb/gadget/udc/
Dmv_u3d_core.c1013 if (!u3d->clock_gating && u3d->vbus_valid_detect) in mv_u3d_controller_stop()
1098 if (!u3d->clock_gating) { in mv_u3d_enable()
1122 if (u3d->clock_gating && u3d->active) { in mv_u3d_disable()
1237 if (!u3d->clock_gating) { in mv_u3d_start()
1947 u3d->clock_gating = 1; in mv_u3d_probe()
1951 if (!u3d->clock_gating) in mv_u3d_probe()
1962 u3d->clock_gating ? "with" : "without"); in mv_u3d_probe()
2002 if (!u3d->clock_gating) { in mv_u3d_suspend()
2021 if (!u3d->clock_gating) { in mv_u3d_resume()
Dmv_udc_core.c1087 if (udc->clock_gating) in mv_udc_enable()
1106 if (udc->clock_gating) in mv_udc_disable()
2270 udc->clock_gating = 1; in mv_udc_probe()
2272 udc->clock_gating = 1; in mv_udc_probe()
2280 udc->clock_gating = 0; in mv_udc_probe()
2298 if (udc->clock_gating) in mv_udc_probe()
2310 udc->clock_gating ? "with" : "without"); in mv_udc_probe()
2349 if (!udc->clock_gating) { in mv_udc_suspend()
2374 if (!udc->clock_gating) { in mv_udc_resume()
Dmv_udc.h209 clock_gating:1, member
Dmv_u3d.h276 unsigned clock_gating:1; /* clock gating or not */ member
/drivers/gpu/drm/amd/display/dc/inc/
Dhw_sequencer_private.h89 bool clock_gating);
/drivers/gpu/drm/amd/display/dc/dce110/
Ddce110_hw_sequencer.c197 bool clock_gating) in enable_display_pipe_clock_gating() argument