Lines Matching refs:old_uV
3333 data.old_uV = regulator_get_voltage_rdev(rdev); in _regulator_call_set_voltage()
3346 (void *)data.old_uV); in _regulator_call_set_voltage()
3357 data.old_uV = regulator_get_voltage_rdev(rdev); in _regulator_call_set_voltage_sel()
3370 (void *)data.old_uV); in _regulator_call_set_voltage_sel()
3436 int old_uV, int new_uV) in _regulator_set_voltage_time() argument
3447 (new_uV > old_uV)) in _regulator_set_voltage_time()
3450 (new_uV < old_uV)) in _regulator_set_voltage_time()
3458 return DIV_ROUND_UP(abs(new_uV - old_uV), ramp_delay); in _regulator_set_voltage_time()
3470 int old_uV = regulator_get_voltage_rdev(rdev); in _regulator_do_set_voltage() local
3534 if (old_uV != best_val) { in _regulator_do_set_voltage()
3536 delay = ops->set_voltage_time(rdev, old_uV, in _regulator_do_set_voltage()
3540 old_uV, in _regulator_do_set_voltage()
4138 int old_uV, int new_uV) in regulator_set_voltage_time() argument
4148 return ops->set_voltage_time(rdev, old_uV, new_uV); in regulator_set_voltage_time()
4150 return _regulator_set_voltage_time(rdev, old_uV, new_uV); in regulator_set_voltage_time()
4169 if (voltage == old_uV) in regulator_set_voltage_time()