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