Home
last modified time | relevance | path

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

/linux/drivers/regulator/
H A Dcore.c3543 data.old_uV = regulator_get_voltage_rdev(rdev); in _regulator_call_set_voltage()
3556 (void *)data.old_uV); in _regulator_call_set_voltage()
3567 data.old_uV = regulator_get_voltage_rdev(rdev); in _regulator_call_set_voltage_sel()
3580 (void *)data.old_uV); in _regulator_call_set_voltage_sel()
3646 int old_uV, int new_uV) in _regulator_set_voltage_time() argument
3657 (new_uV > old_uV)) in _regulator_set_voltage_time()
3660 (new_uV < old_uV)) in _regulator_set_voltage_time()
3666 return DIV_ROUND_UP(abs(new_uV - old_uV), ramp_delay); in _regulator_set_voltage_time()
3678 int old_uV = regulator_get_voltage_rdev(rdev); in _regulator_do_set_voltage() local
3742 if (old_uV ! in _regulator_do_set_voltage()
4385 regulator_set_voltage_time(struct regulator * regulator,int old_uV,int new_uV) regulator_set_voltage_time() argument
[all...]
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/include/linux/regulator/
H A Ddriver.h198 int (*set_voltage_time) (struct regulator_dev *, int old_uV,