Lines Matching refs:old_uV
3332 data.old_uV = regulator_get_voltage_rdev(rdev); in _regulator_call_set_voltage()
3345 (void *)data.old_uV); in _regulator_call_set_voltage()
3356 data.old_uV = regulator_get_voltage_rdev(rdev); in _regulator_call_set_voltage_sel()
3369 (void *)data.old_uV); in _regulator_call_set_voltage_sel()
3435 int old_uV, int new_uV) in _regulator_set_voltage_time() argument
3446 (new_uV > old_uV)) in _regulator_set_voltage_time()
3449 (new_uV < old_uV)) in _regulator_set_voltage_time()
3457 return DIV_ROUND_UP(abs(new_uV - old_uV), ramp_delay); in _regulator_set_voltage_time()
3469 int old_uV = regulator_get_voltage_rdev(rdev); in _regulator_do_set_voltage() local
3533 if (old_uV != best_val) { in _regulator_do_set_voltage()
3535 delay = ops->set_voltage_time(rdev, old_uV, in _regulator_do_set_voltage()
3539 old_uV, in _regulator_do_set_voltage()
4137 int old_uV, int new_uV) in regulator_set_voltage_time() argument
4147 return ops->set_voltage_time(rdev, old_uV, new_uV); in regulator_set_voltage_time()
4149 return _regulator_set_voltage_time(rdev, old_uV, new_uV); in regulator_set_voltage_time()
4168 if (voltage == old_uV) in regulator_set_voltage_time()