Home
last modified time | relevance | path

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

12

/linux/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_drv.c37 if (pm_runtime_enabled(dev)) in komeda_platform_remove()
77 if (!pm_runtime_enabled(dev)) in komeda_platform_probe()
92 if (pm_runtime_enabled(dev)) in komeda_platform_probe()
/linux/drivers/soc/tegra/
H A 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/drivers/phy/
H A Dphy-core.c164 if (!pm_runtime_enabled(&phy->dev)) in phy_pm_runtime_get()
182 if (!pm_runtime_enabled(&phy->dev)) in phy_pm_runtime_get_sync()
198 if (!pm_runtime_enabled(&phy->dev)) in phy_pm_runtime_put()
210 if (!pm_runtime_enabled(&phy->dev)) in phy_pm_runtime_put_sync()
1024 if (pm_runtime_enabled(dev)) { in phy_create()
/linux/drivers/watchdog/
H A Dstarfive-wdt.c448 if (pm_runtime_enabled(&pdev->dev)) { in starfive_wdt_probe()
500 if (pm_runtime_enabled(&pdev->dev)) { in starfive_wdt_probe()
523 if (pm_runtime_enabled(&pdev->dev)) in starfive_wdt_remove()
/linux/include/linux/
H A Dpm_runtime.h197 static inline bool pm_runtime_enabled(struct device *dev) in pm_runtime_enabled() function
305 static inline bool pm_runtime_enabled(struct device *dev) { return false; } in pm_runtime_enabled() function
/linux/drivers/pwm/
H A Dpwm-img.c296 if (!pm_runtime_enabled(&pdev->dev)) { in img_pwm_probe()
329 if (!pm_runtime_enabled(&pdev->dev)) in img_pwm_probe()
H A Dpwm-pca9685.c590 if (pm_runtime_enabled(&client->dev)) { in pca9685_pwm_probe()
611 if (!pm_runtime_enabled(&client->dev)) { in pca9685_pwm_remove()
/linux/drivers/tty/serial/
H A Dserial_port.c71 if (!pm_runtime_enabled(dev)) in serial_port_runtime_suspend()
/linux/drivers/gpu/drm/arm/
H A Dmalidp_drv.c760 if (pm_runtime_enabled(dev)) in malidp_bind()
874 if (pm_runtime_enabled(dev)) in malidp_bind()
900 if (pm_runtime_enabled(dev)) in malidp_unbind()
H A Dhdlcd_drv.c338 if (pm_runtime_enabled(dev)) in hdlcd_drm_unbind()
/linux/drivers/i2c/busses/
H A Di2c-designware-platdrv.c298 WARN_ON(pm_runtime_enabled(device)); in dw_i2c_plat_probe()
H A Di2c-img-scb.c1389 if (!pm_runtime_enabled(&pdev->dev)) { in img_i2c_probe()
1406 if (!pm_runtime_enabled(&pdev->dev)) in img_i2c_probe()
/linux/drivers/media/i2c/
H A Dov02a10.c949 if (!pm_runtime_enabled(dev)) { in ov02a10_probe()
966 if (pm_runtime_enabled(dev)) in ov02a10_probe()
/linux/drivers/slimbus/
H A 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/drivers/gpu/drm/msm/adreno/
H A Dadreno_device.c251 if (pm_runtime_enabled(dev)) in adreno_unbind()
/linux/sound/soc/starfive/
H A Djh7110_pwmdac.c487 if (!pm_runtime_enabled(&pdev->dev)) { in jh7110_pwmdac_probe()
H A Djh7110_tdm.c616 if (!pm_runtime_enabled(&pdev->dev)) { in jh7110_tdm_probe()
/linux/drivers/base/power/
H A Druntime.c1498 ret = !pm_runtime_enabled(dev); in pm_runtime_block_if_disabled()
1867 if (!pm_runtime_enabled(dev)) { in pm_runtime_reinit()
/linux/drivers/accel/ivpu/
H A Divpu_ipc.c306 pm_runtime_enabled(vdev->drm.dev)); in ivpu_ipc_send_receive_internal()
/linux/drivers/gpu/vga/
H A Dvga_switcheroo.c458 if (pm_runtime_enabled(&client->pdev->dev) && in vga_switcheroo_pwr_state()
/linux/drivers/iommu/arm/arm-smmu/
H A Darm-smmu.c74 if (pm_runtime_enabled(smmu->dev)) in arm_smmu_rpm_get()
82 if (pm_runtime_enabled(smmu->dev)) { in arm_smmu_rpm_put()
2271 if (pm_runtime_enabled(smmu->dev)) in arm_smmu_device_shutdown()
/linux/sound/soc/atmel/
H A Dmchp-spdiftx.c846 if (!pm_runtime_enabled(dev->dev)) { in mchp_spdiftx_probe()
H A Dmchp-spdifrx.c1144 if (!pm_runtime_enabled(dev->dev)) { in mchp_spdifrx_probe()
H A Dmchp-pdmc.c1081 if (!pm_runtime_enabled(dd->dev)) { in mchp_pdmc_probe()
/linux/sound/soc/mediatek/mt8173/
H A Dmt8173-afe-pcm.c1128 if (!pm_runtime_enabled(dev)) { in mt8173_afe_pcm_dev_probe()

12