Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/regulator/
H A Dcore.c97 static int _regulator_get_current_limit(struct regulator_dev *rdev);
687 return sprintf(buf, "%d\n", _regulator_get_current_limit(rdev)); in regulator_uA_show()
1180 ret = _regulator_get_current_limit(rdev); in print_constraints_debug()
4379 static int _regulator_get_current_limit(struct regulator_dev *rdev) in _regulator_get_current_limit() function
4401 return _regulator_get_current_limit(regulator->rdev); in regulator_get_current_limit()
/kernel/linux/linux-6.6/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()
4553 static int _regulator_get_current_limit(struct regulator_dev *rdev) in _regulator_get_current_limit() function
4575 return _regulator_get_current_limit(regulator->rdev); in regulator_get_current_limit()

Completed in 18 milliseconds