1REGULATOR_LIST_VOLTA(9)          API reference         REGULATOR_LIST_VOLTA(9)
2
3
4

NAME

6       regulator_list_voltage_table - List voltages with table based mapping
7

SYNOPSIS

9       int regulator_list_voltage_table(struct regulator_dev * rdev,
10                                        unsigned int selector);
11

ARGUMENTS

13       rdev
14           Regulator device
15
16       selector
17           Selector to convert into a voltage
18

DESCRIPTION

20       Regulators with table based mapping between voltages and selectors can
21       set volt_table in the regulator descriptor and then use this function
22       as their list_voltage operation.
23

AUTHORS

25       Liam Girdwood <lrg@slimlogic.co.uk>
26           Author.
27
28       Mark Brown <broonie@opensource.wolfsonmicro.com>
29       Wolfson Microelectronics,
30
31
32           Author.
33
35Kernel Hackers Manual 3.10         June 2019           REGULATOR_LIST_VOLTA(9)
Impressum