Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/phy/
H A Dphy-mv-usb.c265 if (mvotg->clock_gating) in mv_otg_enable()
284 if (mvotg->clock_gating) in mv_otg_disable()
766 mvotg->clock_gating = 1; in mv_otg_probe()
774 mvotg->clock_gating = 0; in mv_otg_probe()
780 mvotg->clock_gating = 0; in mv_otg_probe()
817 mvotg->clock_gating ? "with" : "without"); in mv_otg_probe()
841 if (!mvotg->clock_gating) in mv_otg_suspend()
852 if (!mvotg->clock_gating) { in mv_otg_resume()
H A Dphy-mv-usb.h156 unsigned int clock_gating; member
/openbmc/linux/drivers/usb/gadget/udc/
H A Dmv_u3d_core.c1015 if (!u3d->clock_gating && u3d->vbus_valid_detect) in mv_u3d_controller_stop()
1100 if (!u3d->clock_gating) { in mv_u3d_enable()
1124 if (u3d->clock_gating && u3d->active) { in mv_u3d_disable()
1239 if (!u3d->clock_gating) { in mv_u3d_start()
1946 u3d->clock_gating = 1; in mv_u3d_probe()
1950 if (!u3d->clock_gating) in mv_u3d_probe()
1961 u3d->clock_gating ? "with" : "without"); in mv_u3d_probe()
2001 if (!u3d->clock_gating) { in mv_u3d_suspend()
2020 if (!u3d->clock_gating) { in mv_u3d_resume()
H A Dmv_udc_core.c1089 if (udc->clock_gating) in mv_udc_enable()
1108 if (udc->clock_gating) in mv_udc_disable()
2271 udc->clock_gating = 1; in mv_udc_probe()
2273 udc->clock_gating = 1; in mv_udc_probe()
2281 udc->clock_gating = 0; in mv_udc_probe()
2299 if (udc->clock_gating) in mv_udc_probe()
2311 udc->clock_gating ? "with" : "without"); in mv_udc_probe()
2350 if (!udc->clock_gating) { in mv_udc_suspend()
2375 if (!udc->clock_gating) { in mv_udc_resume()
H A Dmv_udc.h209 clock_gating:1, member
H A Dmv_u3d.h276 unsigned clock_gating:1; /* clock gating or not */ member
/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/
H A Dhw_sequencer_private.h92 bool clock_gating);
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce110/
H A Ddce110_hw_sequencer.c196 bool clock_gating) in enable_display_pipe_clock_gating() argument