Home
last modified time | relevance | path

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

/openbmc/linux/drivers/regulator/
H A Dcore.c87 static int _regulator_get_current_limit(struct regulator_dev *rdev);
672 return sprintf(buf, "%d\n", _regulator_get_current_limit(rdev)); in microamps_show()
1198 ret = _regulator_get_current_limit(rdev); in print_constraints_debug()
4559 static int _regulator_get_current_limit(struct regulator_dev *rdev) in _regulator_get_current_limit() function
4581 return _regulator_get_current_limit(regulator->rdev); in regulator_get_current_limit()