Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dpm_runtime.h36 extern int pm_runtime_force_suspend(struct device *dev);
127 static inline int pm_runtime_force_suspend(struct device *dev) { return 0; } in pm_runtime_force_suspend() function
/linux-4.4.14/drivers/mmc/host/
Dtmio_mmc.c33 ret = pm_runtime_force_suspend(dev); in tmio_mmc_suspend()
Dsh_mobile_sdhi.c373 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
Dmmci.c1849 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
Dmtk-sd.c1686 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
Datmel-mci.c2566 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
/linux-4.4.14/drivers/char/hw_random/
Dexynos-rng.c172 return pm_runtime_force_suspend(dev); in exynos_rng_suspend()
/linux-4.4.14/drivers/spi/
Dspi-st-ssc4.c464 return pm_runtime_force_suspend(dev); in spi_st_suspend()
Dspi-fsl-espi.c838 ret = pm_runtime_force_suspend(dev); in of_fsl_espi_suspend()
Dspi-s3c64xx.c1253 ret = pm_runtime_force_suspend(dev); in s3c64xx_spi_suspend()
Dspi-pl022.c2340 ret = pm_runtime_force_suspend(dev); in pl022_suspend()
/linux-4.4.14/drivers/base/power/
Druntime.c1419 int pm_runtime_force_suspend(struct device *dev) in pm_runtime_force_suspend() function
1445 EXPORT_SYMBOL_GPL(pm_runtime_force_suspend);
/linux-4.4.14/drivers/gpio/
Dgpio-zynq.c556 return pm_runtime_force_suspend(dev); in zynq_gpio_suspend()
/linux-4.4.14/drivers/i2c/busses/
Di2c-nomadik.c884 ret = pm_runtime_force_suspend(dev); in nmk_i2c_suspend_late()
/linux-4.4.14/drivers/dma/
Dste_dma40.c2948 ret = pm_runtime_force_suspend(dev); in dma40_suspend()
/linux-4.4.14/sound/pci/hda/
Dhda_codec.c3041 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,