1REGULATOR_NOTIFIER_C(9) API reference REGULATOR_NOTIFIER_C(9)
2
3
4
6 regulator_notifier_call_chain - call regulator event notifier
7
9 int regulator_notifier_call_chain(struct regulator_dev * rdev,
10 unsigned long event, void * data);
11
13 rdev
14 regulator source
15
16 event
17 notifier block
18
19 data
20 callback-specific data.
21
23 Called by regulator drivers to notify clients a regulator event has
24 occurred. We also notify regulator clients downstream. Note lock must
25 be held by caller.
26
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 2.6. June 2019 REGULATOR_NOTIFIER_C(9)