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()
3908 int tmp_act; in regulator_get_optimal_voltage() local3913 tmp_act = regulator_get_voltage_rdev(c_rdevs[i]); in regulator_get_optimal_voltage()3914 if (tmp_act < 0) in regulator_get_optimal_voltage()3915 return tmp_act; in regulator_get_optimal_voltage()3917 min_current_uV = min(tmp_act, min_current_uV); in regulator_get_optimal_voltage()3918 max_current_uV = max(tmp_act, max_current_uV); in regulator_get_optimal_voltage()