regulator_is_supported_voltage (9) - Linux Manuals

regulator_is_supported_voltage: check if a voltage range can be supported

NAME

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.

COPYRIGHT