new_sel            36 drivers/regulator/anatop-regulator.c 	unsigned int new_sel)
new_sel            43 drivers/regulator/anatop-regulator.c 	if (anatop_reg->delay_bit_width && new_sel > old_sel) {
new_sel            53 drivers/regulator/anatop-regulator.c 		ret = (new_sel - old_sel) * (LDO_RAMP_UP_UNIT_IN_CYCLES <<
new_sel          3874 drivers/regulator/core.c 	int new_sel = -1;
new_sel          3897 drivers/regulator/core.c 			new_sel = i;
new_sel          3900 drivers/regulator/core.c 	if (old_sel < 0 || new_sel < 0)
new_sel          3903 drivers/regulator/core.c 	return ops->set_voltage_time_sel(rdev, old_sel, new_sel);
new_sel           237 drivers/regulator/da9052-regulator.c 						 unsigned int new_sel)
new_sel           253 drivers/regulator/da9052-regulator.c 		ret = (new_sel - old_sel) * info->step_uV / 6250;
new_sel           339 drivers/regulator/s5m8767.c 					     unsigned int new_sel)
new_sel           343 drivers/regulator/s5m8767.c 	if ((old_sel < new_sel) && s5m8767->ramp_delay)
new_sel           344 drivers/regulator/s5m8767.c 		return DIV_ROUND_UP(rdev->desc->uV_step * (new_sel - old_sel),