1REGULATOR_DISABLE_DE(9) API reference REGULATOR_DISABLE_DE(9)
2
3
4
6 regulator_disable_deferred - disable regulator output with delay
7
9 int regulator_disable_deferred(struct regulator * regulator, int ms);
10
12 regulator
13 regulator source
14
15 ms
16 miliseconds until the regulator is disabled
17
19 Execute regulator_disable on the regulator after a delay. This is
20 intended for use with devices that require some time to quiesce.
21
23 this will only disable the regulator output if no other consumer
24 devices have it enabled, the regulator device supports disabling and
25 machine constraints permit this operation.
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 3.10 June 2019 REGULATOR_DISABLE_DE(9)