regulator_is_supported_voltage (9) Linux Manual Page
regulator_is_supported_voltage – check if a voltage range can be supported
Synopsis
int regulator_is_supported_voltage(struct regulator *regulator, int min_uV, int max_uV);
Arguments
regulator
-
- Regulator to check.
min_uV
- Minimum required voltage in uV.
max_uV
- Maximum required voltage in uV.
Description
Returns a boolean or a negative error code.
Authors
Liam Girdwood <lrg [at] slimlogic.co.uk>
- Author.
Mark Brown <broonie [at] opensource.wolfsonmicro.com>
Wolfson Microelectronics,
- Author.
