Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/regulator/
Dcore.c3574 int tmp_act; in regulator_get_optimal_voltage() local
3579 tmp_act = regulator_get_voltage_rdev(c_rdevs[i]); in regulator_get_optimal_voltage()
3580 if (tmp_act < 0) in regulator_get_optimal_voltage()
3581 return tmp_act; in regulator_get_optimal_voltage()
3583 min_current_uV = min(tmp_act, min_current_uV); in regulator_get_optimal_voltage()
3584 max_current_uV = max(tmp_act, max_current_uV); in regulator_get_optimal_voltage()