Home
last modified time | relevance | path

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

123

/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.c60 rpm_enabled = pm_runtime_enabled(dev); in tegra_core_dev_init_opp_state()
65 if (!pm_runtime_enabled(dev)) { in tegra_core_dev_init_opp_state()
/linux/drivers/net/wan/framer/
H A Dframer-core.c37 if (!pm_runtime_enabled(&framer->dev)) in framer_pm_runtime_get()
52 if (!pm_runtime_enabled(&framer->dev)) in framer_pm_runtime_get_sync()
65 if (!pm_runtime_enabled(&framer->dev)) in framer_pm_runtime_put()
74 if (!pm_runtime_enabled(&framer->dev)) in framer_pm_runtime_put_sync()
659 if (pm_runtime_enabled(dev)) { in framer_create()
/linux/drivers/phy/
H A Dphy-core.c161 if (!pm_runtime_enabled(&phy->dev)) in phy_pm_runtime_get()
179 if (!pm_runtime_enabled(&phy->dev)) in phy_pm_runtime_get_sync()
195 if (!pm_runtime_enabled(&phy->dev)) in phy_pm_runtime_put()
207 if (!pm_runtime_enabled(&phy->dev)) in phy_pm_runtime_put_sync()
1046 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()
525 if (pm_runtime_enabled(&pdev->dev)) in starfive_wdt_remove()
/linux/drivers/base/power/
H A Druntime-test.c93 KUNIT_EXPECT_FALSE(test, pm_runtime_enabled(dev)); in pm_runtime_disabled_test()
123 KUNIT_EXPECT_FALSE(test, pm_runtime_enabled(dev)); in pm_runtime_disabled_test()
/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.c493 if (pm_runtime_enabled(&client->dev)) { in pca9685_pwm_probe()
514 if (!pm_runtime_enabled(&client->dev)) { in pca9685_pwm_remove()
/linux/include/linux/
H A Dpm_runtime.h198 static inline bool pm_runtime_enabled(struct device *dev) in pm_runtime_enabled() function
306 static inline bool pm_runtime_enabled(struct device *dev) { return false; } in pm_runtime_enabled() function
/linux/drivers/phy/motorola/
H A 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/drivers/input/mouse/
H A Dcyapa.c400 if (!pm_runtime_enabled(dev)) { in cyapa_open()
421 if (pm_runtime_enabled(dev)) in cyapa_close()
632 if (pm_runtime_enabled(dev)) in cyapa_reinitialize()
1362 if (pm_runtime_enabled(dev)) in cyapa_suspend()
/linux/drivers/tty/serial/
H A Dserial_port.c71 if (!pm_runtime_enabled(dev)) in serial_port_runtime_suspend()
/linux/sound/soc/img/
H A 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()
H A Dimg-parallel-out.c253 if (!pm_runtime_enabled(&pdev->dev)) { in img_prl_out_probe()
H A 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()
/linux/drivers/gpu/drm/arm/
H A Dmalidp_drv.c761 if (pm_runtime_enabled(dev)) in malidp_bind()
875 if (pm_runtime_enabled(dev)) in malidp_bind()
901 if (pm_runtime_enabled(dev)) in malidp_unbind()
H A Dhdlcd_drv.c339 if (pm_runtime_enabled(dev)) in hdlcd_drm_unbind()
/linux/drivers/i2c/busses/
H A Di2c-designware-platdrv.c216 WARN_ON(pm_runtime_enabled(device)); in dw_i2c_plat_probe()
/linux/drivers/gpu/drm/i915/selftests/
H A Dmock_gem_device.c197 if (pm_runtime_enabled(&pdev->dev)) in mock_gem_device()
/linux/drivers/staging/media/sunxi/cedrus/
H A Dcedrus_hw.c331 if (!pm_runtime_enabled(dev->dev)) { in cedrus_hw_probe()
/linux/sound/soc/rockchip/
H A Drockchip_spdif.c390 if (!pm_runtime_enabled(&pdev->dev)) {
/linux/drivers/media/i2c/
H A Dov02a10.c938 if (!pm_runtime_enabled(dev)) { in ov02a10_probe()
955 if (pm_runtime_enabled(dev)) in ov02a10_probe()
/linux/sound/soc/sunxi/
H A Dsun50i-dmic.c394 if (!pm_runtime_enabled(&pdev->dev)) { in sun50i_dmic_probe()
/linux/drivers/gpu/drm/msm/adreno/
H A Dadreno_device.c260 if (pm_runtime_enabled(dev)) in adreno_unbind()
/linux/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-is.c841 if (!pm_runtime_enabled(dev)) { in fimc_is_probe()
881 if (!pm_runtime_enabled(dev)) in fimc_is_probe()

123