1STRUCT REGULATOR_STA(9) API reference STRUCT REGULATOR_STA(9)
2
3
4
6 struct_regulator_state - regulator state during low power system states
7
9 struct regulator_state {
10 int uV;
11 unsigned int mode;
12 int enabled;
13 };
14
16 uV
17 Operating voltage during suspend.
18
19 mode
20 Operating mode during suspend.
21
22 enabled
23 Enabled during suspend.
24
26 This describes a regulators state during a system wide low power state.
27
29 Liam Girdwood <lrg@slimlogic.co.uk>
30 Author.
31
32 Mark Brown <broonie@opensource.wolfsonmicro.com>
33 Wolfson Microelectronics,
34
35
36 Author.
37
39Kernel Hackers Manual 2.6. June 2019 STRUCT REGULATOR_STA(9)