Lines Matching refs:old_uV
3789 data.old_uV = regulator_get_voltage_rdev(rdev); in _regulator_call_set_voltage()
3802 (void *)data.old_uV); in _regulator_call_set_voltage()
3813 data.old_uV = regulator_get_voltage_rdev(rdev); in _regulator_call_set_voltage_sel()
3826 (void *)data.old_uV); in _regulator_call_set_voltage_sel()
3892 int old_uV, int new_uV) in _regulator_set_voltage_time() argument
3903 (new_uV > old_uV)) in _regulator_set_voltage_time()
3906 (new_uV < old_uV)) in _regulator_set_voltage_time()
3912 return DIV_ROUND_UP(abs(new_uV - old_uV), ramp_delay); in _regulator_set_voltage_time()
3924 int old_uV = regulator_get_voltage_rdev(rdev); in _regulator_do_set_voltage() local
3988 if (old_uV != best_val) { in _regulator_do_set_voltage()
3990 delay = ops->set_voltage_time(rdev, old_uV, in _regulator_do_set_voltage()
3994 old_uV, in _regulator_do_set_voltage()
4631 int old_uV, int new_uV) in regulator_set_voltage_time() argument
4641 return ops->set_voltage_time(rdev, old_uV, new_uV); in regulator_set_voltage_time()
4643 return _regulator_set_voltage_time(rdev, old_uV, new_uV); in regulator_set_voltage_time()
4662 if (voltage == old_uV) in regulator_set_voltage_time()