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

#include <cpuidle.h>

Data Fields

char name [CPUIDLE_NAME_LEN]
 
char desc [CPUIDLE_DESC_LEN]
 
unsigned int flags
 
unsigned int exit_latency
 
int power_usage
 
unsigned int target_residency
 
bool disabled
 
int(* enter )(struct cpuidle_device *dev, struct cpuidle_driver *drv, int index)
 
int(* enter_dead )(struct cpuidle_device *dev, int index)
 

Detailed Description

Definition at line 42 of file cpuidle.h.

Field Documentation

Definition at line 44 of file cpuidle.h.

bool disabled

Definition at line 50 of file cpuidle.h.

Definition at line 52 of file cpuidle.h.

int(* enter_dead)(struct cpuidle_device *dev, int index)

Definition at line 56 of file cpuidle.h.

unsigned int exit_latency

Definition at line 47 of file cpuidle.h.

unsigned int flags

Definition at line 46 of file cpuidle.h.

Definition at line 43 of file cpuidle.h.

int power_usage

Definition at line 48 of file cpuidle.h.

unsigned int target_residency

Definition at line 49 of file cpuidle.h.


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