Searched refs:pm_generic_runtime_suspend (Results 1 – 16 of 16) sorted by relevance
22 int pm_generic_runtime_suspend(struct device *dev) in pm_generic_runtime_suspend() function31 EXPORT_SYMBOL_GPL(pm_generic_runtime_suspend);
510 ret = pm_generic_runtime_suspend(dev); in pm_clk_runtime_suspend()
34 extern int pm_generic_runtime_suspend(struct device *dev);120 static inline int pm_generic_runtime_suspend(struct device *dev) { return 0; } in pm_generic_runtime_suspend() function
40 pm_generic_runtime_suspend\|
562 ret = pm_generic_runtime_suspend(dev); in _od_runtime_suspend()611 if (pm_generic_runtime_suspend(dev) == 0) { in _od_suspend_noirq()
126 return pm_generic_runtime_suspend(dev); in pm_domain_suspend()
214 pm_generic_runtime_suspend,
63 SET_RUNTIME_PM_OPS(pm_generic_runtime_suspend,
402 int ret = pm_generic_runtime_suspend(dev); in ac97_pm_runtime_suspend()
149 int ret = pm_generic_runtime_suspend(dev); in amba_pm_runtime_suspend()
1175 error = pm_generic_runtime_suspend(dev); in sysc_child_runtime_suspend()1222 error = pm_generic_runtime_suspend(dev); in sysc_child_suspend_noirq()
79 .runtime_suspend = pm_generic_runtime_suspend,
926 int ret = pm_generic_runtime_suspend(dev); in acpi_subsys_runtime_suspend()
1028 int ret = pm_generic_runtime_suspend(dev); in acpi_lpss_runtime_suspend()
1149 .runtime_suspend = pm_generic_runtime_suspend,
708 int pm_generic_runtime_suspend(struct device *dev);