1REGULATOR_DISABLE(9)             API reference            REGULATOR_DISABLE(9)
2
3
4

NAME

6       regulator_disable - disable regulator output
7

SYNOPSIS

9       int regulator_disable(struct regulator * regulator);
10

ARGUMENTS

12       regulator
13           regulator source
14

DESCRIPTION

16       Disable the regulator output voltage or current. Calls to
17       regulator_enable must be balanced with calls to regulator_disable.
18

NOTE

20       this will only disable the regulator output if no other consumer
21       devices have it enabled, the regulator device supports disabling and
22       machine constraints permit this operation.
23

AUTHORS

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_DISABLE(9)
Impressum