Home
last modified time | relevance | path

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

123

/Linux-v5.15/drivers/gpu/drm/arm/display/komeda/
Dkomeda_drv.c37 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.15/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()
947 if (pm_runtime_enabled(dev)) { in phy_create()
/Linux-v5.15/include/linux/
Dpm_runtime.h172 static inline bool pm_runtime_enabled(struct device *dev) in pm_runtime_enabled() function
266 static inline bool pm_runtime_enabled(struct device *dev) { return false; } in pm_runtime_enabled() function
/Linux-v5.15/drivers/media/i2c/
Ddw9768.c473 if (!pm_runtime_enabled(dev)) { in dw9768_probe()
490 if (pm_runtime_enabled(dev)) in dw9768_probe()
Dov02a10.c947 if (!pm_runtime_enabled(dev)) { in ov02a10_probe()
964 if (pm_runtime_enabled(dev)) in ov02a10_probe()
/Linux-v5.15/drivers/pwm/
Dpwm-img.c283 if (!pm_runtime_enabled(&pdev->dev)) { in img_pwm_probe()
318 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-v5.15/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-v5.15/drivers/gpu/drm/tegra/
Dvic.c480 if (!pm_runtime_enabled(&pdev->dev)) { in vic_probe()
508 if (pm_runtime_enabled(&pdev->dev)) in vic_remove()
Dsubmit.c478 if (pm_runtime_enabled(client->base.dev)) in release_job()
563 if (pm_runtime_enabled(context->client->base.dev)) { in tegra_drm_ioctl_channel_submit()
/Linux-v5.15/drivers/gpu/drm/i915/selftests/
Dmock_gem_device.c157 if (pm_runtime_enabled(&pdev->dev)) in mock_gem_device()
/Linux-v5.15/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-v5.15/sound/soc/img/
Dimg-i2s-in.c461 if (!pm_runtime_enabled(&pdev->dev)) { in img_i2s_in_probe()
530 if (!pm_runtime_enabled(&pdev->dev)) in img_i2s_in_probe()
Dimg-parallel-out.c260 if (!pm_runtime_enabled(&pdev->dev)) { in img_prl_out_probe()
Dimg-spdif-in.c749 if (!pm_runtime_enabled(&pdev->dev)) { in img_spdif_in_probe()
808 if (!pm_runtime_enabled(&pdev->dev)) in img_spdif_in_probe()
Dimg-spdif-out.c366 if (!pm_runtime_enabled(&pdev->dev)) { in img_spdif_out_probe()
/Linux-v5.15/drivers/dma/xilinx/
Dzynqmp_dma.c1080 if (!pm_runtime_enabled(zdev->dev)) { in zynqmp_dma_probe()
1115 if (!pm_runtime_enabled(zdev->dev)) in zynqmp_dma_probe()
1136 if (!pm_runtime_enabled(zdev->dev)) in zynqmp_dma_remove()
/Linux-v5.15/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.c361 if (pm_runtime_enabled(dev)) in hdlcd_drm_unbind()
/Linux-v5.15/drivers/staging/media/sunxi/cedrus/
Dcedrus_hw.c289 if (!pm_runtime_enabled(dev->dev)) { in cedrus_hw_probe()
/Linux-v5.15/sound/soc/rockchip/
Drockchip_spdif.c337 if (!pm_runtime_enabled(&pdev->dev)) { in rk_spdif_probe()
Drockchip_pdm.c527 if (!pm_runtime_enabled(&pdev->dev)) { in rockchip_pdm_probe()
/Linux-v5.15/drivers/i2c/busses/
Di2c-designware-platdrv.c297 WARN_ON(pm_runtime_enabled(&pdev->dev)); in dw_i2c_plat_probe()
/Linux-v5.15/drivers/slimbus/
Dqcom-ctrl.c685 if (!pm_runtime_enabled(dev) || in qcom_slim_suspend()
696 if (!pm_runtime_enabled(dev) || !pm_runtime_suspended(dev)) { in qcom_slim_resume()
/Linux-v5.15/drivers/media/platform/exynos4-is/
Dfimc-is.c825 if (!pm_runtime_enabled(dev)) { in fimc_is_probe()
865 if (!pm_runtime_enabled(dev)) in fimc_is_probe()

123