1STRUCT REGULATOR_STA(9)          API reference         STRUCT REGULATOR_STA(9)
2
3
4

NAME

6       struct_regulator_state - regulator state during low power system states
7

SYNOPSIS

9       struct regulator_state {
10         int uV;
11         unsigned int mode;
12         int enabled;
13         int disabled;
14       };
15

MEMBERS

17       uV
18           Operating voltage during suspend.
19
20       mode
21           Operating mode during suspend.
22
23       enabled
24           Enabled during suspend.
25
26       disabled
27           Disabled during suspend.
28

DESCRIPTION

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

AUTHORS

35       Liam Girdwood <lrg@slimlogic.co.uk>
36           Author.
37
38       Mark Brown <broonie@opensource.wolfsonmicro.com>
39       Wolfson Microelectronics,
40
41
42           Author.
43
45Kernel Hackers Manual 3.10         June 2019           STRUCT REGULATOR_STA(9)
Impressum