Searched refs:pm_runtime_force_suspend (Results 1 - 25 of 214) sorted by relevance

123456789

/linux-master/drivers/mmc/host/
H A Ddw_mmc-pci.c78 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
H A Ddw_mmc-pltfm.c62 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
/linux-master/drivers/bus/
H A Dtegra-aconnect.c95 SET_NOIRQ_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
H A Dsimple-pm-bus.c114 NOIRQ_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend, pm_runtime_force_resume)
H A Dtegra-gmi.c91 pm_runtime_force_suspend(gmi->dev);
/linux-master/drivers/pwm/
H A Dpwm-tegra.c346 pm_runtime_force_suspend(&pdev->dev);
359 pm_runtime_force_suspend(&pdev->dev);
424 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
/linux-master/include/linux/
H A Dpm_runtime.h31 * sleep, while DEFINE_RUNTIME_DEV_PM_OPS() uses pm_runtime_force_suspend()
38 _DEFINE_DEV_PM_OPS(name, pm_runtime_force_suspend, \
69 extern int pm_runtime_force_suspend(struct device *dev);
244 static inline int pm_runtime_force_suspend(struct device *dev) { return 0; } function
/linux-master/drivers/gpu/drm/stm/
H A Ddrv.c134 pm_runtime_force_suspend(dev);
151 pm_runtime_force_suspend(dev);
/linux-master/drivers/irqchip/
H A Dirq-gic-pm.c132 SET_LATE_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
/linux-master/drivers/clk/samsung/
H A Dclk-exynos5-subcmu.c121 SET_LATE_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
H A Dclk-exynos4412-isp.c154 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-master/drivers/char/hw_random/
H A Dnpcm-rng.c159 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
H A Dmtk-rng.c172 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
H A Datmel-rng.c192 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
/linux-master/drivers/mfd/
H A Dexynos-lpass.c171 SET_LATE_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
/linux-master/drivers/gpu/drm/tegra/
H A Dgr2d.c104 pm_runtime_force_suspend(client->dev);
386 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
H A Dvic.c182 pm_runtime_force_suspend(client->dev);
546 SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend, pm_runtime_force_resume)
H A Dgr3d.c112 pm_runtime_force_suspend(client->dev);
620 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
/linux-master/drivers/usb/chipidea/
H A Dci_hdrc_tegra.c359 pm_runtime_force_suspend(&pdev->dev);
372 pm_runtime_force_suspend(&pdev->dev);
/linux-master/drivers/media/cec/platform/s5p/
H A Ds5p_cec.c281 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
/linux-master/sound/soc/fsl/
H A Dfsl_aud2htx.c294 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
/linux-master/drivers/iio/dac/
H A Dstm32-dac-core.c226 SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend, stm32_dac_core_resume)
/linux-master/drivers/regulator/
H A Dstm32-vrefbuf.c268 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
/linux-master/drivers/net/ipa/
H A Dipa_power.c172 return pm_runtime_force_suspend(dev);

Completed in 227 milliseconds

123456789