Searched refs:tmp_act (Results 1 – 2 of 2) sorted by relevance
82 int tmp_act; in regulator_get_optimal_voltage() local84 tmp_act = regulator_get_voltage_rdev(c_rdevs[i]); in regulator_get_optimal_voltage()85 if (tmp_act < 0) in regulator_get_optimal_voltage()86 return tmp_act; in regulator_get_optimal_voltage()88 min_current_uV = min(tmp_act, min_current_uV); in regulator_get_optimal_voltage()89 max_current_uV = max(tmp_act, max_current_uV); in regulator_get_optimal_voltage()
4308 int tmp_act; in regulator_get_optimal_voltage() local4313 tmp_act = regulator_get_voltage_rdev(c_rdevs[i]); in regulator_get_optimal_voltage()4314 if (tmp_act < 0) in regulator_get_optimal_voltage()4315 return tmp_act; in regulator_get_optimal_voltage()4317 min_current_uV = min(tmp_act, min_current_uV); in regulator_get_optimal_voltage()4318 max_current_uV = max(tmp_act, max_current_uV); in regulator_get_optimal_voltage()