1. NAME

regulator_map_voltage_ascend - map_voltage for ascendant voltage list

2. SYNOPSIS

int regulator_map_voltage_ascend(struct regulator_dev *  rdev , int  min_uV , int  max_uV );

3. ARGUMENTS

rdev
    Regulator to operate on

min_uV
    Lower bound for voltage

max_uV
    Upper bound for voltage

4. DESCRIPTION

Drivers that have ascendant voltage list can use this as their map_voltage operation.

5. AUTHORS

Liam Girdwood <>
    Author.

Mark Brown <>
Wolfson Microelectronics,
    Author.

6. COPYRIGHT