Get regulator output voltage
int regulator_get_voltage(struct regulator * regulator);
regulator
regulator source
This returns the current regulator voltage in uV.
If the regulator is disabled it will return the voltage value. This function should not be used to determine regulator state.
Liam Girdwood <[email protected]>
Author.
Mark Brown <[email protected]>
Wolfson Microelectronics,
Author.