Searched refs:pm_generic_runtime_suspend (Results 1 – 15 of 15) sorted by relevance
20 int pm_generic_runtime_suspend(struct device *dev) in pm_generic_runtime_suspend() function29 EXPORT_SYMBOL_GPL(pm_generic_runtime_suspend);
597 ret = pm_generic_runtime_suspend(dev); in pm_clk_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()
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()
Completed in 37 milliseconds