Call regulator event notifier
int regulator_notifier_call_chain(struct regulator_dev * rdev, unsigned long event, void * data);
rdev
regulator source
event
notifier block
data
callback-specific data.
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.
Liam Girdwood <[email protected]>
Author.
Mark Brown <[email protected]>
Wolfson Microelectronics,
Author.