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

NAME

6       regulator_set_voltage_time_sel - get raise/fall time
7

SYNOPSIS

9       int regulator_set_voltage_time_sel(struct regulator_dev * rdev,
10                                          unsigned int old_selector,
11                                          unsigned int new_selector);
12

ARGUMENTS

14       rdev
15           regulator source device
16
17       old_selector
18           selector for starting voltage
19
20       new_selector
21           selector for target voltage
22

DESCRIPTION

24       Provided with the starting and target voltage selectors, this function
25       returns time in microseconds required to rise or fall to this new
26       voltage
27
28       Drivers providing ramp_delay in regulation_constraints can use this as
29       their set_voltage_time_sel operation.
30

AUTHORS

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