Lines Matching refs:old_uV
2796 data.old_uV = _regulator_get_voltage(rdev); in _regulator_call_set_voltage()
2809 (void *)data.old_uV); in _regulator_call_set_voltage()
2820 data.old_uV = _regulator_get_voltage(rdev); in _regulator_call_set_voltage_sel()
2833 (void *)data.old_uV); in _regulator_call_set_voltage_sel()
2839 int old_uV, int new_uV) in _regulator_set_voltage_time() argument
2850 (new_uV > old_uV)) in _regulator_set_voltage_time()
2853 (new_uV < old_uV)) in _regulator_set_voltage_time()
2861 return DIV_ROUND_UP(abs(new_uV - old_uV), ramp_delay); in _regulator_set_voltage_time()
2873 int old_uV = _regulator_get_voltage(rdev); in _regulator_do_set_voltage() local
2934 if (old_uV != best_val) { in _regulator_do_set_voltage()
2936 delay = ops->set_voltage_time(rdev, old_uV, in _regulator_do_set_voltage()
2940 old_uV, in _regulator_do_set_voltage()
3246 int old_uV, int new_uV) in regulator_set_voltage_time() argument
3256 return ops->set_voltage_time(rdev, old_uV, new_uV); in regulator_set_voltage_time()
3258 return _regulator_set_voltage_time(rdev, old_uV, new_uV); in regulator_set_voltage_time()
3271 if (voltage == old_uV) in regulator_set_voltage_time()