Searched refs:_notifier_call_chain (Results 1 – 1 of 1) sorted by relevance
| /Linux-v6.6/drivers/regulator/ |
| D | core.c | 89 static int _notifier_call_chain(struct regulator_dev *rdev, 2912 _notifier_call_chain(rdev, REGULATOR_EVENT_ENABLE, in _regulator_enable() 3006 ret = _notifier_call_chain(rdev, in _regulator_disable() 3015 _notifier_call_chain(rdev, in _regulator_disable() 3020 _notifier_call_chain(rdev, REGULATOR_EVENT_DISABLE, in _regulator_disable() 3074 ret = _notifier_call_chain(rdev, REGULATOR_EVENT_FORCE_DISABLE | in _regulator_force_disable() 3082 _notifier_call_chain(rdev, REGULATOR_EVENT_FORCE_DISABLE | in _regulator_force_disable() 3087 _notifier_call_chain(rdev, REGULATOR_EVENT_FORCE_DISABLE | in _regulator_force_disable() 3480 ret = _notifier_call_chain(rdev, REGULATOR_EVENT_PRE_VOLTAGE_CHANGE, in _regulator_call_set_voltage() 3489 _notifier_call_chain(rdev, REGULATOR_EVENT_ABORT_VOLTAGE_CHANGE, in _regulator_call_set_voltage() [all …]
|