Linux Kernel
3.7.1
|
#include <machine.h>
Data Fields | |
int | uV |
unsigned int | mode |
int | enabled |
int | disabled |
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.