Home
last modified time | relevance | path

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

123

/Linux-v5.10/drivers/gpu/drm/arm/display/komeda/
Dkomeda_drv.c37 if (pm_runtime_enabled(dev)) in komeda_unbind()
64 if (!pm_runtime_enabled(dev)) in komeda_bind()
78 if (pm_runtime_enabled(dev)) in komeda_bind()
/Linux-v5.10/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()
915 if (pm_runtime_enabled(dev)) { in phy_create()
/Linux-v5.10/include/linux/
Dpm_runtime.h170 static inline bool pm_runtime_enabled(struct device *dev) in pm_runtime_enabled() function
262 static inline bool pm_runtime_enabled(struct device *dev) { return false; } in pm_runtime_enabled() function
/Linux-v5.10/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.10/drivers/pwm/
Dpwm-img.c285 if (!pm_runtime_enabled(&pdev->dev)) { in img_pwm_probe()
321 if (!pm_runtime_enabled(&pdev->dev)) in img_pwm_probe()
/Linux-v5.10/drivers/media/i2c/
Ddw9768.c483 if (!pm_runtime_enabled(dev)) { in dw9768_probe()
500 if (pm_runtime_enabled(dev)) in dw9768_probe()
/Linux-v5.10/drivers/phy/motorola/
Dphy-mapphone-mdm6600.c138 if (pm_runtime_enabled(&x->dev)) in phy_mdm6600_power_on()
154 if (pm_runtime_enabled(&x->dev)) { in phy_mdm6600_power_off()
/Linux-v5.10/drivers/gpu/drm/tegra/
Dvic.c475 if (!pm_runtime_enabled(&pdev->dev)) { in vic_probe()
503 if (pm_runtime_enabled(&pdev->dev)) in vic_remove()
/Linux-v5.10/drivers/gpu/drm/i915/selftests/
Dmock_gem_device.c159 if (pm_runtime_enabled(&pdev->dev)) in mock_gem_device()
/Linux-v5.10/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.10/sound/soc/img/
Dimg-i2s-in.c462 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.c261 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()
809 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.10/drivers/dma/xilinx/
Dzynqmp_dma.c1081 if (!pm_runtime_enabled(zdev->dev)) { in zynqmp_dma_probe()
1116 if (!pm_runtime_enabled(zdev->dev)) in zynqmp_dma_probe()
1137 if (!pm_runtime_enabled(zdev->dev)) in zynqmp_dma_remove()
/Linux-v5.10/drivers/gpu/drm/arm/
Dmalidp_drv.c767 if (pm_runtime_enabled(dev)) in malidp_bind()
885 if (pm_runtime_enabled(dev)) in malidp_bind()
916 if (pm_runtime_enabled(dev)) in malidp_unbind()
Dhdlcd_drv.c343 if (pm_runtime_enabled(dev)) in hdlcd_drm_unbind()
/Linux-v5.10/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()
/Linux-v5.10/drivers/staging/media/sunxi/cedrus/
Dcedrus_hw.c305 if (!pm_runtime_enabled(dev->dev)) { in cedrus_hw_probe()
/Linux-v5.10/sound/soc/rockchip/
Drockchip_spdif.c334 if (!pm_runtime_enabled(&pdev->dev)) { in rk_spdif_probe()
/Linux-v5.10/drivers/i2c/busses/
Di2c-designware-platdrv.c301 WARN_ON(pm_runtime_enabled(&pdev->dev)); in dw_i2c_plat_probe()
/Linux-v5.10/drivers/slimbus/
Dqcom-ctrl.c690 if (!pm_runtime_enabled(dev) || in qcom_slim_suspend()
701 if (!pm_runtime_enabled(dev) || !pm_runtime_suspended(dev)) { in qcom_slim_resume()
/Linux-v5.10/drivers/media/platform/exynos4-is/
Dfimc-is.c825 if (!pm_runtime_enabled(dev)) { in fimc_is_probe()
865 if (!pm_runtime_enabled(dev)) in fimc_is_probe()
/Linux-v5.10/sound/soc/sunxi/
Dsun4i-spdif.c573 if (!pm_runtime_enabled(&pdev->dev)) { in sun4i_spdif_probe()

123