1REGULATOR_ENABLE(9) API reference REGULATOR_ENABLE(9)
2
3
4
6 regulator_enable - enable regulator output
7
9 int regulator_enable(struct regulator * regulator);
10
12 regulator
13 regulator source
14
16 Request that the regulator be enabled with the regulator output at the
17 predefined voltage or current value. Calls to regulator_enable must be
18 balanced with calls to regulator_disable.
19
21 the output value can be set by other drivers, boot loader or may be
22 hardwired in the regulator.
23
25 Liam Girdwood <lrg@slimlogic.co.uk>
26 Author.
27
28 Mark Brown <broonie@opensource.wolfsonmicro.com>
29 Wolfson Microelectronics,
30
31
32 Author.
33
35Kernel Hackers Manual 2.6. June 2019 REGULATOR_ENABLE(9)