1. NAME

regulator_map_voltage_linear - map_voltage for simple linear mappings

2. SYNOPSIS

int regulator_map_voltage_linear(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 providing min_uV and uV_step in their regulator_desc can use this as their map_voltage operation.

5. AUTHORS

Liam Girdwood <>
    Author.

Mark Brown <>
Wolfson Microelectronics,
    Author.

6. COPYRIGHT