Lines Matching refs:old_uV
3077 data.old_uV = regulator_get_voltage_rdev(rdev); in _regulator_call_set_voltage()
3090 (void *)data.old_uV); in _regulator_call_set_voltage()
3101 data.old_uV = regulator_get_voltage_rdev(rdev); in _regulator_call_set_voltage_sel()
3114 (void *)data.old_uV); in _regulator_call_set_voltage_sel()
3180 int old_uV, int new_uV) in _regulator_set_voltage_time() argument
3191 (new_uV > old_uV)) in _regulator_set_voltage_time()
3194 (new_uV < old_uV)) in _regulator_set_voltage_time()
3202 return DIV_ROUND_UP(abs(new_uV - old_uV), ramp_delay); in _regulator_set_voltage_time()
3214 int old_uV = regulator_get_voltage_rdev(rdev); in _regulator_do_set_voltage() local
3278 if (old_uV != best_val) { in _regulator_do_set_voltage()
3280 delay = ops->set_voltage_time(rdev, old_uV, in _regulator_do_set_voltage()
3284 old_uV, in _regulator_do_set_voltage()
3872 int old_uV, int new_uV) in regulator_set_voltage_time() argument
3882 return ops->set_voltage_time(rdev, old_uV, new_uV); in regulator_set_voltage_time()
3884 return _regulator_set_voltage_time(rdev, old_uV, new_uV); in regulator_set_voltage_time()
3897 if (voltage == old_uV) in regulator_set_voltage_time()