Home
last modified time | relevance | path

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

123

/Linux-v6.6/drivers/gpu/drm/arm/display/komeda/
Dkomeda_drv.c37 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/
Dcommon.c70 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/
Dphy-core.c157 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/
Dpm_runtime.h205 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/
Dpwm-img.c303 if (!pm_runtime_enabled(&pdev->dev)) { in img_pwm_probe()
338 if (!pm_runtime_enabled(&pdev->dev)) in img_pwm_probe()
Dpwm-pca9685.c587 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/
Ddw9768.c482 (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()
Dov02a10.c947 if (!pm_runtime_enabled(dev)) { in ov02a10_probe()
964 if (pm_runtime_enabled(dev)) in ov02a10_probe()
/Linux-v6.6/drivers/phy/motorola/
Dphy-mapphone-mdm6600.c132 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/
Dstarfive-wdt.c444 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/
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()
1368 if (pm_runtime_enabled(dev)) in cyapa_suspend()
/Linux-v6.6/drivers/gpu/drm/i915/selftests/
Dmock_gem_device.c187 if (pm_runtime_enabled(&pdev->dev)) in mock_gem_device()
/Linux-v6.6/sound/soc/img/
Dimg-i2s-in.c459 if (!pm_runtime_enabled(&pdev->dev)) { in img_i2s_in_probe()
527 if (!pm_runtime_enabled(&pdev->dev)) in img_i2s_in_probe()
Dimg-parallel-out.c253 if (!pm_runtime_enabled(&pdev->dev)) { in img_prl_out_probe()
Dimg-spdif-in.c748 if (!pm_runtime_enabled(&pdev->dev)) { in img_spdif_in_probe()
805 if (!pm_runtime_enabled(&pdev->dev)) in img_spdif_in_probe()
Dimg-spdif-out.c361 if (!pm_runtime_enabled(&pdev->dev)) { in img_spdif_out_probe()
/Linux-v6.6/drivers/gpu/drm/arm/
Dmalidp_drv.c759 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()
Dhdlcd_drv.c337 if (pm_runtime_enabled(dev)) in hdlcd_drm_unbind()
/Linux-v6.6/drivers/dma/xilinx/
Dzynqmp_dma.c1101 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/
Dcedrus_hw.c314 if (!pm_runtime_enabled(dev->dev)) { in cedrus_hw_probe()
/Linux-v6.6/sound/soc/sunxi/
Dsun50i-dmic.c357 if (!pm_runtime_enabled(&pdev->dev)) { in sun50i_dmic_probe()
/Linux-v6.6/sound/soc/rockchip/
Drockchip_spdif.c339 if (!pm_runtime_enabled(&pdev->dev)) { in rk_spdif_probe()
/Linux-v6.6/drivers/slimbus/
Dqcom-ctrl.c681 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/
Di2c-designware-platdrv.c378 WARN_ON(pm_runtime_enabled(&pdev->dev)); in dw_i2c_plat_probe()
/Linux-v6.6/drivers/media/platform/samsung/exynos4-is/
Dfimc-is.c826 if (!pm_runtime_enabled(dev)) { in fimc_is_probe()
866 if (!pm_runtime_enabled(dev)) in fimc_is_probe()

123