regulator_set_mode(9) 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 <[email protected]>

Author.

Mark Brown <[email protected]>
Wolfson Microelectronics,
      
     

Author.

COPYRIGHT