1STRUCT PRE_VOLTAGE_C(9) API reference STRUCT PRE_VOLTAGE_C(9)
2
3
4
6 struct_pre_voltage_change_data - Data sent with PRE_VOLTAGE_CHANGE
7 event
8
10 struct pre_voltage_change_data {
11 unsigned long old_uV;
12 unsigned long min_uV;
13 unsigned long max_uV;
14 };
15
17 old_uV
18 Current voltage before change.
19
20 min_uV
21 Min voltage we'll change to.
22
23 max_uV
24 Max voltage we'll change to.
25
27 Liam Girdwood <lrg@slimlogic.co.uk>
28 Author.
29
30 Mark Brown <broonie@opensource.wolfsonmicro.com>
31 Wolfson Microelectronics,
32
33
34 Author.
35
37Kernel Hackers Manual 3.10 June 2019 STRUCT PRE_VOLTAGE_C(9)