Searched refs:pm_generic_runtime_suspend (Results 1 – 14 of 14) sorted by relevance
13 * pm_generic_runtime_suspend - Generic runtime suspend callback for subsystems.20 int pm_generic_runtime_suspend(struct device *dev) in pm_generic_runtime_suspend() function 29 EXPORT_SYMBOL_GPL(pm_generic_runtime_suspend);
597 ret = pm_generic_runtime_suspend(dev); in pm_clk_runtime_suspend()
67 extern int pm_generic_runtime_suspend(struct device *dev);256 static inline int pm_generic_runtime_suspend(struct device *dev) { return 0; } in pm_generic_runtime_suspend() function
41 pm_generic_runtime_suspend\|
27 ret = pm_generic_runtime_suspend(dev); in bus_pm_runtime_suspend()
111 SET_RUNTIME_PM_OPS(pm_generic_runtime_suspend,
107 return pm_generic_runtime_suspend(dev); in pm_domain_suspend()
393 int ret = pm_generic_runtime_suspend(dev); in ac97_pm_runtime_suspend()
394 int ret = pm_generic_runtime_suspend(dev); in amba_pm_runtime_suspend()
1070 int ret = pm_generic_runtime_suspend(dev); in acpi_subsys_runtime_suspend()
1202 int ret = pm_generic_runtime_suspend(dev); in acpi_lpss_runtime_suspend()
85 .runtime_suspend = pm_generic_runtime_suspend,
2395 error = pm_generic_runtime_suspend(dev); in sysc_child_runtime_suspend()