Home
last modified time | relevance | path

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

/linux/drivers/regulator/
H A Ds2mps11.c605 int old_uV, int new_uV, in s2mpg1x_regulator_buck_set_voltage_time() argument
612 if (old_uV == new_uV) in s2mpg1x_regulator_buck_set_voltage_time()
627 return DIV_ROUND_UP(abs(new_uV - old_uV), ramp_rate); in s2mpg1x_regulator_buck_set_voltage_time()
631 int old_uV, int new_uV) in s2mpg10_regulator_buck_set_voltage_time() argument
636 if (old_uV > new_uV) in s2mpg10_regulator_buck_set_voltage_time()
640 return s2mpg1x_regulator_buck_set_voltage_time(rdev, old_uV, new_uV, in s2mpg10_regulator_buck_set_voltage_time()
646 int old_uV, int new_uV) in s2mpg11_regulator_buck_set_voltage_time() argument
651 if (old_uV > new_uV) in s2mpg11_regulator_buck_set_voltage_time()
655 return s2mpg1x_regulator_buck_set_voltage_time(rdev, old_uV, new_uV, in s2mpg11_regulator_buck_set_voltage_time()
H A Dqcom_smd-regulator.c135 int old_uV = vreg->uV; in rpm_reg_set_voltage() local
142 vreg->uV = old_uV; in rpm_reg_set_voltage()
/linux/drivers/soc/rockchip/
H A Dio-domain.c173 uV = max_t(unsigned long, pvc_data->old_uV, pvc_data->max_uV); in rockchip_iodomain_notify()