Name
regulator_get_voltage — 
     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.