1REGULATOR_FORCE_DISA(9) API reference REGULATOR_FORCE_DISA(9)
2
3
4
6 regulator_force_disable - force disable regulator output
7
9 int regulator_force_disable(struct regulator * regulator);
10
12 regulator
13 regulator source
14
16 Forcibly disable the regulator output voltage or current.
17
19 this *will* disable the regulator output even if other consumer devices
20 have it enabled. This should be used for situations when device damage
21 will likely occur if the regulator is not disabled (e.g. over temp).
22
24 Liam Girdwood <lrg@slimlogic.co.uk>
25 Author.
26
27 Mark Brown <broonie@opensource.wolfsonmicro.com>
28 Wolfson Microelectronics,
29
30
31 Author.
32
34Kernel Hackers Manual 3.10 June 2019 REGULATOR_FORCE_DISA(9)