1REGULATOR_CAN_CHANGE(9) API reference REGULATOR_CAN_CHANGE(9)
2
3
4
6 regulator_can_change_voltage - check if regulator can change voltage
7
9 int regulator_can_change_voltage(struct regulator * regulator);
10
12 regulator
13 regulator source
14
16 Returns positive if the regulator driver backing the source/client can
17 change its voltage, false otherwise. Usefull for detecting fixed or
18 dummy regulators and disabling voltage change logic in the client
19 driver.
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_CAN_CHANGE(9)