|
Linux Kernel
3.7.1
|
#include <linux/device.h>#include <linux/notifier.h>#include <linux/pm.h>#include <linux/jiffies.h>Go to the source code of this file.
Macros | |
| #define | RPM_ASYNC 0x01 /* Request is asynchronous */ |
| #define | RPM_NOWAIT |
| #define | RPM_GET_PUT |
| #define | RPM_AUTO 0x08 /* Use autosuspend_delay */ |
| #define RPM_ASYNC 0x01 /* Request is asynchronous */ |
Definition at line 19 of file pm_runtime.h.
| #define RPM_AUTO 0x08 /* Use autosuspend_delay */ |
Definition at line 22 of file pm_runtime.h.
| #define RPM_GET_PUT |
Definition at line 21 of file pm_runtime.h.
| #define RPM_NOWAIT |
Definition at line 20 of file pm_runtime.h.
1.8.2