Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/regulator/
Dcore.c83 static int _regulator_is_enabled(struct regulator_dev *rdev);
325 ret = regulator_print_state(buf, _regulator_is_enabled(rdev)); in regulator_state_show()
1176 ret = _regulator_is_enabled(rdev); in _regulator_get()
1307 ret = _regulator_is_enabled(rdev); in _regulator_enable()
1516 static int _regulator_is_enabled(struct regulator_dev *rdev) in _regulator_is_enabled() function
1542 ret = _regulator_is_enabled(regulator->rdev); in regulator_is_enabled()