Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
pm_runtime.h File Reference
#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 */
 

Macro Definition Documentation

#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
Value:
0x04 /* Increment/decrement the
usage_count */

Definition at line 21 of file pm_runtime.h.

#define RPM_NOWAIT
Value:
0x02 /* Don't wait for concurrent
state change */

Definition at line 20 of file pm_runtime.h.