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

NAME

6       regulator_enable - enable regulator output
7

SYNOPSIS

9       int regulator_enable(struct regulator * regulator);
10

ARGUMENTS

12       regulator
13           regulator source
14

DESCRIPTION

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

NOTE

21       the output value can be set by other drivers, boot loader or may be
22       hardwired in the regulator.
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_ENABLE(9)
Impressum