Lines Matching refs:old_uV
3403 data.old_uV = regulator_get_voltage_rdev(rdev); in _regulator_call_set_voltage()
3416 (void *)data.old_uV); in _regulator_call_set_voltage()
3427 data.old_uV = regulator_get_voltage_rdev(rdev); in _regulator_call_set_voltage_sel()
3440 (void *)data.old_uV); in _regulator_call_set_voltage_sel()
3506 int old_uV, int new_uV) in _regulator_set_voltage_time() argument
3517 (new_uV > old_uV)) in _regulator_set_voltage_time()
3520 (new_uV < old_uV)) in _regulator_set_voltage_time()
3526 return DIV_ROUND_UP(abs(new_uV - old_uV), ramp_delay); in _regulator_set_voltage_time()
3538 int old_uV = regulator_get_voltage_rdev(rdev); in _regulator_do_set_voltage() local
3602 if (old_uV != best_val) { in _regulator_do_set_voltage()
3604 delay = ops->set_voltage_time(rdev, old_uV, in _regulator_do_set_voltage()
3608 old_uV, in _regulator_do_set_voltage()
4201 int old_uV, int new_uV) in regulator_set_voltage_time() argument
4211 return ops->set_voltage_time(rdev, old_uV, new_uV); in regulator_set_voltage_time()
4213 return _regulator_set_voltage_time(rdev, old_uV, new_uV); in regulator_set_voltage_time()
4232 if (voltage == old_uV) in regulator_set_voltage_time()