Searched refs:new_delta (Results 1 – 1 of 1) sorted by relevance
3966 int current_uV, delta, new_delta; in regulator_set_voltage_unlocked() local4033 new_delta = ret; in regulator_set_voltage_unlocked()4036 if (delta - new_delta < rdev->constraints->max_uV_step) { in regulator_set_voltage_unlocked()4041 delta = new_delta; in regulator_set_voltage_unlocked()