Home
last modified time | relevance | path

Searched refs:pm_runtime_force_suspend (Results 1 – 25 of 201) sorted by relevance

123456789

/linux/drivers/gpu/drm/stm/
A Ddrv.c130 pm_runtime_force_suspend(dev); in drv_suspend()
147 pm_runtime_force_suspend(dev); in drv_resume()
/linux/drivers/gpu/drm/msm/adreno/
A Dadreno_device.c526 pm_runtime_force_suspend(dev); in adreno_unbind()
578 pm_runtime_force_suspend(&pdev->dev); in adreno_shutdown()
608 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend, pm_runtime_force_resume)
/linux/include/linux/
A Dpm_runtime.h35 extern int pm_runtime_force_suspend(struct device *dev);
222 static inline int pm_runtime_force_suspend(struct device *dev) { return 0; } in pm_runtime_force_suspend() function
/linux/drivers/mmc/host/
A Ddw_mmc-pci.c78 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
A Ddw_mmc-pltfm.c57 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
A Dtmio_mmc.c93 ret = pm_runtime_force_suspend(dev); in tmio_mmc_suspend()
/linux/drivers/bus/
A Dtegra-aconnect.c97 SET_NOIRQ_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
/linux/drivers/irqchip/
A Dirq-gic-pm.c132 SET_LATE_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
/linux/drivers/clk/samsung/
A Dclk-exynos4412-isp.c152 SET_LATE_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
A Dclk-exynos5-subcmu.c121 SET_LATE_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
A Dclk-exynos-audss.c287 SET_LATE_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
/linux/drivers/mfd/
A Dexynos-lpass.c176 SET_LATE_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
/linux/drivers/char/hw_random/
A Dnpcm-rng.c160 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
A Dmtk-rng.c172 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
A Dstm32-rng.c192 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
/linux/drivers/iio/dac/
A Dstm32-dac-core.c229 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend, stm32_dac_core_resume)
/linux/sound/soc/fsl/
A Dfsl_aud2htx.c288 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
A Dfsl_mqs.c314 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
/linux/drivers/spi/
A Dspi-qcom-qspi.c616 ret = pm_runtime_force_suspend(dev); in qcom_qspi_suspend()
634 pm_runtime_force_suspend(dev); in qcom_qspi_resume()
/linux/drivers/iio/light/
A Dbh1780.c262 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
/linux/drivers/gpu/drm/msm/dsi/
A Ddsi.c171 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
/linux/drivers/gpio/
A Dgpio-xilinx.c317 return pm_runtime_force_suspend(dev); in xgpio_suspend()
321 return pm_runtime_force_suspend(dev); in xgpio_suspend()
/linux/drivers/memory/
A Dmtk-smi.c502 SET_LATE_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
687 SET_LATE_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
/linux/drivers/media/cec/platform/s5p/
A Ds5p_cec.c280 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
/linux/drivers/gpu/drm/exynos/
A Dexynos_dp.c280 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,

Completed in 31 milliseconds

123456789