Searched refs:pm_generic_runtime_suspend (Results 1 – 16 of 16) 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);121 static inline int pm_generic_runtime_suspend(struct device *dev) { return 0; } in pm_generic_runtime_suspend() function
41 pm_generic_runtime_suspend\|
121 return pm_generic_runtime_suspend(dev); in pm_domain_suspend()
557 ret = pm_generic_runtime_suspend(dev); in _od_runtime_suspend()606 if (pm_generic_runtime_suspend(dev) == 0) { in _od_suspend_noirq()
209 pm_generic_runtime_suspend,
63 SET_RUNTIME_PM_OPS(pm_generic_runtime_suspend,
394 int ret = pm_generic_runtime_suspend(dev); in ac97_pm_runtime_suspend()
164 int ret = pm_generic_runtime_suspend(dev); in amba_pm_runtime_suspend()
79 .runtime_suspend = pm_generic_runtime_suspend,
976 int ret = pm_generic_runtime_suspend(dev); in acpi_subsys_runtime_suspend()
1200 int ret = pm_generic_runtime_suspend(dev); in acpi_lpss_runtime_suspend()
1855 error = pm_generic_runtime_suspend(dev); in sysc_child_runtime_suspend()1902 error = pm_generic_runtime_suspend(dev); in sysc_child_suspend_noirq()
1266 .runtime_suspend = pm_generic_runtime_suspend,
718 `int pm_generic_runtime_suspend(struct device *dev);`