Home
last modified time | relevance | path

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

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