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

Go to the source code of this file.

Macros

#define ARM_CPUIDLE_WFI_STATE_PWR(p)
 
#define ARM_CPUIDLE_WFI_STATE   ARM_CPUIDLE_WFI_STATE_PWR(UINT_MAX)
 

Macro Definition Documentation

#define ARM_CPUIDLE_WFI_STATE   ARM_CPUIDLE_WFI_STATE_PWR(UINT_MAX)

Definition at line 27 of file cpuidle.h.

#define ARM_CPUIDLE_WFI_STATE_PWR (   p)
Value:
{\
.exit_latency = 1,\
.target_residency = 1,\
.power_usage = p,\
.name = "WFI",\
.desc = "ARM WFI",\
}

Definition at line 13 of file cpuidle.h.