1. NAME

regulator_is_supported_voltage - check if a voltage range can be supported

2. SYNOPSIS

int regulator_is_supported_voltage(struct regulator *  regulator , int  min_uV , int  max_uV );

3. ARGUMENTS

regulator
    Regulator to check.

min_uV
    Minimum required voltage in uV.

max_uV
    Maximum required voltage in uV.

4. DESCRIPTION

Returns a boolean or a negative error code.

5. AUTHORS

Liam Girdwood <>
    Author.

Mark Brown <>
Wolfson Microelectronics,
    Author.

6. COPYRIGHT