Searched refs:tmp_act (Results 1 – 1 of 1) sorted by relevance
3574 int tmp_act; in regulator_get_optimal_voltage() local3579 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()