Searched refs:_notifier_call_chain (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/drivers/regulator/ |
| H A D | core.c | 91 static int _notifier_call_chain(struct regulator_dev *rdev, 2929 _notifier_call_chain(rdev, REGULATOR_EVENT_ENABLE, in _regulator_enable() 3028 ret = _notifier_call_chain(rdev, in _regulator_disable() 3037 _notifier_call_chain(rdev, in _regulator_disable() 3042 _notifier_call_chain(rdev, REGULATOR_EVENT_DISABLE, in _regulator_disable() 3099 ret = _notifier_call_chain(rdev, REGULATOR_EVENT_FORCE_DISABLE | in _regulator_force_disable() 3107 _notifier_call_chain(rdev, REGULATOR_EVENT_FORCE_DISABLE | in _regulator_force_disable() 3112 _notifier_call_chain(rdev, REGULATOR_EVENT_FORCE_DISABLE | in _regulator_force_disable() 3764 _notifier_call_chain(rdev, REGULATOR_EVENT_VOLTAGE_CHANGE, in _regulator_do_set_voltage() 5019 static int _notifier_call_chain(struct regulator_dev *rdev, in _notifier_call_chain() function [all …]
|