Searched refs:pm_generic_runtime_suspend (Results 1 – 14 of 14) sorted by relevance
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\|
357 ret = pm_generic_runtime_suspend(dev); in _od_runtime_suspend()406 if (pm_generic_runtime_suspend(dev) == 0) { in _od_suspend_noirq()
111 SET_RUNTIME_PM_OPS(pm_generic_runtime_suspend,
210 SET_RUNTIME_PM_OPS(pm_generic_runtime_suspend, pm_generic_runtime_resume, NULL)
1471 SET_RUNTIME_PM_OPS(pm_generic_runtime_suspend, pm_generic_runtime_resume, NULL)
63 SET_RUNTIME_PM_OPS(pm_generic_runtime_suspend,
241 pm_generic_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()
744 `int pm_generic_runtime_suspend(struct device *dev);`