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

#include <machine.h>

Data Fields

int uV
 
unsigned int mode
 
int enabled
 
int disabled
 

Detailed Description

struct regulator_state - regulator state during low power system states

This describes a regulators state during a system wide low power state. One of enabled or disabled must be set for the configuration to be applied.

: Operating voltage during suspend. : Operating mode during suspend. : Enabled during suspend. : Disabled during suspend.

Definition at line 57 of file machine.h.

Field Documentation

int disabled

Definition at line 61 of file machine.h.

int enabled

Definition at line 60 of file machine.h.

unsigned int mode

Definition at line 59 of file machine.h.

int uV

Definition at line 58 of file machine.h.


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