Home
last modified time | relevance | path

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

123

/linux-6.1.9/drivers/gpu/drm/arm/display/komeda/
Dkomeda_drv.c39 if (pm_runtime_enabled(dev)) in komeda_unbind()
66 if (!pm_runtime_enabled(dev)) in komeda_bind()
81 if (pm_runtime_enabled(dev)) in komeda_bind()
/linux-6.1.9/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-6.1.9/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()
985 if (pm_runtime_enabled(dev)) { in phy_create()
/linux-6.1.9/include/linux/
Dpm_runtime.h207 static inline bool pm_runtime_enabled(struct device *dev) in pm_runtime_enabled() function
301 static inline bool pm_runtime_enabled(struct device *dev) { return false; } in pm_runtime_enabled() function
/linux-6.1.9/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-6.1.9/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.c586 if (pm_runtime_enabled(&client->dev)) { in pca9685_pwm_probe()
607 if (!pm_runtime_enabled(&client->dev)) { in pca9685_pwm_remove()
/linux-6.1.9/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-6.1.9/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()
1369 if (pm_runtime_enabled(dev)) in cyapa_suspend()
/linux-6.1.9/drivers/gpu/drm/i915/selftests/
Dmock_gem_device.c163 if (pm_runtime_enabled(&pdev->dev)) in mock_gem_device()
/linux-6.1.9/sound/soc/img/
Dimg-i2s-in.c458 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-6.1.9/drivers/dma/xilinx/
Dzynqmp_dma.c1098 if (!pm_runtime_enabled(zdev->dev)) { in zynqmp_dma_probe()
1135 if (!pm_runtime_enabled(zdev->dev)) in zynqmp_dma_probe()
1156 if (!pm_runtime_enabled(zdev->dev)) in zynqmp_dma_remove()
/linux-6.1.9/drivers/gpu/drm/arm/
Dmalidp_drv.c769 if (pm_runtime_enabled(dev)) in malidp_bind()
884 if (pm_runtime_enabled(dev)) in malidp_bind()
914 if (pm_runtime_enabled(dev)) in malidp_unbind()
Dhdlcd_drv.c341 if (pm_runtime_enabled(dev)) in hdlcd_drm_unbind()
/linux-6.1.9/drivers/staging/media/sunxi/cedrus/
Dcedrus_hw.c314 if (!pm_runtime_enabled(dev->dev)) { in cedrus_hw_probe()
/linux-6.1.9/sound/soc/rockchip/
Drockchip_spdif.c339 if (!pm_runtime_enabled(&pdev->dev)) { in rk_spdif_probe()
/linux-6.1.9/sound/soc/sunxi/
Dsun50i-dmic.c358 if (!pm_runtime_enabled(&pdev->dev)) { in sun50i_dmic_probe()
/linux-6.1.9/drivers/slimbus/
Dqcom-ctrl.c683 if (!pm_runtime_enabled(dev) || in qcom_slim_suspend()
694 if (!pm_runtime_enabled(dev) || !pm_runtime_suspended(dev)) { in qcom_slim_resume()
/linux-6.1.9/drivers/i2c/busses/
Di2c-designware-platdrv.c364 WARN_ON(pm_runtime_enabled(&pdev->dev)); in dw_i2c_plat_probe()
/linux-6.1.9/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()
/linux-6.1.9/drivers/dma/
Dimg-mdc-dma.c995 if (!pm_runtime_enabled(&pdev->dev)) { in mdc_dma_probe()
1017 if (!pm_runtime_enabled(&pdev->dev)) in mdc_dma_probe()

123