Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions | Variables
pm.h File Reference

Go to the source code of this file.

Macros

#define CPU_SLEEP_IDLE   0
 
#define CPU_SLEEP_FROZEN   1
 
#define CPU_SLEEP_STANDBY   2
 
#define CPU_SLEEP_STOP   3
 
#define CPU_SLEEP_STATIC   5
 

Functions

void cpu_enter_idle (void)
 
void cpu_enter_standby (unsigned long sdramc_base)
 
void intc_set_suspend_handler (unsigned long offset)
 

Variables

bool disable_idle_sleep
 

Macro Definition Documentation

#define CPU_SLEEP_FROZEN   1

Definition at line 15 of file pm.h.

#define CPU_SLEEP_IDLE   0

Definition at line 14 of file pm.h.

#define CPU_SLEEP_STANDBY   2

Definition at line 16 of file pm.h.

#define CPU_SLEEP_STATIC   5

Definition at line 18 of file pm.h.

#define CPU_SLEEP_STOP   3

Definition at line 17 of file pm.h.

Function Documentation

void cpu_enter_idle ( void  )
void cpu_enter_standby ( unsigned long  sdramc_base)
void intc_set_suspend_handler ( unsigned long  offset)

Variable Documentation

bool disable_idle_sleep