1REGULATOR_MAP_VOLTAG(9) API reference REGULATOR_MAP_VOLTAG(9)
2
3
4
6 regulator_map_voltage_linear - map_voltage for simple linear mappings
7
9 int regulator_map_voltage_linear(struct regulator_dev * rdev,
10 int min_uV, int max_uV);
11
13 rdev
14 Regulator to operate on
15
16 min_uV
17 Lower bound for voltage
18
19 max_uV
20 Upper bound for voltage
21
23 Drivers providing min_uV and uV_step in their regulator_desc can use
24 this as their map_voltage operation.
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 REGULATOR_MAP_VOLTAG(9)