min_sel           157 drivers/regulator/helpers.c 				     rdev->desc->linear_ranges[i].min_sel) + 1;
min_sel           183 drivers/regulator/helpers.c 				     rdev->desc->linear_ranges[i].min_sel) + 1;
min_sel           193 drivers/regulator/helpers.c 	sel += rdev->desc->linear_ranges[i].min_sel;
min_sel           422 drivers/regulator/helpers.c 			(range->max_sel - range->min_sel) * range->uV_step;
min_sel           440 drivers/regulator/helpers.c 		ret += range->min_sel;
min_sel           486 drivers/regulator/helpers.c 			(range->max_sel - range->min_sel) * range->uV_step;
min_sel           489 drivers/regulator/helpers.c 			selector += (range->max_sel - range->min_sel + 1);
min_sel           516 drivers/regulator/helpers.c 			selector += (range->max_sel - range->min_sel + 1);
min_sel           578 drivers/regulator/helpers.c 		sels_in_range = range->max_sel - range->min_sel;
min_sel           618 drivers/regulator/helpers.c 		if (!(selector >= range->min_sel &&
min_sel           622 drivers/regulator/helpers.c 		selector -= range->min_sel;
min_sel            42 drivers/regulator/max77693-regulator.c 	unsigned int min_sel;
min_sel            71 drivers/regulator/max77693-regulator.c 	if (sel <= reg_data->min_sel)
min_sel            74 drivers/regulator/max77693-regulator.c 		sel -= reg_data->min_sel;
min_sel            97 drivers/regulator/max77693-regulator.c 	sel += reg_data->min_sel;
min_sel           185 drivers/regulator/max77693-regulator.c 	.min_sel	= 3,
min_sel           225 drivers/regulator/max77693-regulator.c 	.min_sel	= 2,
min_sel           407 drivers/regulator/s2mps11.c #define regulator_desc_s2mps11_buck67810(num, min, step, min_sel, voltages) {	\
min_sel           415 drivers/regulator/s2mps11.c 	.linear_min_sel	= min_sel,				\
min_sel           497 drivers/regulator/s2mps11.c #define regulator_desc_s2mps13_ldo(num, min, step, min_sel) {	\
min_sel           505 drivers/regulator/s2mps11.c 	.linear_min_sel	= min_sel,				\
min_sel           513 drivers/regulator/s2mps11.c #define regulator_desc_s2mps13_buck(num, min, step, min_sel) {	\
min_sel           521 drivers/regulator/s2mps11.c 	.linear_min_sel	= min_sel,				\
min_sel           530 drivers/regulator/s2mps11.c #define regulator_desc_s2mps13_buck7(num, min, step, min_sel) {	\
min_sel           538 drivers/regulator/s2mps11.c 	.linear_min_sel	= min_sel,				\
min_sel           547 drivers/regulator/s2mps11.c #define regulator_desc_s2mps13_buck8_10(num, min, step, min_sel) {	\
min_sel           555 drivers/regulator/s2mps11.c 	.linear_min_sel	= min_sel,				\
min_sel           644 drivers/regulator/s2mps11.c #define regulator_desc_s2mps14_buck(num, min, step, min_sel) {	\
min_sel           653 drivers/regulator/s2mps11.c 	.linear_min_sel = min_sel,				\
min_sel            55 include/linux/regulator/driver.h 	unsigned int min_sel;
min_sel            64 include/linux/regulator/driver.h 	.min_sel	= _min_sel,					\