Home
last modified time | relevance | path

Searched refs:new_delta (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/regulator/
H A Dcore.c4063 int current_uV, delta, new_delta; in regulator_set_voltage_unlocked() local
4130 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()