Home
last modified time | relevance | path

Searched refs:__pm_runtime_suspend (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/include/linux/
Dpm_runtime.h40 extern int __pm_runtime_suspend(struct device *dev, int rpmflags);
134 static inline int __pm_runtime_suspend(struct device *dev, int rpmflags) in __pm_runtime_suspend() function
188 return __pm_runtime_suspend(dev, 0); in pm_runtime_suspend()
193 return __pm_runtime_suspend(dev, RPM_AUTO); in pm_runtime_autosuspend()
213 return __pm_runtime_suspend(dev, RPM_ASYNC | RPM_AUTO); in pm_request_autosuspend()
233 return __pm_runtime_suspend(dev, in pm_runtime_put_autosuspend()
244 return __pm_runtime_suspend(dev, RPM_GET_PUT); in pm_runtime_put_sync_suspend()
249 return __pm_runtime_suspend(dev, RPM_GET_PUT | RPM_AUTO); in pm_runtime_put_sync_autosuspend()
/linux-4.4.14/drivers/base/power/
Druntime.c919 int __pm_runtime_suspend(struct device *dev, int rpmflags) in __pm_runtime_suspend() function
937 EXPORT_SYMBOL_GPL(__pm_runtime_suspend);