regulator_enable (9) Linux Manual Page
regulator_enable – enable regulator output
Synopsis
int regulator_enable(struct regulator *regulator);
Arguments
regulator
-
- regulator source
Description
Request that the regulator be enabled with the regulator output at the predefined voltage or current value. Calls to regulator_enable must be balanced with calls to regulator_disable.
Note
the output value can be set by other drivers, boot loader or may be hardwired in the regulator.
Authors
Liam Girdwood <lrg [at] slimlogic.co.uk>
- Author.
Mark Brown <broonie [at] opensource.wolfsonmicro.com>
Wolfson Microelectronics,
- Author.
