regulator_notifier_call_chain (9) Linux Manual Page
regulator_notifier_call_chain – call regulator event notifier
Synopsis
int regulator_notifier_call_chain(struct regulator_dev *rdev, unsigned long event, void *data);
Arguments
rdev
-
- regulator source
event
- notifier block
data
- callback-specific data.
Description
Called by regulator drivers to notify clients a regulator event has occurred. We also notify regulator clients downstream. Note lock must be held by caller.
Authors
Liam Girdwood <lrg [at] slimlogic.co.uk>
- Author.
Mark Brown <broonie [at] opensource.wolfsonmicro.com>
Wolfson Microelectronics,
- Author.
