/Linux-v6.6/drivers/gpu/drm/arm/display/komeda/ |
D | komeda_drv.c | 37 if (pm_runtime_enabled(dev)) in komeda_platform_remove() 65 if (!pm_runtime_enabled(dev)) in komeda_platform_probe() 80 if (pm_runtime_enabled(dev)) in komeda_platform_probe()
|
/Linux-v6.6/drivers/soc/tegra/ |
D | common.c | 70 rpm_enabled = pm_runtime_enabled(dev); in tegra_core_dev_init_opp_state() 75 if (!pm_runtime_enabled(dev)) { in tegra_core_dev_init_opp_state()
|
/Linux-v6.6/drivers/phy/ |
D | phy-core.c | 157 if (!pm_runtime_enabled(&phy->dev)) in phy_pm_runtime_get() 175 if (!pm_runtime_enabled(&phy->dev)) in phy_pm_runtime_get_sync() 191 if (!pm_runtime_enabled(&phy->dev)) in phy_pm_runtime_put() 203 if (!pm_runtime_enabled(&phy->dev)) in phy_pm_runtime_put_sync() 215 if (!pm_runtime_enabled(&phy->dev)) in phy_pm_runtime_allow() 227 if (!pm_runtime_enabled(&phy->dev)) in phy_pm_runtime_forbid() 996 if (pm_runtime_enabled(dev)) { in phy_create()
|
/Linux-v6.6/include/linux/ |
D | pm_runtime.h | 205 static inline bool pm_runtime_enabled(struct device *dev) in pm_runtime_enabled() function 299 static inline bool pm_runtime_enabled(struct device *dev) { return false; } in pm_runtime_enabled() function
|
/Linux-v6.6/drivers/pwm/ |
D | pwm-img.c | 303 if (!pm_runtime_enabled(&pdev->dev)) { in img_pwm_probe() 338 if (!pm_runtime_enabled(&pdev->dev)) in img_pwm_probe()
|
D | pwm-pca9685.c | 587 if (pm_runtime_enabled(&client->dev)) { in pca9685_pwm_probe() 608 if (!pm_runtime_enabled(&client->dev)) { in pca9685_pwm_remove()
|
/Linux-v6.6/drivers/media/i2c/ |
D | dw9768.c | 482 (is_of_node(dev_fwnode(dev)) && !pm_runtime_enabled(dev)); in dw9768_probe() 526 (is_of_node(dev_fwnode(dev)) && !pm_runtime_enabled(dev))) { in dw9768_remove()
|
D | ov02a10.c | 947 if (!pm_runtime_enabled(dev)) { in ov02a10_probe() 964 if (pm_runtime_enabled(dev)) in ov02a10_probe()
|
/Linux-v6.6/drivers/phy/motorola/ |
D | phy-mapphone-mdm6600.c | 132 if (pm_runtime_enabled(&x->dev)) in phy_mdm6600_power_on() 148 if (pm_runtime_enabled(&x->dev)) { in phy_mdm6600_power_off()
|
/Linux-v6.6/drivers/watchdog/ |
D | starfive-wdt.c | 444 if (pm_runtime_enabled(&pdev->dev)) { in starfive_wdt_probe() 514 if (pm_runtime_enabled(&pdev->dev)) in starfive_wdt_remove()
|
/Linux-v6.6/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() 1368 if (pm_runtime_enabled(dev)) in cyapa_suspend()
|
/Linux-v6.6/drivers/gpu/drm/i915/selftests/ |
D | mock_gem_device.c | 187 if (pm_runtime_enabled(&pdev->dev)) in mock_gem_device()
|
/Linux-v6.6/sound/soc/img/ |
D | img-i2s-in.c | 459 if (!pm_runtime_enabled(&pdev->dev)) { in img_i2s_in_probe() 527 if (!pm_runtime_enabled(&pdev->dev)) in img_i2s_in_probe()
|
D | img-parallel-out.c | 253 if (!pm_runtime_enabled(&pdev->dev)) { in img_prl_out_probe()
|
D | img-spdif-in.c | 748 if (!pm_runtime_enabled(&pdev->dev)) { in img_spdif_in_probe() 805 if (!pm_runtime_enabled(&pdev->dev)) in img_spdif_in_probe()
|
D | img-spdif-out.c | 361 if (!pm_runtime_enabled(&pdev->dev)) { in img_spdif_out_probe()
|
/Linux-v6.6/drivers/gpu/drm/arm/ |
D | malidp_drv.c | 759 if (pm_runtime_enabled(dev)) in malidp_bind() 873 if (pm_runtime_enabled(dev)) in malidp_bind() 899 if (pm_runtime_enabled(dev)) in malidp_unbind()
|
D | hdlcd_drv.c | 337 if (pm_runtime_enabled(dev)) in hdlcd_drm_unbind()
|
/Linux-v6.6/drivers/dma/xilinx/ |
D | zynqmp_dma.c | 1101 if (!pm_runtime_enabled(zdev->dev)) { in zynqmp_dma_probe() 1138 if (!pm_runtime_enabled(zdev->dev)) in zynqmp_dma_probe() 1159 if (!pm_runtime_enabled(zdev->dev)) in zynqmp_dma_remove()
|
/Linux-v6.6/drivers/staging/media/sunxi/cedrus/ |
D | cedrus_hw.c | 314 if (!pm_runtime_enabled(dev->dev)) { in cedrus_hw_probe()
|
/Linux-v6.6/sound/soc/sunxi/ |
D | sun50i-dmic.c | 357 if (!pm_runtime_enabled(&pdev->dev)) { in sun50i_dmic_probe()
|
/Linux-v6.6/sound/soc/rockchip/ |
D | rockchip_spdif.c | 339 if (!pm_runtime_enabled(&pdev->dev)) { in rk_spdif_probe()
|
/Linux-v6.6/drivers/slimbus/ |
D | qcom-ctrl.c | 681 if (!pm_runtime_enabled(dev) || in qcom_slim_suspend() 692 if (!pm_runtime_enabled(dev) || !pm_runtime_suspended(dev)) { in qcom_slim_resume()
|
/Linux-v6.6/drivers/i2c/busses/ |
D | i2c-designware-platdrv.c | 378 WARN_ON(pm_runtime_enabled(&pdev->dev)); in dw_i2c_plat_probe()
|
/Linux-v6.6/drivers/media/platform/samsung/exynos4-is/ |
D | fimc-is.c | 826 if (!pm_runtime_enabled(dev)) { in fimc_is_probe() 866 if (!pm_runtime_enabled(dev)) in fimc_is_probe()
|