regulator_get_voltage(9) get regulator output voltage

SYNOPSIS

int regulator_get_voltage(struct regulator * regulator);

ARGUMENTS

regulator

regulator source

DESCRIPTION

This returns the current regulator voltage in uV.

NOTE

If the regulator is disabled it will return the voltage value. This function should not be used to determine regulator state.

AUTHORS

Liam Girdwood <[email protected]>

Author.

Mark Brown <[email protected]>
Wolfson Microelectronics,
      
     

Author.

COPYRIGHT