Searched defs:_notifier_call_chain (Results 1 - 1 of 1) sorted by relevance

/drivers/regulator/
H A Dcore.c105 static int _notifier_call_chain(struct regulator_dev *rdev,
1984 _notifier_call_chain(rdev, REGULATOR_EVENT_DISABLE,
2044 _notifier_call_chain(rdev, REGULATOR_EVENT_FORCE_DISABLE |
2419 ret = _notifier_call_chain(rdev, REGULATOR_EVENT_PRE_VOLTAGE_CHANGE,
2428 _notifier_call_chain(rdev, REGULATOR_EVENT_ABORT_VOLTAGE_CHANGE,
2443 ret = _notifier_call_chain(rdev, REGULATOR_EVENT_PRE_VOLTAGE_CHANGE,
2452 _notifier_call_chain(rdev, REGULATOR_EVENT_ABORT_VOLTAGE_CHANGE,
2555 _notifier_call_chain(rdev, REGULATOR_EVENT_VOLTAGE_CHANGE,
3168 static int _notifier_call_chain(struct regulator_dev *rdev, function
3389 _notifier_call_chain(rde
[all...]

Completed in 845 milliseconds