Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/regulator/
Dcore.c103 static int _regulator_get_current_limit(struct regulator_dev *rdev);
328 return sprintf(buf, "%d\n", _regulator_get_current_limit(rdev)); in regulator_uA_show()
824 ret = _regulator_get_current_limit(rdev); in print_constraints()
2959 static int _regulator_get_current_limit(struct regulator_dev *rdev) in _regulator_get_current_limit() function
2988 return _regulator_get_current_limit(regulator->rdev); in regulator_get_current_limit()
4012 seq_printf(s, "%5dmA ", _regulator_get_current_limit(rdev) / 1000); in regulator_summary_show_subtree()