/Linux-v5.10/drivers/gpu/drm/arm/display/komeda/ |
D | komeda_drv.c | 37 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/ |
D | phy-core.c | 155 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/ |
D | pm_runtime.h | 170 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/ |
D | sirf-usp.c | 385 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/ |
D | pwm-img.c | 285 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/ |
D | dw9768.c | 483 if (!pm_runtime_enabled(dev)) { in dw9768_probe() 500 if (pm_runtime_enabled(dev)) in dw9768_probe()
|
/Linux-v5.10/drivers/phy/motorola/ |
D | phy-mapphone-mdm6600.c | 138 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/ |
D | vic.c | 475 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/ |
D | mock_gem_device.c | 159 if (pm_runtime_enabled(&pdev->dev)) in mock_gem_device()
|
/Linux-v5.10/drivers/input/mouse/ |
D | cyapa.c | 400 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/ |
D | img-i2s-in.c | 462 if (!pm_runtime_enabled(&pdev->dev)) { in img_i2s_in_probe() 531 if (!pm_runtime_enabled(&pdev->dev)) in img_i2s_in_probe()
|
D | img-parallel-out.c | 261 if (!pm_runtime_enabled(&pdev->dev)) { in img_prl_out_probe()
|
D | img-spdif-in.c | 750 if (!pm_runtime_enabled(&pdev->dev)) { in img_spdif_in_probe() 809 if (!pm_runtime_enabled(&pdev->dev)) in img_spdif_in_probe()
|
D | img-spdif-out.c | 367 if (!pm_runtime_enabled(&pdev->dev)) { in img_spdif_out_probe()
|
/Linux-v5.10/drivers/dma/xilinx/ |
D | zynqmp_dma.c | 1081 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/ |
D | malidp_drv.c | 767 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()
|
D | hdlcd_drv.c | 343 if (pm_runtime_enabled(dev)) in hdlcd_drm_unbind()
|
/Linux-v5.10/sound/soc/tegra/ |
D | tegra20_spdif.c | 297 if (!pm_runtime_enabled(&pdev->dev)) { in tegra20_spdif_platform_probe()
|
D | tegra20_i2s.c | 373 if (!pm_runtime_enabled(&pdev->dev)) { in tegra20_i2s_platform_probe()
|
/Linux-v5.10/drivers/staging/media/sunxi/cedrus/ |
D | cedrus_hw.c | 305 if (!pm_runtime_enabled(dev->dev)) { in cedrus_hw_probe()
|
/Linux-v5.10/sound/soc/rockchip/ |
D | rockchip_spdif.c | 334 if (!pm_runtime_enabled(&pdev->dev)) { in rk_spdif_probe()
|
/Linux-v5.10/drivers/i2c/busses/ |
D | i2c-designware-platdrv.c | 301 WARN_ON(pm_runtime_enabled(&pdev->dev)); in dw_i2c_plat_probe()
|
/Linux-v5.10/drivers/slimbus/ |
D | qcom-ctrl.c | 690 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/ |
D | fimc-is.c | 825 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/ |
D | sun4i-spdif.c | 573 if (!pm_runtime_enabled(&pdev->dev)) { in sun4i_spdif_probe()
|