Searched refs:__pm_runtime_suspend (Results 1 – 2 of 2) sorted by relevance
39 extern int __pm_runtime_suspend(struct device *dev, int rpmflags);228 static inline int __pm_runtime_suspend(struct device *dev, int rpmflags) in __pm_runtime_suspend() function306 return __pm_runtime_suspend(dev, 0); in pm_runtime_suspend()318 return __pm_runtime_suspend(dev, RPM_AUTO); in pm_runtime_autosuspend()360 return __pm_runtime_suspend(dev, RPM_ASYNC | RPM_AUTO); in pm_request_autosuspend()433 return __pm_runtime_suspend(dev, in pm_runtime_put_autosuspend()468 return __pm_runtime_suspend(dev, RPM_GET_PUT); in pm_runtime_put_sync_suspend()485 return __pm_runtime_suspend(dev, RPM_GET_PUT | RPM_AUTO); in pm_runtime_put_sync_autosuspend()
1093 int __pm_runtime_suspend(struct device *dev, int rpmflags) in __pm_runtime_suspend() function1113 EXPORT_SYMBOL_GPL(__pm_runtime_suspend);