Name
regulator_map_voltage_ascend —
map_voltage
for ascendant voltage list
Synopsis
int regulator_map_voltage_ascend ( | struct regulator_dev * rdev, |
| int min_uV, |
| int max_uV) ; |
Arguments
rdev
Regulator to operate on
min_uV
Lower bound for voltage
max_uV
Upper bound for voltage
Description
Drivers that have ascendant voltage list can use this as their
map_voltage
operation.