/Linux-v4.19/drivers/phy/ |
D | phy-core.c | 159 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/ |
D | pm_runtime.h | 96 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/ |
D | vic.c | 360 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/ |
D | sirf-usp.c | 388 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/ |
D | pwm-img.c | 284 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/ |
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() 1385 if (pm_runtime_enabled(dev)) in cyapa_suspend()
|
/Linux-v4.19/drivers/gpu/drm/arm/ |
D | malidp_drv.c | 675 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()
|
D | hdlcd_drv.c | 359 if (pm_runtime_enabled(dev)) in hdlcd_drm_unbind()
|
/Linux-v4.19/sound/soc/img/ |
D | img-i2s-in.c | 463 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 | 262 if (!pm_runtime_enabled(&pdev->dev)) { in img_prl_out_probe()
|
D | img-spdif-in.c | 753 if (!pm_runtime_enabled(&pdev->dev)) { in img_spdif_in_probe() 810 if (!pm_runtime_enabled(&pdev->dev)) in img_spdif_in_probe()
|
D | img-spdif-out.c | 370 if (!pm_runtime_enabled(&pdev->dev)) { in img_spdif_out_probe()
|
/Linux-v4.19/drivers/dma/xilinx/ |
D | zynqmp_dma.c | 1073 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/ |
D | mock_gem_device.c | 160 if (pm_runtime_enabled(&pdev->dev)) in mock_gem_device()
|
/Linux-v4.19/sound/soc/tegra/ |
D | tegra20_spdif.c | 311 if (!pm_runtime_enabled(&pdev->dev)) { in tegra20_spdif_platform_probe()
|
D | tegra20_i2s.c | 387 if (!pm_runtime_enabled(&pdev->dev)) { in tegra20_i2s_platform_probe()
|
D | tegra30_i2s.c | 437 if (!pm_runtime_enabled(&pdev->dev)) { in tegra30_i2s_platform_probe()
|
/Linux-v4.19/drivers/tty/serial/8250/ |
D | 8250_mtk.c | 217 if (!pm_runtime_enabled(&pdev->dev)) { in mtk8250_probe()
|
/Linux-v4.19/drivers/slimbus/ |
D | qcom-ctrl.c | 692 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/ |
D | rockchip_pdm.c | 415 if (!pm_runtime_enabled(&pdev->dev)) { in rockchip_pdm_probe()
|
/Linux-v4.19/drivers/i2c/busses/ |
D | i2c-designware-platdrv.c | 345 WARN_ON(pm_runtime_enabled(&pdev->dev)); in dw_i2c_plat_probe()
|
/Linux-v4.19/sound/soc/sunxi/ |
D | sun8i-codec.c | 565 if (!pm_runtime_enabled(&pdev->dev)) { in sun8i_codec_probe()
|
D | sun4i-spdif.c | 545 if (!pm_runtime_enabled(&pdev->dev)) { in sun4i_spdif_probe()
|
/Linux-v4.19/drivers/media/platform/exynos4-is/ |
D | fimc-is.c | 845 if (!pm_runtime_enabled(dev)) { in fimc_is_probe() 887 if (!pm_runtime_enabled(dev)) in fimc_is_probe()
|
/Linux-v4.19/drivers/dma/ |
D | img-mdc-dma.c | 998 if (!pm_runtime_enabled(&pdev->dev)) { in mdc_dma_probe() 1020 if (!pm_runtime_enabled(&pdev->dev)) in mdc_dma_probe()
|