old_volt 3923 drivers/regulator/core.c int old_volt, new_volt; old_volt 3929 drivers/regulator/core.c old_volt = rdev->desc->ops->list_voltage(rdev, old_selector); old_volt 3933 drivers/regulator/core.c return rdev->desc->ops->set_voltage_time(rdev, old_volt, old_volt 3936 drivers/regulator/core.c return _regulator_set_voltage_time(rdev, old_volt, new_volt); old_volt 54 drivers/regulator/s2mpa01.c int old_volt, new_volt; old_volt 84 drivers/regulator/s2mpa01.c old_volt = rdev->desc->min_uV + (rdev->desc->uV_step * old_selector); old_volt 87 drivers/regulator/s2mpa01.c return DIV_ROUND_UP(abs(new_volt - old_volt), ramp_delay); old_volt 75 drivers/regulator/s2mps11.c int old_volt, new_volt; old_volt 104 drivers/regulator/s2mps11.c old_volt = rdev->desc->min_uV + (rdev->desc->uV_step * old_selector); old_volt 107 drivers/regulator/s2mps11.c return DIV_ROUND_UP(abs(new_volt - old_volt), ramp_delay);