Home
last modified time | relevance | path

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

12345

/linux/drivers/gpu/drm/stm/
H A Ddrv.c137 pm_runtime_force_suspend(dev); in drv_suspend()
154 pm_runtime_force_suspend(dev); in drv_resume()
/linux/include/linux/
H A Dpm_runtime.h39 _DEFINE_DEV_PM_OPS(name, pm_runtime_force_suspend, \
70 extern int pm_runtime_force_suspend(struct device *dev);
259 static inline int pm_runtime_force_suspend(struct device *dev) { return 0; } in pm_runtime_force_suspend() function
/linux/drivers/gpu/drm/tegra/
H A Dnvjpg.c86 pm_runtime_force_suspend(client->dev); in nvjpg_exit()
315 SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend, pm_runtime_force_resume)
H A Dnvdec.c216 pm_runtime_force_suspend(client->dev); in nvdec_exit()
556 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
/linux/drivers/irqchip/
H A Dirq-gic-pm.c132 SET_LATE_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
H A Dirq-imx-intmux.c345 SET_NOIRQ_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
/linux/drivers/bus/
H A Dsimple-pm-bus.c119 return pm_runtime_force_suspend(dev); in simple_pm_bus_suspend()
/linux/drivers/clk/samsung/
H A Dclk-exynos4412-isp.c153 SET_LATE_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
H A Dclk-exynos5-subcmu.c121 SET_LATE_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
H A Dclk-exynos-audss.c284 SET_LATE_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
/linux/drivers/char/hw_random/
H A Datmel-rng.c191 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
H A Dimx-rngc.c347 SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend, pm_runtime_force_resume)
/linux/drivers/iio/dac/
H A Dstm32-dac-core.c224 SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend, stm32_dac_core_resume)
H A Dstm32-dac.c377 return pm_runtime_force_suspend(dev); in stm32_dac_suspend()
/linux/drivers/iio/adc/
H A Drzg2l_adc.c540 ret = pm_runtime_force_suspend(dev); in rzg2l_adc_suspend()
580 pm_runtime_force_suspend(dev); in rzg2l_adc_resume()
/linux/drivers/net/ipa/
H A Dipa_power.c172 return pm_runtime_force_suspend(dev); in ipa_suspend()
/linux/sound/soc/sdca/
H A Dsdca_class.c204 ret = pm_runtime_force_suspend(dev); in class_suspend()
/linux/sound/soc/fsl/
H A Dfsl_aud2htx.c292 SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend, pm_runtime_force_resume)
/linux/drivers/accel/rocket/
H A Drocket_drv.c270 SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend, pm_runtime_force_resume)
/linux/drivers/regulator/
H A Dstm32-vrefbuf.c262 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
/linux/sound/hda/controllers/
H A Dacpi.c274 rc = pm_runtime_force_suspend(dev); in hda_acpi_suspend()
/linux/sound/soc/tegra/
H A Dtegra210_ope.c392 SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend, pm_runtime_force_resume)
H A Dtegra20_spdif.c407 SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend, pm_runtime_force_resume)
/linux/drivers/crypto/qce/
H A Dcore.c329 SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend, pm_runtime_force_resume)
/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac-eic7700.c124 return pm_runtime_force_suspend(dev); in eic7700_dwmac_suspend()

12345