Home
last modified time | relevance | path

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

/linux/drivers/regulator/
H A Ds2mpa01.c53 int old_volt, new_volt; in s2mpa01_regulator_set_voltage_time_sel() local
83 old_volt = rdev->desc->min_uV + (rdev->desc->uV_step * old_selector); in s2mpa01_regulator_set_voltage_time_sel()
86 return DIV_ROUND_UP(abs(new_volt - old_volt), ramp_delay); in s2mpa01_regulator_set_voltage_time_sel()
H A Ds2mps11.c94 int old_volt, new_volt; in s2mps11_regulator_set_voltage_time_sel() local
123 old_volt = rdev->desc->min_uV + (rdev->desc->uV_step * old_selector); in s2mps11_regulator_set_voltage_time_sel()
126 return DIV_ROUND_UP(abs(new_volt - old_volt), ramp_delay); in s2mps11_regulator_set_voltage_time_sel()
H A Dcore.c4675 int old_volt, new_volt; in regulator_set_voltage_time_sel() local
4681 old_volt = rdev->desc->ops->list_voltage(rdev, old_selector); in regulator_set_voltage_time_sel()
4685 return rdev->desc->ops->set_voltage_time(rdev, old_volt, in regulator_set_voltage_time_sel()
4688 return _regulator_set_voltage_time(rdev, old_volt, new_volt); in regulator_set_voltage_time_sel()