1. NAME▲
struct_regulator_state - regulator state during low power system states
2. SYNOPSIS ▲
struct regulator_state {
int uV;
unsigned int mode;
int enabled;
int disabled;
};3. MEMBERS ▲
uV
Operating voltage during suspend.
mode
Operating mode during suspend.
enabled
Enabled during suspend.
disabled
Disabled during suspend.
4. DESCRIPTION ▲
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.
5. AUTHORS ▲
Liam Girdwood <>
Author.
Mark Brown <>
Wolfson Microelectronics,
Author.
6. COPYRIGHT ▲