Home
last modified time | relevance | path

Searched refs:_notifier_call_chain (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/drivers/regulator/
Dcore.c91 static void _notifier_call_chain(struct regulator_dev *rdev,
1574 _notifier_call_chain(rdev, REGULATOR_EVENT_DISABLE, in _regulator_disable()
1634 _notifier_call_chain(rdev, REGULATOR_EVENT_FORCE_DISABLE | in _regulator_force_disable()
1923 _notifier_call_chain(rdev, REGULATOR_EVENT_VOLTAGE_CHANGE, in _regulator_do_set_voltage()
2407 static void _notifier_call_chain(struct regulator_dev *rdev, in _notifier_call_chain() function
2662 _notifier_call_chain(rdev, event, data); in regulator_notifier_call_chain()