Home
last modified time | relevance | path

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

123

/Linux-v4.19/drivers/phy/
Dphy-core.c159 if (!pm_runtime_enabled(&phy->dev)) in phy_pm_runtime_get()
177 if (!pm_runtime_enabled(&phy->dev)) in phy_pm_runtime_get_sync()
193 if (!pm_runtime_enabled(&phy->dev)) in phy_pm_runtime_put()
205 if (!pm_runtime_enabled(&phy->dev)) in phy_pm_runtime_put_sync()
217 if (!pm_runtime_enabled(&phy->dev)) in phy_pm_runtime_allow()
229 if (!pm_runtime_enabled(&phy->dev)) in phy_pm_runtime_forbid()
801 if (pm_runtime_enabled(dev)) { in phy_create()
/Linux-v4.19/include/linux/
Dpm_runtime.h96 static inline bool pm_runtime_enabled(struct device *dev) in pm_runtime_enabled() function
159 static inline bool pm_runtime_enabled(struct device *dev) { return false; } in pm_runtime_enabled() function
/Linux-v4.19/drivers/gpu/drm/tegra/
Dvic.c360 if (!pm_runtime_enabled(&pdev->dev)) { in vic_probe()
388 if (pm_runtime_enabled(&pdev->dev)) in vic_remove()
/Linux-v4.19/sound/soc/sirf/
Dsirf-usp.c388 if (!pm_runtime_enabled(&pdev->dev)) { in sirf_usp_pcm_probe()
405 if (!pm_runtime_enabled(&pdev->dev)) in sirf_usp_pcm_remove()
/Linux-v4.19/drivers/pwm/
Dpwm-img.c284 if (!pm_runtime_enabled(&pdev->dev)) { in img_pwm_probe()
321 if (!pm_runtime_enabled(&pdev->dev)) in img_pwm_probe()
/Linux-v4.19/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()
1385 if (pm_runtime_enabled(dev)) in cyapa_suspend()
/Linux-v4.19/drivers/gpu/drm/arm/
Dmalidp_drv.c675 if (pm_runtime_enabled(dev)) in malidp_bind()
798 if (pm_runtime_enabled(dev)) in malidp_bind()
832 if (pm_runtime_enabled(dev)) in malidp_unbind()
Dhdlcd_drv.c359 if (pm_runtime_enabled(dev)) in hdlcd_drm_unbind()
/Linux-v4.19/sound/soc/img/
Dimg-i2s-in.c463 if (!pm_runtime_enabled(&pdev->dev)) { in img_i2s_in_probe()
531 if (!pm_runtime_enabled(&pdev->dev)) in img_i2s_in_probe()
Dimg-parallel-out.c262 if (!pm_runtime_enabled(&pdev->dev)) { in img_prl_out_probe()
Dimg-spdif-in.c753 if (!pm_runtime_enabled(&pdev->dev)) { in img_spdif_in_probe()
810 if (!pm_runtime_enabled(&pdev->dev)) in img_spdif_in_probe()
Dimg-spdif-out.c370 if (!pm_runtime_enabled(&pdev->dev)) { in img_spdif_out_probe()
/Linux-v4.19/drivers/dma/xilinx/
Dzynqmp_dma.c1073 if (!pm_runtime_enabled(zdev->dev)) { in zynqmp_dma_probe()
1108 if (!pm_runtime_enabled(zdev->dev)) in zynqmp_dma_probe()
1129 if (!pm_runtime_enabled(zdev->dev)) in zynqmp_dma_remove()
/Linux-v4.19/drivers/gpu/drm/i915/selftests/
Dmock_gem_device.c160 if (pm_runtime_enabled(&pdev->dev)) in mock_gem_device()
/Linux-v4.19/sound/soc/tegra/
Dtegra20_spdif.c311 if (!pm_runtime_enabled(&pdev->dev)) { in tegra20_spdif_platform_probe()
Dtegra20_i2s.c387 if (!pm_runtime_enabled(&pdev->dev)) { in tegra20_i2s_platform_probe()
Dtegra30_i2s.c437 if (!pm_runtime_enabled(&pdev->dev)) { in tegra30_i2s_platform_probe()
/Linux-v4.19/drivers/tty/serial/8250/
D8250_mtk.c217 if (!pm_runtime_enabled(&pdev->dev)) { in mtk8250_probe()
/Linux-v4.19/drivers/slimbus/
Dqcom-ctrl.c692 if (!pm_runtime_enabled(dev) || in qcom_slim_suspend()
703 if (!pm_runtime_enabled(dev) || !pm_runtime_suspended(dev)) { in qcom_slim_resume()
/Linux-v4.19/sound/soc/rockchip/
Drockchip_pdm.c415 if (!pm_runtime_enabled(&pdev->dev)) { in rockchip_pdm_probe()
/Linux-v4.19/drivers/i2c/busses/
Di2c-designware-platdrv.c345 WARN_ON(pm_runtime_enabled(&pdev->dev)); in dw_i2c_plat_probe()
/Linux-v4.19/sound/soc/sunxi/
Dsun8i-codec.c565 if (!pm_runtime_enabled(&pdev->dev)) { in sun8i_codec_probe()
Dsun4i-spdif.c545 if (!pm_runtime_enabled(&pdev->dev)) { in sun4i_spdif_probe()
/Linux-v4.19/drivers/media/platform/exynos4-is/
Dfimc-is.c845 if (!pm_runtime_enabled(dev)) { in fimc_is_probe()
887 if (!pm_runtime_enabled(dev)) in fimc_is_probe()
/Linux-v4.19/drivers/dma/
Dimg-mdc-dma.c998 if (!pm_runtime_enabled(&pdev->dev)) { in mdc_dma_probe()
1020 if (!pm_runtime_enabled(&pdev->dev)) in mdc_dma_probe()

123