Home
last modified time | relevance | path

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

12

/linux-4.19.296/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-4.19.296/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-4.19.296/drivers/char/hw_random/
Dstm32-rng.c200 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
Dmtk-rng.c188 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
/linux-4.19.296/drivers/iio/light/
Dbh1780.c262 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
Disl29028.c693 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
Dtsl2583.c929 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
Dapds9960.c1106 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
/linux-4.19.296/drivers/iio/accel/
Dkxsd9.c524 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
/linux-4.19.296/drivers/base/power/
Druntime.c1660 int pm_runtime_force_suspend(struct device *dev) in pm_runtime_force_suspend() function
1692 EXPORT_SYMBOL_GPL(pm_runtime_force_suspend);
/linux-4.19.296/drivers/i2c/busses/
Di2c-sprd.c605 return pm_runtime_force_suspend(pdev); in sprd_i2c_suspend_noirq()
Di2c-imx-lpi2c.c675 SET_NOIRQ_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
Di2c-davinci.c954 SET_NOIRQ_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
Di2c-nomadik.c884 ret = pm_runtime_force_suspend(dev); in nmk_i2c_suspend_late()
Di2c-img-scb.c1472 ret = pm_runtime_force_suspend(dev); in img_i2c_suspend()
Di2c-omap.c1544 SET_NOIRQ_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
/linux-4.19.296/drivers/iio/magnetometer/
Dak8974.c924 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
Dak8975.c1076 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
/linux-4.19.296/drivers/gpio/
Dgpio-zynq.c697 return pm_runtime_force_suspend(dev); in zynq_gpio_suspend()
/linux-4.19.296/drivers/iio/pressure/
Dzpa2326.c654 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
Dbmp280-core.c1196 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
/linux-4.19.296/drivers/iio/gyro/
Dmpu3050-core.c1299 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
/linux-4.19.296/drivers/slimbus/
Dqcom-ngd-ctrl.c1515 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,

12