Home
last modified time | relevance | path

Searched refs:pm_runtime_enabled (Results 1 – 25 of 34) 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()
95 if (pm_runtime_enabled(dev)) in komeda_platform_probe()
/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/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()
/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/tty/serial/
H A Dserial_port.c71 if (!pm_runtime_enabled(dev)) in serial_port_runtime_suspend()
/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/gpu/drm/arm/
H A Dmalidp_drv.c771 if (pm_runtime_enabled(dev)) in malidp_bind()
885 if (pm_runtime_enabled(dev)) in malidp_bind()
911 if (pm_runtime_enabled(dev)) in malidp_unbind()
/linux/drivers/i2c/busses/
H A Di2c-designware-platdrv.c216 WARN_ON(pm_runtime_enabled(device)); in dw_i2c_plat_probe()
H A Di2c-img-scb.c1386 if (!pm_runtime_enabled(&pdev->dev)) { in img_i2c_probe()
1403 if (!pm_runtime_enabled(&pdev->dev)) in img_i2c_probe()
H A Di2c-mv64xxx.c1048 if (!pm_runtime_enabled(&pd->dev)) { in mv64xxx_i2c_probe()
/linux/sound/soc/sunxi/
H A Dsun50i-dmic.c393 if (!pm_runtime_enabled(&pdev->dev)) { in sun50i_dmic_probe()
H A Dsun4i-spdif.c724 if (!pm_runtime_enabled(&pdev->dev)) { in sun4i_spdif_probe()
H A Dsun8i-codec.c1650 if (!pm_runtime_enabled(&pdev->dev)) { in sun8i_codec_probe()
/linux/sound/soc/starfive/
H A Djh7110_pwmdac.c487 if (!pm_runtime_enabled(&pdev->dev)) { in jh7110_pwmdac_probe()
H A Djh7110_tdm.c608 if (!pm_runtime_enabled(&pdev->dev)) { in jh7110_tdm_probe()
/linux/drivers/clk/imx/
H A Dclk-imx95-blk-ctl.c434 if (pm_runtime_enabled(bc->dev)) { in imx95_bc_probe()
/linux/drivers/dma/xilinx/
H A Dzynqmp_dma.c1117 if (!pm_runtime_enabled(zdev->dev)) { in zynqmp_dma_probe()
1153 if (!pm_runtime_enabled(zdev->dev)) in zynqmp_dma_probe()
/linux/drivers/dma/
H A Dimg-mdc-dma.c992 if (!pm_runtime_enabled(&pdev->dev)) { in mdc_dma_probe()
1014 if (!pm_runtime_enabled(&pdev->dev)) in mdc_dma_probe()
/linux/sound/soc/rockchip/
H A Drockchip_pdm.c623 if (!pm_runtime_enabled(&pdev->dev)) { in rockchip_pdm_probe()
/linux/sound/soc/atmel/
H A Dmchp-spdiftx.c846 if (!pm_runtime_enabled(dev->dev)) { in mchp_spdiftx_probe()
H A Dmchp-spdifrx.c1151 if (!pm_runtime_enabled(dev->dev)) { in mchp_spdifrx_probe()
H A Dmchp-pdmc.c1085 if (!pm_runtime_enabled(dd->dev)) { in mchp_pdmc_probe()
/linux/sound/soc/mediatek/mt8173/
H A Dmt8173-afe-pcm.c1129 if (!pm_runtime_enabled(dev)) { in mt8173_afe_pcm_dev_probe()

12