Searched refs:pm_generic_runtime_suspend (Results 1 – 17 of 17) 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);
512 ret = pm_generic_runtime_suspend(dev); in pm_clk_runtime_suspend()
33 extern int pm_generic_runtime_suspend(struct device *dev);218 static inline int pm_generic_runtime_suspend(struct device *dev) { return 0; } in pm_generic_runtime_suspend() function
41 pm_generic_runtime_suspend\|
102 SET_RUNTIME_PM_OPS(pm_generic_runtime_suspend,
382 ret = pm_generic_runtime_suspend(dev); in _od_runtime_suspend()431 if (pm_generic_runtime_suspend(dev) == 0) { in _od_suspend_noirq()
107 return pm_generic_runtime_suspend(dev); in pm_domain_suspend()
63 SET_RUNTIME_PM_OPS(pm_generic_runtime_suspend,
242 pm_generic_runtime_suspend,
394 int ret = pm_generic_runtime_suspend(dev); in ac97_pm_runtime_suspend()
81 .runtime_suspend = pm_generic_runtime_suspend,
164 int ret = pm_generic_runtime_suspend(dev); in amba_pm_runtime_suspend()
976 int ret = pm_generic_runtime_suspend(dev); in acpi_subsys_runtime_suspend()
1213 int ret = pm_generic_runtime_suspend(dev); in acpi_lpss_runtime_suspend()
1355 .runtime_suspend = pm_generic_runtime_suspend,
2170 error = pm_generic_runtime_suspend(dev); in sysc_child_runtime_suspend()2217 error = pm_generic_runtime_suspend(dev); in sysc_child_suspend_noirq()
724 `int pm_generic_runtime_suspend(struct device *dev);`