Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
dev_pm_info Struct Reference

#include <pm.h>

Data Fields

pm_message_t power_state
 
unsigned int can_wakeup:1
 
unsigned int async_suspend:1
 
bool is_prepared:1
 
bool is_suspended:1
 
bool ignore_children:1
 
bool early_init:1
 
spinlock_t lock
 
unsigned int should_wakeup:1
 
struct pm_subsys_datasubsys_data
 
struct pm_qos_constraintsconstraints
 

Detailed Description

Definition at line 506 of file pm.h.

Field Documentation

unsigned int async_suspend

Definition at line 509 of file pm.h.

unsigned int can_wakeup

Definition at line 508 of file pm.h.

struct pm_qos_constraints* constraints

Definition at line 552 of file pm.h.

bool early_init

Definition at line 513 of file pm.h.

bool ignore_children

Definition at line 512 of file pm.h.

bool is_prepared

Definition at line 510 of file pm.h.

bool is_suspended

Definition at line 511 of file pm.h.

spinlock_t lock

Definition at line 514 of file pm.h.

Definition at line 507 of file pm.h.

unsigned int should_wakeup

Definition at line 522 of file pm.h.

struct pm_subsys_data* subsys_data

Definition at line 551 of file pm.h.


The documentation for this struct was generated from the following file: