Home
last modified time | relevance | path

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

/linux/include/linux/
A Dpm_runtime.h39 extern int __pm_runtime_suspend(struct device *dev, int rpmflags);
229 static inline int __pm_runtime_suspend(struct device *dev, int rpmflags) in __pm_runtime_suspend() function
308 return __pm_runtime_suspend(dev, 0); in pm_runtime_suspend()
320 return __pm_runtime_suspend(dev, RPM_AUTO); in pm_runtime_autosuspend()
362 return __pm_runtime_suspend(dev, RPM_ASYNC | RPM_AUTO); in pm_request_autosuspend()
438 return __pm_runtime_suspend(dev, in pm_runtime_put_autosuspend()
473 return __pm_runtime_suspend(dev, RPM_GET_PUT); in pm_runtime_put_sync_suspend()
490 return __pm_runtime_suspend(dev, RPM_GET_PUT | RPM_AUTO); in pm_runtime_put_sync_autosuspend()
/linux/drivers/base/power/
A Druntime.c1065 int __pm_runtime_suspend(struct device *dev, int rpmflags) in __pm_runtime_suspend() function
1085 EXPORT_SYMBOL_GPL(__pm_runtime_suspend);
/linux/
A Dvmlinux.symvers8664 0x00000000 __pm_runtime_suspend vmlinux EXPORT_SYMBOL_GPL
A DSystem.map31397 ffff800010812b70 T __pm_runtime_suspend
A D.tmp_System.map31397 ffff800010812b70 T __pm_runtime_suspend

Completed in 315 milliseconds