Searched refs:_notifier_call_chain (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/regulator/ |
D | core.c | 105 static int _notifier_call_chain(struct regulator_dev *rdev, 2051 ret = _notifier_call_chain(rdev, in _regulator_disable() 2060 _notifier_call_chain(rdev, in _regulator_disable() 2065 _notifier_call_chain(rdev, REGULATOR_EVENT_DISABLE, in _regulator_disable() 2119 ret = _notifier_call_chain(rdev, REGULATOR_EVENT_FORCE_DISABLE | in _regulator_force_disable() 2127 _notifier_call_chain(rdev, REGULATOR_EVENT_FORCE_DISABLE | in _regulator_force_disable() 2132 _notifier_call_chain(rdev, REGULATOR_EVENT_FORCE_DISABLE | in _regulator_force_disable() 2507 ret = _notifier_call_chain(rdev, REGULATOR_EVENT_PRE_VOLTAGE_CHANGE, in _regulator_call_set_voltage() 2516 _notifier_call_chain(rdev, REGULATOR_EVENT_ABORT_VOLTAGE_CHANGE, in _regulator_call_set_voltage() 2531 ret = _notifier_call_chain(rdev, REGULATOR_EVENT_PRE_VOLTAGE_CHANGE, in _regulator_call_set_voltage_sel() [all …]
|