Name
regulator_list_voltage_table —
List voltages with table based mapping
Synopsis
int regulator_list_voltage_table ( | struct regulator_dev * rdev, |
| | unsigned int selector); |
Arguments
rdev
Regulator device
selector
Selector to convert into a voltage
Description
Regulators with table based mapping between voltages and
selectors can set volt_table in the regulator descriptor
and then use this function as their list_voltage operation.