Searched refs:_regulator_get_current_limit (Results 1 – 1 of 1) sorted by relevance
97 static int _regulator_get_current_limit(struct regulator_dev *rdev);588 return sprintf(buf, "%d\n", _regulator_get_current_limit(rdev)); in regulator_uA_show()1083 ret = _regulator_get_current_limit(rdev); in print_constraints()4101 static int _regulator_get_current_limit(struct regulator_dev *rdev) in _regulator_get_current_limit() function4123 return _regulator_get_current_limit(regulator->rdev); in regulator_get_current_limit()