Searched refs:pm_runtime_force_suspend (Results 1 – 25 of 93) sorted by relevance
1234
/Linux-v4.19/include/linux/ |
D | pm_runtime.h | 36 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/ |
D | dw_mmc-pci.c | 82 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
|
D | dw_mmc-pltfm.c | 62 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
|
D | tmio_mmc.c | 33 ret = pm_runtime_force_suspend(dev); in tmio_mmc_suspend()
|
D | dw_mmc-zx.c | 222 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
|
D | renesas_sdhi_internal_dmac.c | 322 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
|
D | dw_mmc-rockchip.c | 378 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
|
D | dw_mmc-k3.c | 468 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
|
D | sdhci-of-at91.c | 237 ret = pm_runtime_force_suspend(dev); in sdhci_at91_suspend()
|
/Linux-v4.19/drivers/clk/samsung/ |
D | clk-exynos4412-isp.c | 159 SET_LATE_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
|
D | clk-exynos5-subcmu.c | 120 SET_LATE_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
|
D | clk-exynos-audss.c | 293 SET_LATE_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
|
/Linux-v4.19/drivers/mfd/ |
D | exynos-lpass.c | 177 SET_LATE_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
|
/Linux-v4.19/drivers/char/hw_random/ |
D | stm32-rng.c | 193 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
|
/Linux-v4.19/drivers/iio/light/ |
D | bh1780.c | 262 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
|
/Linux-v4.19/drivers/gpu/drm/exynos/ |
D | exynos_dp.c | 282 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
|
/Linux-v4.19/drivers/media/platform/s5p-cec/ |
D | s5p_cec.c | 284 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
|
/Linux-v4.19/sound/soc/codecs/ |
D | ak5558.c | 327 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
|
/Linux-v4.19/drivers/crypto/stm32/ |
D | stm32_crc32.c | 361 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
|
/Linux-v4.19/drivers/gpu/drm/msm/adreno/ |
D | adreno_device.c | 363 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend, pm_runtime_force_resume)
|
/Linux-v4.19/drivers/gpu/drm/sun4i/ |
D | sun4i_frontend.c | 301 pm_runtime_force_suspend(dev); in sun4i_frontend_unbind()
|
/Linux-v4.19/drivers/iommu/ |
D | qcom_iommu.c | 877 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/ |
D | core.c | 391 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
|
/Linux-v4.19/drivers/iio/accel/ |
D | kxsd9.c | 518 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
|
/Linux-v4.19/drivers/spi/ |
D | spi-st-ssc4.c | 443 return pm_runtime_force_suspend(dev); in spi_st_suspend()
|
1234