Set regulator operating mode
int regulator_set_mode(struct regulator * regulator, unsigned int mode);
regulator
regulator source
mode
operating mode - one of the REGULATOR_MODE constants
Set regulator operating mode to increase regulator efficiency or improve regulation performance.
Regulator system constraints must be set for this regulator before calling this function otherwise this call will fail.
Liam Girdwood <[email protected]>
Author.
Mark Brown <[email protected]>
Wolfson Microelectronics,
Author.