Home
last modified time | relevance | path

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

/linux-6.15/include/linux/regulator/
H A Dconsumer.h119 unsigned long old_uV; member
230 int old_uV, int new_uV);
497 int old_uV, int new_uV) in regulator_set_voltage_time() argument
H A Ddriver.h198 int (*set_voltage_time) (struct regulator_dev *, int old_uV,
/linux-6.15/drivers/regulator/
H A Dcore.c3556 (void *)data.old_uV); in _regulator_call_set_voltage()
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()
3678 int old_uV = regulator_get_voltage_rdev(rdev); in _regulator_do_set_voltage() local
3742 if (old_uV != best_val) { in _regulator_do_set_voltage()
3744 delay = ops->set_voltage_time(rdev, old_uV, in _regulator_do_set_voltage()
3748 old_uV, in _regulator_do_set_voltage()
4344 int old_uV, int new_uV) in 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-6.15/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()