1REGULATOR_ALLOW_BYPA(9) API reference REGULATOR_ALLOW_BYPA(9)
2
3
4
6 regulator_allow_bypass - allow the regulator to go into bypass mode
7
9 int regulator_allow_bypass(struct regulator * regulator, bool enable);
10
12 regulator
13 Regulator to configure
14
15 enable
16 enable or disable bypass mode
17
19 Allow the regulator to go into bypass mode if all other consumers for
20 the regulator also enable bypass mode and the machine constraints allow
21 this. Bypass mode means that the regulator is simply passing the input
22 directly to the output with no regulation.
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 3.10 June 2019 REGULATOR_ALLOW_BYPA(9)