Searched refs:pm_generic_runtime_suspend (Results 1 – 18 of 18) sorted by relevance
68 extern int pm_generic_runtime_suspend(struct device *dev);257 static inline int pm_generic_runtime_suspend(struct device *dev) { return 0; } in pm_generic_runtime_suspend() function
40 pm_generic_runtime_suspend\|
357 ret = pm_generic_runtime_suspend(dev); in _od_runtime_suspend()406 if (pm_generic_runtime_suspend(dev) == 0) { in _od_suspend_noirq()
27 ret = pm_generic_runtime_suspend(dev); in bus_pm_runtime_suspend()
111 SET_RUNTIME_PM_OPS(pm_generic_runtime_suspend,
108 return pm_generic_runtime_suspend(dev); in pm_domain_suspend()
211 SET_RUNTIME_PM_OPS(pm_generic_runtime_suspend, pm_generic_runtime_resume, NULL)
1484 SET_RUNTIME_PM_OPS(pm_generic_runtime_suspend, pm_generic_runtime_resume, NULL)
63 SET_RUNTIME_PM_OPS(pm_generic_runtime_suspend,
247 pm_generic_runtime_suspend,
389 int ret = pm_generic_runtime_suspend(dev); in ac97_pm_runtime_suspend()
597 ret = pm_generic_runtime_suspend(dev); in pm_clk_runtime_suspend()
391 int ret = pm_generic_runtime_suspend(dev); in amba_pm_runtime_suspend()
1069 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,
2396 error = pm_generic_runtime_suspend(dev); in sysc_child_runtime_suspend()