Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/phy/
Dphy-mv-usb.c267 if (mvotg->clock_gating) in mv_otg_enable()
286 if (mvotg->clock_gating) in mv_otg_disable()
771 mvotg->clock_gating = 1; in mv_otg_probe()
779 mvotg->clock_gating = 0; in mv_otg_probe()
785 mvotg->clock_gating = 0; in mv_otg_probe()
829 mvotg->clock_gating ? "with" : "without"); in mv_otg_probe()
856 if (!mvotg->clock_gating) in mv_otg_suspend()
867 if (!mvotg->clock_gating) { in mv_otg_resume()
Dphy-mv-usb.h156 unsigned int clock_gating; member
/Linux-v4.19/drivers/usb/gadget/udc/
Dmv_u3d_core.c1014 if (!u3d->clock_gating && u3d->vbus_valid_detect) in mv_u3d_controller_stop()
1099 if (!u3d->clock_gating) { in mv_u3d_enable()
1123 if (u3d->clock_gating && u3d->active) { in mv_u3d_disable()
1238 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.c1088 if (udc->clock_gating) in mv_udc_enable()
1107 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()
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
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/inc/
Dhw_sequencer.h145 bool clock_gating);
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dce110/
Ddce110_hw_sequencer.c183 bool clock_gating) in enable_display_pipe_clock_gating() argument