Home
last modified time | relevance | path

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

123

/linux/drivers/gpu/drm/arm/display/komeda/
A 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/drivers/phy/
A 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/include/linux/
A 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/drivers/media/i2c/
A Ddw9768.c473 if (!pm_runtime_enabled(dev)) { in dw9768_probe()
490 if (pm_runtime_enabled(dev)) in dw9768_probe()
A Dov02a10.c947 if (!pm_runtime_enabled(dev)) { in ov02a10_probe()
964 if (pm_runtime_enabled(dev)) in ov02a10_probe()
/linux/drivers/pwm/
A Dpwm-img.c283 if (!pm_runtime_enabled(&pdev->dev)) { in img_pwm_probe()
318 if (!pm_runtime_enabled(&pdev->dev)) in img_pwm_probe()
A 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/drivers/gpu/drm/tegra/
A Dvic.c480 if (!pm_runtime_enabled(&pdev->dev)) { in vic_probe()
508 if (pm_runtime_enabled(&pdev->dev)) in vic_remove()
A 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/drivers/phy/motorola/
A 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/drivers/input/mouse/
A 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/drivers/gpu/drm/i915/selftests/
A Dmock_gem_device.c157 if (pm_runtime_enabled(&pdev->dev)) in mock_gem_device()
/linux/sound/soc/img/
A 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()
A Dimg-parallel-out.c260 if (!pm_runtime_enabled(&pdev->dev)) { in img_prl_out_probe()
A 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()
A Dimg-spdif-out.c366 if (!pm_runtime_enabled(&pdev->dev)) { in img_spdif_out_probe()
/linux/drivers/dma/xilinx/
A Dzynqmp_dma.c1081 if (!pm_runtime_enabled(zdev->dev)) { in zynqmp_dma_probe()
1114 if (!pm_runtime_enabled(zdev->dev)) in zynqmp_dma_probe()
1135 if (!pm_runtime_enabled(zdev->dev)) in zynqmp_dma_remove()
/linux/drivers/gpu/drm/arm/
A 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()
A Dhdlcd_drv.c361 if (pm_runtime_enabled(dev)) in hdlcd_drm_unbind()
/linux/drivers/staging/media/sunxi/cedrus/
A Dcedrus_hw.c289 if (!pm_runtime_enabled(dev->dev)) { in cedrus_hw_probe()
/linux/sound/soc/rockchip/
A Drockchip_spdif.c337 if (!pm_runtime_enabled(&pdev->dev)) { in rk_spdif_probe()
/linux/drivers/slimbus/
A 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/drivers/i2c/busses/
A Di2c-designware-platdrv.c297 WARN_ON(pm_runtime_enabled(&pdev->dev)); in dw_i2c_plat_probe()
/linux/drivers/media/platform/exynos4-is/
A Dfimc-is.c825 if (!pm_runtime_enabled(dev)) { in fimc_is_probe()
865 if (!pm_runtime_enabled(dev)) in fimc_is_probe()
/linux/drivers/clk/qcom/
A Dgdsc.c485 if (pm_runtime_enabled(dev)) in gdsc_register()

Completed in 53 milliseconds

123