uV_step           245 drivers/regulator/anatop-regulator.c 	rdesc->uV_step = 25000;
uV_step           130 drivers/regulator/arizona-ldo1.c 	.uV_step = 25000,
uV_step           174 drivers/regulator/arizona-ldo1.c 	.uV_step = 25000,
uV_step           685 drivers/regulator/as3722-regulator.c 			desc->uV_step = 25000;
uV_step           699 drivers/regulator/as3722-regulator.c 			desc->uV_step = 20000;
uV_step           747 drivers/regulator/as3722-regulator.c 			desc->uV_step = 10000;
uV_step           284 drivers/regulator/axp20x-regulator.c 		.uV_step	= (_step) * 1000,				\
uV_step           306 drivers/regulator/axp20x-regulator.c 		.uV_step	= (_step) * 1000,				\
uV_step            47 drivers/regulator/bd9571mwv-regulator.c 		.uV_step		= _step,		\
uV_step          2995 drivers/regulator/core.c 	return rdev->desc->uV_step;
uV_step           202 drivers/regulator/da903x.c 		sel = DIV_ROUND_UP(thresh - min_uV, info->desc.uV_step);
uV_step           205 drivers/regulator/da903x.c 		sel = DIV_ROUND_UP(min_uV - thresh, info->desc.uV_step);
uV_step           219 drivers/regulator/da903x.c 		       rdev->desc->uV_step * (3 - (selector & ~0x4));
uV_step           222 drivers/regulator/da903x.c 		       rdev->desc->uV_step * (selector & ~0x4);
uV_step           319 drivers/regulator/da903x.c 		.uV_step = (step) * 1000,				\
uV_step           339 drivers/regulator/da903x.c 		.uV_step = (step) * 1000,				\
uV_step           344 drivers/regulator/da9055-regulator.c 		.uV_step = (step) * 1000,\
uV_step           374 drivers/regulator/da9055-regulator.c 		.uV_step = (step) * 1000,\
uV_step           363 drivers/regulator/da9062-regulator.c 		.desc.uV_step = (10) * 1000,
uV_step           399 drivers/regulator/da9062-regulator.c 		.desc.uV_step = (20) * 1000,
uV_step           435 drivers/regulator/da9062-regulator.c 		.desc.uV_step = (10) * 1000,
uV_step           471 drivers/regulator/da9062-regulator.c 		.desc.uV_step = (50) * 1000,
uV_step           504 drivers/regulator/da9062-regulator.c 		.desc.uV_step = (50) * 1000,
uV_step           537 drivers/regulator/da9062-regulator.c 		.desc.uV_step = (50) * 1000,
uV_step           570 drivers/regulator/da9062-regulator.c 		.desc.uV_step = (50) * 1000,
uV_step           607 drivers/regulator/da9062-regulator.c 		.desc.uV_step = (10) * 1000,
uV_step           643 drivers/regulator/da9062-regulator.c 		.desc.uV_step = (10) * 1000,
uV_step           679 drivers/regulator/da9062-regulator.c 		.desc.uV_step = (20) * 1000,
uV_step           715 drivers/regulator/da9062-regulator.c 		.desc.uV_step = (10) * 1000,
uV_step           751 drivers/regulator/da9062-regulator.c 		.desc.uV_step = (50) * 1000,
uV_step           784 drivers/regulator/da9062-regulator.c 		.desc.uV_step = (50) * 1000,
uV_step           817 drivers/regulator/da9062-regulator.c 		.desc.uV_step = (50) * 1000,
uV_step           850 drivers/regulator/da9062-regulator.c 		.desc.uV_step = (50) * 1000,
uV_step            94 drivers/regulator/da9063-regulator.c 	.desc.uV_step = (step_mV) * 1000, \
uV_step           113 drivers/regulator/da9063-regulator.c 	.desc.uV_step = (step_mV) * 1000, \
uV_step            58 drivers/regulator/da9210-regulator.c 	.uV_step = (DA9210_STEP_MV * 1000),
uV_step           233 drivers/regulator/da9211-regulator.c 	.uV_step = (DA9211_STEP_MV * 1000),\
uV_step           401 drivers/regulator/fan53555.c 	rdesc->uV_step = di->vsel_step;
uV_step           365 drivers/regulator/helpers.c 	if (rdev->desc->n_voltages == 1 && rdev->desc->uV_step == 0) {
uV_step           372 drivers/regulator/helpers.c 	if (!rdev->desc->uV_step) {
uV_step           373 drivers/regulator/helpers.c 		BUG_ON(!rdev->desc->uV_step);
uV_step           380 drivers/regulator/helpers.c 	ret = DIV_ROUND_UP(min_uV - rdev->desc->min_uV, rdev->desc->uV_step);
uV_step           422 drivers/regulator/helpers.c 			(range->max_sel - range->min_sel) * range->uV_step;
uV_step           431 drivers/regulator/helpers.c 		if (range->uV_step == 0) {
uV_step           435 drivers/regulator/helpers.c 					   range->uV_step);
uV_step           486 drivers/regulator/helpers.c 			(range->max_sel - range->min_sel) * range->uV_step;
uV_step           497 drivers/regulator/helpers.c 		if (range->uV_step == 0) {
uV_step           501 drivers/regulator/helpers.c 					   range->uV_step);
uV_step           548 drivers/regulator/helpers.c 	return rdev->desc->min_uV + (rdev->desc->uV_step * selector);
uV_step           582 drivers/regulator/helpers.c 			return range->min_uV + (range->uV_step * selector);
uV_step           624 drivers/regulator/helpers.c 		return range->min_uV + (range->uV_step * selector);
uV_step           181 drivers/regulator/hi6421-regulator.c 			.uV_step	= vstep,			\
uV_step           258 drivers/regulator/hi6421-regulator.c 			.uV_step	= 7086,				\
uV_step           140 drivers/regulator/hi655x-regulator.c 		.uV_step         = vstep,                        \
uV_step            88 drivers/regulator/isl6271a-regulator.c 		.uV_step	= ISL6271A_VOLTAGE_STEP,
uV_step            76 drivers/regulator/isl9305.c 		.uV_step =	25000,
uV_step            91 drivers/regulator/isl9305.c 		.uV_step =	25000,
uV_step           106 drivers/regulator/isl9305.c 		.uV_step =	50000,
uV_step           121 drivers/regulator/isl9305.c 		.uV_step =	50000,
uV_step           112 drivers/regulator/lm363x-regulator.c 		.uV_step        = LM363X_STEP_50mV,
uV_step           125 drivers/regulator/lm363x-regulator.c 		.uV_step        = LM363X_STEP_500mV,
uV_step           140 drivers/regulator/lm363x-regulator.c 		.uV_step        = LM363X_STEP_50mV,
uV_step           155 drivers/regulator/lm363x-regulator.c 		.uV_step        = LM363X_STEP_50mV,
uV_step           170 drivers/regulator/lm363x-regulator.c 		.uV_step        = LM363X_STEP_50mV,
uV_step           186 drivers/regulator/lm363x-regulator.c 		.uV_step        = LM363X_STEP_50mV,
uV_step           199 drivers/regulator/lm363x-regulator.c 		.uV_step        = LM363X_STEP_50mV,
uV_step           214 drivers/regulator/lm363x-regulator.c 		.uV_step        = LM363X_STEP_50mV,
uV_step           231 drivers/regulator/lm363x-regulator.c 		.uV_step        = LM363X_STEP_50mV,
uV_step           244 drivers/regulator/lm363x-regulator.c 		.uV_step        = LM363X_STEP_50mV,
uV_step           259 drivers/regulator/lm363x-regulator.c 		.uV_step        = LM363X_STEP_50mV,
uV_step           304 drivers/regulator/lp8755.c 	.uV_step = 10000,\
uV_step           215 drivers/regulator/ltc3589.c 	rdesc->uV_step = ltc3589_scale(desc->uV_step, r[0], r[1]);
uV_step           229 drivers/regulator/ltc3589.c 		.uV_step = (go_bit) ? 12500 : 0,			\
uV_step           166 drivers/regulator/ltc3676.c 	rdesc->uV_step = ltc3676_scale(desc->uV_step, r[0], r[1]);
uV_step           203 drivers/regulator/ltc3676.c 		.uV_step = (dvba_reg) ? 12500 : 0,             \
uV_step           144 drivers/regulator/max14577-regulator.c 	.uV_step	= MAX77836_REGULATOR_LDO_VOLTAGE_STEP, \
uV_step           263 drivers/regulator/max1586.c 			max1586_reg[id].uV_step =
uV_step           681 drivers/regulator/max77620-regulator.c 			.uV_step = _step_uV,				\
uV_step           713 drivers/regulator/max77620-regulator.c 			.uV_step = _step_uV,				\
uV_step           157 drivers/regulator/max77650-regulator.c 		.uV_step		= 12500,
uV_step           183 drivers/regulator/max77650-regulator.c 		.uV_step		= 25000,
uV_step           213 drivers/regulator/max77650-regulator.c 		.uV_step		= 12500,
uV_step           276 drivers/regulator/max77650-regulator.c 		.uV_step		= 50000,
uV_step           306 drivers/regulator/max77650-regulator.c 		.uV_step		= 50000,
uV_step           346 drivers/regulator/max77686-regulator.c 	.uV_step	= MAX77686_LDO_UVSTEP,				\
uV_step           364 drivers/regulator/max77686-regulator.c 	.uV_step	= MAX77686_LDO_UVSTEP,				\
uV_step           382 drivers/regulator/max77686-regulator.c 	.uV_step	= MAX77686_LDO_LOW_UVSTEP,			\
uV_step           400 drivers/regulator/max77686-regulator.c 	.uV_step	= MAX77686_LDO_LOW_UVSTEP,			\
uV_step           419 drivers/regulator/max77686-regulator.c 	.uV_step	= MAX77686_BUCK_UVSTEP,				\
uV_step           437 drivers/regulator/max77686-regulator.c 	.uV_step	= MAX77686_BUCK_UVSTEP,				\
uV_step           455 drivers/regulator/max77686-regulator.c 	.uV_step	= MAX77686_DVS_UVSTEP,				\
uV_step           363 drivers/regulator/max77802-regulator.c 	.uV_step	= 50000,					\
uV_step           384 drivers/regulator/max77802-regulator.c 	.uV_step	= 25000,					\
uV_step           405 drivers/regulator/max77802-regulator.c 	.uV_step	= 6250,						\
uV_step           426 drivers/regulator/max77802-regulator.c 	.uV_step	= 6250,						\
uV_step           448 drivers/regulator/max77802-regulator.c 	.uV_step	= 50000,					\
uV_step           469 drivers/regulator/max77802-regulator.c 	.uV_step	= 50000,					\
uV_step           137 drivers/regulator/max8649.c 	.uV_step	= MAX8649_DCDC_STEP,
uV_step           261 drivers/regulator/max8660.c 		.uV_step = MAX8660_DCDC_STEP,
uV_step           271 drivers/regulator/max8660.c 		.uV_step = MAX8660_DCDC_STEP,
uV_step           281 drivers/regulator/max8660.c 		.uV_step = MAX8660_LDO5_STEP,
uV_step           291 drivers/regulator/max8660.c 		.uV_step = MAX8660_LDO67_STEP,
uV_step           301 drivers/regulator/max8660.c 		.uV_step = MAX8660_LDO67_STEP,
uV_step            56 drivers/regulator/max8907-regulator.c 		.uV_step = (step), \
uV_step            99 drivers/regulator/max8907-regulator.c 		.uV_step = (step), \
uV_step           306 drivers/regulator/max8907-regulator.c 		pmic->desc[MAX8907_SD1].uV_step = 12500;
uV_step           167 drivers/regulator/max8925-regulator.c 		.uV_step = step * 1000,				\
uV_step           185 drivers/regulator/max8925-regulator.c 		.uV_step = step * 1000,				\
uV_step           695 drivers/regulator/max8973-regulator.c 	max->desc.uV_step = MAX8973_VOLATGE_STEP;
uV_step           354 drivers/regulator/max8998.c 	difference = (new_selector - old_selector) * rdev->desc->uV_step / 1000;
uV_step           394 drivers/regulator/max8998.c 		.uV_step = (_step), \
uV_step           629 drivers/regulator/max8998.c 			       regulators[index].uV_step * i
uV_step           659 drivers/regulator/max8998.c 			       regulators[index].uV_step * i
uV_step            59 drivers/regulator/mt6311-regulator.c 	.uV_step = MT6311_STEP_UV,\
uV_step           927 drivers/regulator/palmas-regulator.c 			desc->uV_step = 50000;
uV_step           942 drivers/regulator/palmas-regulator.c 				desc->uV_step = 25000;
uV_step          1045 drivers/regulator/palmas-regulator.c 			desc->uV_step = 50000;
uV_step          1216 drivers/regulator/palmas-regulator.c 			desc->uV_step = 1250000;
uV_step            29 drivers/regulator/pcf50633-regulator.c 		.uV_step = _uV_step,				\
uV_step           237 drivers/regulator/pfuze100-regulator.c 			.uV_step = (step),	\
uV_step           275 drivers/regulator/pfuze100-regulator.c 			.uV_step = (step),	\
uV_step           311 drivers/regulator/pfuze100-regulator.c 		.uV_step = (step),	\
uV_step           331 drivers/regulator/pfuze100-regulator.c 		.uV_step = (step),	\
uV_step           348 drivers/regulator/pfuze100-regulator.c 		.uV_step = (step),	\
uV_step           805 drivers/regulator/pfuze100-regulator.c 					desc->uV_step = 50000;
uV_step           156 drivers/regulator/pv88060-regulator.c 		.uV_step = step,\
uV_step           181 drivers/regulator/pv88060-regulator.c 		.uV_step = step, \
uV_step            54 drivers/regulator/pv88080-regulator.c 	int uV_step;
uV_step           102 drivers/regulator/pv88080-regulator.c 		.uV_step = 6250,
uV_step           107 drivers/regulator/pv88080-regulator.c 		.uV_step = 6250,
uV_step           293 drivers/regulator/pv88080-regulator.c 		.uV_step = step, \
uV_step           311 drivers/regulator/pv88080-regulator.c 		.uV_step = step, \
uV_step           514 drivers/regulator/pv88080-regulator.c 		pv88080_regulator_info[i].desc.uV_step =
uV_step           515 drivers/regulator/pv88080-regulator.c 			pv88080_buck_vol[conf2].uV_step * (conf5+1);
uV_step           519 drivers/regulator/pv88080-regulator.c 			/(pv88080_regulator_info[i].desc.uV_step) + 1;
uV_step            48 drivers/regulator/pv88090-regulator.c 	int uV_step;
uV_step            75 drivers/regulator/pv88090-regulator.c 		.uV_step = 6250,
uV_step            81 drivers/regulator/pv88090-regulator.c 		.uV_step = 6250,
uV_step            86 drivers/regulator/pv88090-regulator.c 		.uV_step = 12500,
uV_step           172 drivers/regulator/pv88090-regulator.c 		.uV_step = step, \
uV_step           198 drivers/regulator/pv88090-regulator.c 		.uV_step = step, \
uV_step           369 drivers/regulator/pv88090-regulator.c 			pv88090_regulator_info[i].desc.uV_step
uV_step           370 drivers/regulator/pv88090-regulator.c 				= pv88090_buck_vol[index].uV_step;
uV_step           374 drivers/regulator/pv88090-regulator.c 				/(pv88090_buck_vol[index].uV_step) + 1;
uV_step          2051 drivers/regulator/qcom_spmi-regulator.c 			vreg->desc.uV_step = range->step_uV;
uV_step            78 drivers/regulator/rc5t583-regulator.c 		.uV_step = _step_uV,				\
uV_step            81 drivers/regulator/rk808-regulator.c 		.uV_step	= (_step) * 1000,			\
uV_step           105 drivers/regulator/rk808-regulator.c 		.uV_step	= (_step) * 1000,			\
uV_step           826 drivers/regulator/rk808-regulator.c 		.uV_step = 12500,
uV_step           842 drivers/regulator/rk808-regulator.c 		.uV_step = 12500,
uV_step          1185 drivers/regulator/rk808-regulator.c 		.uV_step = 12500,
uV_step          1201 drivers/regulator/rk808-regulator.c 		.uV_step = 12500,
uV_step            36 drivers/regulator/rn5t618-regulator.c 		.uV_step	= (step),				\
uV_step            44 drivers/regulator/rt5033-regulator.c 		.uV_step	= RT5033_REGULATOR_BUCK_VOLTAGE_STEP,
uV_step            60 drivers/regulator/rt5033-regulator.c 		.uV_step	= RT5033_REGULATOR_LDO_VOLTAGE_STEP,
uV_step            84 drivers/regulator/s2mpa01.c 	old_volt = rdev->desc->min_uV + (rdev->desc->uV_step * old_selector);
uV_step            85 drivers/regulator/s2mpa01.c 	new_volt = rdev->desc->min_uV + (rdev->desc->uV_step * new_selector);
uV_step           239 drivers/regulator/s2mpa01.c 	.uV_step	= step,				\
uV_step           256 drivers/regulator/s2mpa01.c 	.uV_step	= STEP_6_25_MV,				\
uV_step           274 drivers/regulator/s2mpa01.c 	.uV_step	= STEP_6_25_MV,				\
uV_step           292 drivers/regulator/s2mpa01.c 	.uV_step	= step,					\
uV_step           104 drivers/regulator/s2mps11.c 	old_volt = rdev->desc->min_uV + (rdev->desc->uV_step * old_selector);
uV_step           105 drivers/regulator/s2mps11.c 	new_volt = rdev->desc->min_uV + (rdev->desc->uV_step * new_selector);
uV_step           365 drivers/regulator/s2mps11.c 	.uV_step	= step,				\
uV_step           380 drivers/regulator/s2mps11.c 	.uV_step	= STEP_6_25_MV,				\
uV_step           397 drivers/regulator/s2mps11.c 	.uV_step	= STEP_6_25_MV,				\
uV_step           414 drivers/regulator/s2mps11.c 	.uV_step	= step,					\
uV_step           431 drivers/regulator/s2mps11.c 	.uV_step	= STEP_25_MV,				\
uV_step           504 drivers/regulator/s2mps11.c 	.uV_step	= step,					\
uV_step           520 drivers/regulator/s2mps11.c 	.uV_step	= step,					\
uV_step           537 drivers/regulator/s2mps11.c 	.uV_step	= step,					\
uV_step           554 drivers/regulator/s2mps11.c 	.uV_step	= step,					\
uV_step           636 drivers/regulator/s2mps11.c 	.uV_step	= step,				\
uV_step           651 drivers/regulator/s2mps11.c 	.uV_step	= step,					\
uV_step           949 drivers/regulator/s2mps11.c 	.uV_step	= S2MPU02_LDO_STEP_12_5MV,	\
uV_step           964 drivers/regulator/s2mps11.c 	.uV_step	= S2MPU02_LDO_STEP_25MV,	\
uV_step           979 drivers/regulator/s2mps11.c 	.uV_step	= S2MPU02_LDO_STEP_12_5MV,	\
uV_step           994 drivers/regulator/s2mps11.c 	.uV_step	= S2MPU02_LDO_STEP_25MV,	\
uV_step          1009 drivers/regulator/s2mps11.c 	.uV_step	= S2MPU02_LDO_STEP_50MV,	\
uV_step          1025 drivers/regulator/s2mps11.c 	.uV_step	= S2MPU02_BUCK1234_STEP_6_25MV,		\
uV_step          1041 drivers/regulator/s2mps11.c 	.uV_step	= S2MPU02_BUCK5_STEP_6_25MV,		\
uV_step          1057 drivers/regulator/s2mps11.c 	.uV_step	= S2MPU02_BUCK6_STEP_2_50MV,		\
uV_step          1073 drivers/regulator/s2mps11.c 	.uV_step	= S2MPU02_BUCK7_STEP_6_25MV,		\
uV_step           344 drivers/regulator/s5m8767.c 		return DIV_ROUND_UP(rdev->desc->uV_step * (new_sel - old_sel),
uV_step           932 drivers/regulator/s5m8767.c 			regulators[id].uV_step = desc->step;
uV_step           140 drivers/regulator/sc2731-regulator.c 	.uV_step		= vstep,			\
uV_step           227 drivers/regulator/slg51000-regulator.c 		.uV_step = _step,                                  \
uV_step           296 drivers/regulator/slg51000-regulator.c 						   * rdesc->uV_step);
uV_step           300 drivers/regulator/slg51000-regulator.c 						   * rdesc->uV_step);
uV_step           321 drivers/regulator/slg51000-regulator.c 				rdesc->uV_step = 0;
uV_step           331 drivers/regulator/slg51000-regulator.c 					+ (vsel_range[0] * rdesc->uV_step);
uV_step            50 drivers/regulator/sy8106a-regulator.c 	.uV_step = (SY8106A_STEP_MV * 1000),
uV_step           101 drivers/regulator/sy8824x.c 	rdesc->uV_step = cfg->vsel_step;
uV_step           291 drivers/regulator/tps51632-regulator.c 	tps->desc.uV_step = TPS51632_VOLTAGE_STEP_10mV;
uV_step           364 drivers/regulator/tps62360-regulator.c 	tps->desc.uV_step = 10000;
uV_step           184 drivers/regulator/tps65132-regulator.c 		.uV_step = TPS65132_VOUT_STEP,		\
uV_step           143 drivers/regulator/tps6586x-regulator.c 		.uV_step = uv_step,					\
uV_step           443 drivers/regulator/tps80031-regulator.c 		.uV_step = 100000,				\
uV_step           628 drivers/regulator/tps80031-regulator.c 			ri->rinfo->desc.uV_step = 12500;
uV_step           642 drivers/regulator/tps80031-regulator.c 		ri->rinfo->desc.uV_step = 12660;
uV_step           646 drivers/regulator/tps80031-regulator.c 		ri->rinfo->desc.uV_step = 12500;
uV_step           650 drivers/regulator/tps80031-regulator.c 		ri->rinfo->desc.uV_step = 38600;
uV_step           654 drivers/regulator/tps80031-regulator.c 		ri->rinfo->desc.uV_step = 38600;
uV_step           599 drivers/regulator/wm831x-dcdc.c 	dcdc->desc.uV_step = 25000;
uV_step           620 drivers/regulator/wm831x-ldo.c 	ldo->desc.uV_step = 50000;
uV_step           930 drivers/regulator/wm8350-regulator.c 		.uV_step = 25000,
uV_step           955 drivers/regulator/wm8350-regulator.c 		.uV_step = 25000,
uV_step           970 drivers/regulator/wm8350-regulator.c 		.uV_step = 25000,
uV_step           995 drivers/regulator/wm8350-regulator.c 		.uV_step = 25000,
uV_step           182 drivers/regulator/wm8400-regulator.c 		.uV_step = 25000,
uV_step           196 drivers/regulator/wm8400-regulator.c 		.uV_step = 25000,
uV_step            83 drivers/regulator/wm8994-regulator.c 		.uV_step = 100000,
uV_step            57 include/linux/regulator/driver.h 	unsigned int uV_step;
uV_step            66 include/linux/regulator/driver.h 	.uV_step	= _step_uV,					\
uV_step           345 include/linux/regulator/driver.h 	unsigned int uV_step;