1REGULATOR_GET_VOLTAG(9) API reference REGULATOR_GET_VOLTAG(9)
2
3
4
6 regulator_get_voltage_sel_regmap - standard get_voltage_sel for regmap
7 users
8
10 int regulator_get_voltage_sel_regmap(struct regulator_dev * rdev);
11
13 rdev
14 regulator to operate on
15
17 Regulators that use regmap for their register I/O can set the vsel_reg
18 and vsel_mask fields in their descriptor and then use this as their
19 get_voltage_vsel operation, saving some code.
20
22 Liam Girdwood <lrg@slimlogic.co.uk>
23 Author.
24
25 Mark Brown <broonie@opensource.wolfsonmicro.com>
26 Wolfson Microelectronics,
27
28
29 Author.
30
32Kernel Hackers Manual 3.10 June 2019 REGULATOR_GET_VOLTAG(9)