Lines Matching refs:old_uV
3208 data.old_uV = regulator_get_voltage_rdev(rdev); in _regulator_call_set_voltage()
3221 (void *)data.old_uV); in _regulator_call_set_voltage()
3232 data.old_uV = regulator_get_voltage_rdev(rdev); in _regulator_call_set_voltage_sel()
3245 (void *)data.old_uV); in _regulator_call_set_voltage_sel()
3311 int old_uV, int new_uV) in _regulator_set_voltage_time() argument
3322 (new_uV > old_uV)) in _regulator_set_voltage_time()
3325 (new_uV < old_uV)) in _regulator_set_voltage_time()
3333 return DIV_ROUND_UP(abs(new_uV - old_uV), ramp_delay); in _regulator_set_voltage_time()
3345 int old_uV = regulator_get_voltage_rdev(rdev); in _regulator_do_set_voltage() local
3409 if (old_uV != best_val) { in _regulator_do_set_voltage()
3411 delay = ops->set_voltage_time(rdev, old_uV, in _regulator_do_set_voltage()
3415 old_uV, in _regulator_do_set_voltage()
4013 int old_uV, int new_uV) in regulator_set_voltage_time() argument
4023 return ops->set_voltage_time(rdev, old_uV, new_uV); in regulator_set_voltage_time()
4025 return _regulator_set_voltage_time(rdev, old_uV, new_uV); in regulator_set_voltage_time()
4038 if (voltage == old_uV) in regulator_set_voltage_time()