Enumerate supported voltages
int regulator_list_voltage(struct regulator * regulator, unsigned selector);
regulator
regulator source
selector
identify voltage to list
can sleep
Returns a voltage that can be passed to regulator_set_voltage(), zero if this selector code can't be used on this system, or a negative errno.
Liam Girdwood <[email protected]>
Author.
Mark Brown <[email protected]>
Wolfson Microelectronics,
Author.