Home
last modified time | relevance | path

Searched refs:pm_runtime_enabled (Results 1 – 25 of 55) sorted by relevance

123

/Linux-v5.4/drivers/phy/
Dphy-core.c155 if (!pm_runtime_enabled(&phy->dev)) in phy_pm_runtime_get()
173 if (!pm_runtime_enabled(&phy->dev)) in phy_pm_runtime_get_sync()
189 if (!pm_runtime_enabled(&phy->dev)) in phy_pm_runtime_put()
201 if (!pm_runtime_enabled(&phy->dev)) in phy_pm_runtime_put_sync()
213 if (!pm_runtime_enabled(&phy->dev)) in phy_pm_runtime_allow()
225 if (!pm_runtime_enabled(&phy->dev)) in phy_pm_runtime_forbid()
882 if (pm_runtime_enabled(dev)) { in phy_create()
/Linux-v5.4/include/linux/
Dpm_runtime.h95 static inline bool pm_runtime_enabled(struct device *dev) in pm_runtime_enabled() function
160 static inline bool pm_runtime_enabled(struct device *dev) { return false; } in pm_runtime_enabled() function
/Linux-v5.4/sound/soc/sirf/
Dsirf-usp.c385 if (!pm_runtime_enabled(&pdev->dev)) { in sirf_usp_pcm_probe()
402 if (!pm_runtime_enabled(&pdev->dev)) in sirf_usp_pcm_remove()
/Linux-v5.4/drivers/pwm/
Dpwm-img.c281 if (!pm_runtime_enabled(&pdev->dev)) { in img_pwm_probe()
318 if (!pm_runtime_enabled(&pdev->dev)) in img_pwm_probe()
/Linux-v5.4/drivers/gpu/drm/tegra/
Dvic.c440 if (!pm_runtime_enabled(&pdev->dev)) { in vic_probe()
468 if (pm_runtime_enabled(&pdev->dev)) in vic_remove()
/Linux-v5.4/drivers/phy/motorola/
Dphy-mapphone-mdm6600.c137 if (pm_runtime_enabled(&x->dev)) in phy_mdm6600_power_on()
153 if (pm_runtime_enabled(&x->dev)) { in phy_mdm6600_power_off()
/Linux-v5.4/drivers/input/mouse/
Dcyapa.c400 if (!pm_runtime_enabled(dev)) { in cyapa_open()
422 if (pm_runtime_enabled(dev)) in cyapa_close()
633 if (pm_runtime_enabled(dev)) in cyapa_reinitialize()
1371 if (pm_runtime_enabled(dev)) in cyapa_suspend()
/Linux-v5.4/drivers/gpu/drm/i915/selftests/
Dmock_gem_device.c158 if (pm_runtime_enabled(&pdev->dev)) in mock_gem_device()
/Linux-v5.4/sound/soc/img/
Dimg-i2s-in.c460 if (!pm_runtime_enabled(&pdev->dev)) { in img_i2s_in_probe()
528 if (!pm_runtime_enabled(&pdev->dev)) in img_i2s_in_probe()
Dimg-parallel-out.c259 if (!pm_runtime_enabled(&pdev->dev)) { in img_prl_out_probe()
Dimg-spdif-in.c750 if (!pm_runtime_enabled(&pdev->dev)) { in img_spdif_in_probe()
807 if (!pm_runtime_enabled(&pdev->dev)) in img_spdif_in_probe()
Dimg-spdif-out.c367 if (!pm_runtime_enabled(&pdev->dev)) { in img_spdif_out_probe()
/Linux-v5.4/drivers/dma/xilinx/
Dzynqmp_dma.c1076 if (!pm_runtime_enabled(zdev->dev)) { in zynqmp_dma_probe()
1111 if (!pm_runtime_enabled(zdev->dev)) in zynqmp_dma_probe()
1132 if (!pm_runtime_enabled(zdev->dev)) in zynqmp_dma_remove()
/Linux-v5.4/drivers/gpu/drm/arm/
Dmalidp_drv.c786 if (pm_runtime_enabled(dev)) in malidp_bind()
905 if (pm_runtime_enabled(dev)) in malidp_bind()
938 if (pm_runtime_enabled(dev)) in malidp_unbind()
Dhdlcd_drv.c353 if (pm_runtime_enabled(dev)) in hdlcd_drm_unbind()
/Linux-v5.4/sound/soc/tegra/
Dtegra20_spdif.c297 if (!pm_runtime_enabled(&pdev->dev)) { in tegra20_spdif_platform_probe()
Dtegra20_i2s.c373 if (!pm_runtime_enabled(&pdev->dev)) { in tegra20_i2s_platform_probe()
Dtegra30_i2s.c424 if (!pm_runtime_enabled(&pdev->dev)) { in tegra30_i2s_platform_probe()
/Linux-v5.4/drivers/slimbus/
Dqcom-ctrl.c688 if (!pm_runtime_enabled(dev) || in qcom_slim_suspend()
699 if (!pm_runtime_enabled(dev) || !pm_runtime_suspended(dev)) { in qcom_slim_resume()
/Linux-v5.4/drivers/media/platform/exynos4-is/
Dfimc-is.c832 if (!pm_runtime_enabled(dev)) { in fimc_is_probe()
874 if (!pm_runtime_enabled(dev)) in fimc_is_probe()
/Linux-v5.4/sound/soc/sunxi/
Dsun8i-codec.c574 if (!pm_runtime_enabled(&pdev->dev)) { in sun8i_codec_probe()
Dsun4i-spdif.c573 if (!pm_runtime_enabled(&pdev->dev)) { in sun4i_spdif_probe()
/Linux-v5.4/drivers/i2c/busses/
Di2c-designware-platdrv.c379 WARN_ON(pm_runtime_enabled(&pdev->dev)); in dw_i2c_plat_probe()
/Linux-v5.4/sound/soc/rockchip/
Drockchip_pdm.c528 if (!pm_runtime_enabled(&pdev->dev)) { in rockchip_pdm_probe()
/Linux-v5.4/drivers/dma/
Dimg-mdc-dma.c995 if (!pm_runtime_enabled(&pdev->dev)) { in mdc_dma_probe()
1017 if (!pm_runtime_enabled(&pdev->dev)) in mdc_dma_probe()

123