Lines Matching refs:old_uV
3071 data.old_uV = regulator_get_voltage_rdev(rdev); in _regulator_call_set_voltage()
3084 (void *)data.old_uV); in _regulator_call_set_voltage()
3095 data.old_uV = regulator_get_voltage_rdev(rdev); in _regulator_call_set_voltage_sel()
3108 (void *)data.old_uV); in _regulator_call_set_voltage_sel()
3174 int old_uV, int new_uV) in _regulator_set_voltage_time() argument
3185 (new_uV > old_uV)) in _regulator_set_voltage_time()
3188 (new_uV < old_uV)) in _regulator_set_voltage_time()
3196 return DIV_ROUND_UP(abs(new_uV - old_uV), ramp_delay); in _regulator_set_voltage_time()
3208 int old_uV = regulator_get_voltage_rdev(rdev); in _regulator_do_set_voltage() local
3272 if (old_uV != best_val) { in _regulator_do_set_voltage()
3274 delay = ops->set_voltage_time(rdev, old_uV, in _regulator_do_set_voltage()
3278 old_uV, in _regulator_do_set_voltage()
3866 int old_uV, int new_uV) in regulator_set_voltage_time() argument
3876 return ops->set_voltage_time(rdev, old_uV, new_uV); in regulator_set_voltage_time()
3878 return _regulator_set_voltage_time(rdev, old_uV, new_uV); in regulator_set_voltage_time()
3891 if (voltage == old_uV) in regulator_set_voltage_time()