Searched refs:pm_generic_runtime_suspend (Results 1 – 19 of 19) 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);
670 ret = pm_generic_runtime_suspend(dev); in pm_clk_runtime_suspend()
33 extern int pm_generic_runtime_suspend(struct device *dev);220 static inline int pm_generic_runtime_suspend(struct device *dev) { return 0; } in pm_generic_runtime_suspend() function
41 pm_generic_runtime_suspend\|
383 ret = pm_generic_runtime_suspend(dev); in _od_runtime_suspend()432 if (pm_generic_runtime_suspend(dev) == 0) { in _od_suspend_noirq()
111 SET_RUNTIME_PM_OPS(pm_generic_runtime_suspend,
59 SET_RUNTIME_PM_OPS(pm_generic_runtime_suspend, pm_generic_runtime_resume, NULL)
1469 .runtime_suspend = pm_generic_runtime_suspend,
105 return pm_generic_runtime_suspend(dev); in pm_domain_suspend()
63 SET_RUNTIME_PM_OPS(pm_generic_runtime_suspend,
240 pm_generic_runtime_suspend,
394 int ret = pm_generic_runtime_suspend(dev); in ac97_pm_runtime_suspend()
262 int ret = pm_generic_runtime_suspend(dev); in amba_pm_runtime_suspend()
81 .runtime_suspend = pm_generic_runtime_suspend,
969 int ret = pm_generic_runtime_suspend(dev); in acpi_subsys_runtime_suspend()
1216 int ret = pm_generic_runtime_suspend(dev); in acpi_lpss_runtime_suspend()
2294 error = pm_generic_runtime_suspend(dev); in sysc_child_runtime_suspend()2341 error = pm_generic_runtime_suspend(dev); in sysc_child_suspend_noirq()
701 err = pm_generic_runtime_suspend(&client->dev); in i2c_runtime_suspend()
732 `int pm_generic_runtime_suspend(struct device *dev);`