Home
last modified time | relevance | path

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

123456

/Linux-v5.4/drivers/gpu/drm/stm/
Ddrv.c143 pm_runtime_force_suspend(dev); in drv_suspend()
160 pm_runtime_force_suspend(dev); in drv_resume()
/Linux-v5.4/include/linux/
Dpm_runtime.h35 extern int pm_runtime_force_suspend(struct device *dev);
123 static inline int pm_runtime_force_suspend(struct device *dev) { return 0; } in pm_runtime_force_suspend() function
/Linux-v5.4/drivers/mmc/host/
Ddw_mmc-pci.c78 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
Ddw_mmc-pltfm.c58 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
Ddw_mmc-zx.c218 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
Dtmio_mmc.c101 ret = pm_runtime_force_suspend(dev); in tmio_mmc_suspend()
Drenesas_sdhi_internal_dmac.c344 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
Ddw_mmc-rockchip.c374 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
/Linux-v5.4/drivers/bus/
Dtegra-aconnect.c97 SET_NOIRQ_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
/Linux-v5.4/drivers/gpu/drm/msm/adreno/
Dadreno_device.c362 pm_runtime_force_suspend(dev); in adreno_unbind()
441 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend, pm_runtime_force_resume)
/Linux-v5.4/drivers/irqchip/
Dirq-gic-pm.c134 SET_LATE_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
/Linux-v5.4/drivers/clk/samsung/
Dclk-exynos4412-isp.c156 SET_LATE_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
Dclk-exynos5-subcmu.c121 SET_LATE_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
Dclk-exynos-audss.c289 SET_LATE_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
/Linux-v5.4/drivers/mfd/
Dexynos-lpass.c176 SET_LATE_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
/Linux-v5.4/drivers/char/hw_random/
Dstm32-rng.c192 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
/Linux-v5.4/drivers/spi/
Dspi-qcom-qspi.c530 ret = pm_runtime_force_suspend(dev); in qcom_qspi_suspend()
548 pm_runtime_force_suspend(dev); in qcom_qspi_resume()
Dspi-geni-qcom.c644 ret = pm_runtime_force_suspend(dev); in spi_geni_suspend()
662 pm_runtime_force_suspend(dev); in spi_geni_resume()
/Linux-v5.4/drivers/iio/light/
Dbh1780.c263 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
/Linux-v5.4/drivers/media/platform/s5p-cec/
Ds5p_cec.c279 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
/Linux-v5.4/drivers/gpu/drm/exynos/
Dexynos_dp.c281 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
/Linux-v5.4/sound/soc/codecs/
Dak5558.c320 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
/Linux-v5.4/drivers/regulator/
Dstm32-vrefbuf.c281 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
/Linux-v5.4/drivers/crypto/stm32/
Dstm32-crc32.c359 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
/Linux-v5.4/drivers/iommu/
Dqcom_iommu.c894 pm_runtime_force_suspend(&pdev->dev); in qcom_iommu_device_remove()
920 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,

123456