Searched refs:_notifier_call_chain (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/regulator/ |
| H A D | core.c | 105 static int _notifier_call_chain(struct regulator_dev *rdev, 2686 _notifier_call_chain(rdev, REGULATOR_EVENT_ENABLE, in _regulator_enable() 2783 ret = _notifier_call_chain(rdev, in _regulator_disable() 2792 _notifier_call_chain(rdev, in _regulator_disable() 2797 _notifier_call_chain(rdev, REGULATOR_EVENT_DISABLE, in _regulator_disable() 2851 ret = _notifier_call_chain(rdev, REGULATOR_EVENT_FORCE_DISABLE | in _regulator_force_disable() 2859 _notifier_call_chain(rdev, REGULATOR_EVENT_FORCE_DISABLE | in _regulator_force_disable() 2864 _notifier_call_chain(rdev, REGULATOR_EVENT_FORCE_DISABLE | in _regulator_force_disable() 3253 ret = _notifier_call_chain(rdev, REGULATOR_EVENT_PRE_VOLTAGE_CHANGE, in _regulator_call_set_voltage() 3262 _notifier_call_chain(rdev, REGULATOR_EVENT_ABORT_VOLTAGE_CHANGE, in _regulator_call_set_voltage() [all …]
|