1REGULATOR_IS_SUPPORT(9) API reference REGULATOR_IS_SUPPORT(9)
2
3
4
6 regulator_is_supported_voltage - check if a voltage range can be
7 supported
8
10 int regulator_is_supported_voltage(struct regulator * regulator,
11 int min_uV, int max_uV);
12
14 regulator
15 Regulator to check.
16
17 min_uV
18 Minimum required voltage in uV.
19
20 max_uV
21 Maximum required voltage in uV.
22
24 Returns a boolean or a negative error code.
25
27 Liam Girdwood <lrg@slimlogic.co.uk>
28 Author.
29
30 Mark Brown <broonie@opensource.wolfsonmicro.com>
31 Wolfson Microelectronics,
32
33
34 Author.
35
37Kernel Hackers Manual 3.10 June 2019 REGULATOR_IS_SUPPORT(9)