Searched defs:current_uV (Results 1 - 1 of 1) sorted by relevance

/drivers/regulator/
H A Dcore.c848 int current_uV = _regulator_get_voltage(rdev); local
849 if (current_uV < 0) {
852 current_uV);
853 return current_uV;
855 if (current_uV < rdev->constraints->min_uV ||
856 current_uV > rdev->constraints->max_uV) {
2587 int current_uV; local
2603 current_uV = _regulator_get_voltage(rdev);
2604 if (min_uV <= current_uV && current_uV <
[all...]

Completed in 422 milliseconds