Searched refs:__pm_runtime_suspend (Results 1 – 1 of 1) sorted by relevance
72 extern int __pm_runtime_suspend(struct device *dev, int rpmflags);264 static inline int __pm_runtime_suspend(struct device *dev, int rpmflags) in __pm_runtime_suspend() function386 return __pm_runtime_suspend(dev, 0); in pm_runtime_suspend()413 return __pm_runtime_suspend(dev, RPM_AUTO); in pm_runtime_autosuspend()480 return __pm_runtime_suspend(dev, RPM_ASYNC | RPM_AUTO); in pm_request_autosuspend()580 return __pm_runtime_suspend(dev, RPM_GET_PUT | RPM_ASYNC | RPM_AUTO); in DEFINE_FREE()663 return __pm_runtime_suspend(dev, RPM_GET_PUT); in pm_runtime_put_sync_suspend()695 return __pm_runtime_suspend(dev, RPM_GET_PUT | RPM_AUTO); in pm_runtime_put_sync_autosuspend()
Completed in 3 milliseconds