Searched refs:new_delta (Results 1 – 1 of 1) sorted by relevance
4063 int current_uV, delta, new_delta; in regulator_set_voltage_unlocked() local4130 new_delta = ret; in regulator_set_voltage_unlocked()4133 if (delta - new_delta < rdev->constraints->max_uV_step) { in regulator_set_voltage_unlocked()4138 delta = new_delta; in regulator_set_voltage_unlocked()