Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/regulator/
Dcore.c86 static int _regulator_is_enabled(struct regulator_dev *rdev);
377 ret = regulator_print_state(buf, _regulator_is_enabled(rdev)); in regulator_state_show()
1279 ret = _regulator_is_enabled(rdev); in _regulator_get()
1464 ret = _regulator_is_enabled(rdev); in _regulator_enable()
1730 static int _regulator_is_enabled(struct regulator_dev *rdev) in _regulator_is_enabled() function
1756 ret = _regulator_is_enabled(regulator->rdev); in regulator_is_enabled()