regulator_set_voltage — set regulator output voltage
int regulator_set_voltage ( | struct regulator * regulator, | 
| int min_uV, | |
int max_uV); | 
regulatorregulator source
min_uVMinimum required voltage in uV
max_uVMaximum acceptable voltage in uV
Sets a voltage regulator to the desired output voltage. This can be set during any regulator state. IOW, regulator can be disabled or enabled.
If the regulator is enabled then the voltage will change to the new value immediately otherwise if the regulator is disabled the regulator will output at the new voltage when enabled.