Home
last modified time | relevance | path

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

1234

/Linux-v4.19/include/linux/
Dpm_runtime.h36 extern int pm_runtime_force_suspend(struct device *dev);
122 static inline int pm_runtime_force_suspend(struct device *dev) { return 0; } in pm_runtime_force_suspend() function
/Linux-v4.19/drivers/mmc/host/
Ddw_mmc-pci.c82 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
Ddw_mmc-pltfm.c62 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
Dtmio_mmc.c33 ret = pm_runtime_force_suspend(dev); in tmio_mmc_suspend()
Ddw_mmc-zx.c222 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
Drenesas_sdhi_internal_dmac.c322 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
Ddw_mmc-rockchip.c378 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
Ddw_mmc-k3.c468 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
Dsdhci-of-at91.c237 ret = pm_runtime_force_suspend(dev); in sdhci_at91_suspend()
/Linux-v4.19/drivers/clk/samsung/
Dclk-exynos4412-isp.c159 SET_LATE_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
Dclk-exynos5-subcmu.c120 SET_LATE_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
Dclk-exynos-audss.c293 SET_LATE_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
/Linux-v4.19/drivers/mfd/
Dexynos-lpass.c177 SET_LATE_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
/Linux-v4.19/drivers/char/hw_random/
Dstm32-rng.c193 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
/Linux-v4.19/drivers/iio/light/
Dbh1780.c262 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
/Linux-v4.19/drivers/gpu/drm/exynos/
Dexynos_dp.c282 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
/Linux-v4.19/drivers/media/platform/s5p-cec/
Ds5p_cec.c284 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
/Linux-v4.19/sound/soc/codecs/
Dak5558.c327 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
/Linux-v4.19/drivers/crypto/stm32/
Dstm32_crc32.c361 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
/Linux-v4.19/drivers/gpu/drm/msm/adreno/
Dadreno_device.c363 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend, pm_runtime_force_resume)
/Linux-v4.19/drivers/gpu/drm/sun4i/
Dsun4i_frontend.c301 pm_runtime_force_suspend(dev); in sun4i_frontend_unbind()
/Linux-v4.19/drivers/iommu/
Dqcom_iommu.c877 pm_runtime_force_suspend(&pdev->dev); in qcom_iommu_device_remove()
903 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
/Linux-v4.19/drivers/media/platform/qcom/venus/
Dcore.c391 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
/Linux-v4.19/drivers/iio/accel/
Dkxsd9.c518 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
/Linux-v4.19/drivers/spi/
Dspi-st-ssc4.c443 return pm_runtime_force_suspend(dev); in spi_st_suspend()

1234