1REGULATOR_SET_MODE(9) API reference REGULATOR_SET_MODE(9)
2
3
4
6 regulator_set_mode - set regulator operating mode
7
9 int regulator_set_mode(struct regulator * regulator,
10 unsigned int mode);
11
13 regulator
14 regulator source
15
16 mode
17 operating mode - one of the REGULATOR_MODE constants
18
20 Set regulator operating mode to increase regulator efficiency or
21 improve regulation performance.
22
24 Regulator system constraints must be set for this regulator before
25 calling this function otherwise this call will fail.
26
28 Liam Girdwood <lrg@slimlogic.co.uk>
29 Author.
30
31 Mark Brown <broonie@opensource.wolfsonmicro.com>
32 Wolfson Microelectronics,
33
34
35 Author.
36
38Kernel Hackers Manual 2.6. June 2019 REGULATOR_SET_MODE(9)