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()
3975 int tmp_act; in regulator_get_optimal_voltage() local3980 tmp_act = regulator_get_voltage_rdev(c_rdevs[i]); in regulator_get_optimal_voltage()3981 if (tmp_act < 0) in regulator_get_optimal_voltage()3982 return tmp_act; in regulator_get_optimal_voltage()3984 min_current_uV = min(tmp_act, min_current_uV); in regulator_get_optimal_voltage()3985 max_current_uV = max(tmp_act, max_current_uV); in regulator_get_optimal_voltage()