_min_sel           22 drivers/regulator/pcf50633-regulator.c #define PCF50633_REGULATOR(_name, _id, _min_uV, _uV_step, _min_sel, _n) \
_min_sel           30 drivers/regulator/pcf50633-regulator.c 		.linear_min_sel = _min_sel,			\
_min_sel           61 include/linux/regulator/driver.h #define REGULATOR_LINEAR_RANGE(_min_uV, _min_sel, _max_sel, _step_uV)	\
_min_sel           64 include/linux/regulator/driver.h 	.min_sel	= _min_sel,					\