regulator_set_mode (9) Linux Manual Page
regulator_set_mode – set regulator operating mode
Synopsis
int regulator_set_mode(struct regulator *regulator, unsigned int mode);
Arguments
regulator
-
- regulator source
mode
- operating mode – one of the REGULATOR_MODE constants
Description
Set regulator operating mode to increase regulator efficiency or improve regulation performance.
Note
Regulator system constraints must be set for this regulator before calling this function otherwise this call will fail.
Authors
Liam Girdwood <lrg [at] slimlogic.co.uk>
- Author.
Mark Brown <broonie [at] opensource.wolfsonmicro.com>
Wolfson Microelectronics,
- Author.
