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

NAME

6       regulator_set_voltage_time - get raise/fall time
7

SYNOPSIS

9       int regulator_set_voltage_time(struct regulator * regulator,
10                                      int old_uV, int new_uV);
11

ARGUMENTS

13       regulator
14           regulator source
15
16       old_uV
17           starting voltage in microvolts
18
19       new_uV
20           target voltage in microvolts
21

DESCRIPTION

23       Provided with the starting and ending voltage, this function attempts
24       to calculate the time in microseconds required to rise or fall to this
25       new voltage.
26

AUTHORS

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