vout_reg          146 drivers/regulator/max8973-regulator.c 		int req_vsel, int *vout_reg, int *gpio_val)
vout_reg          168 drivers/regulator/max8973-regulator.c 	*vout_reg = MAX8973_VOUT + new_vout_reg;
vout_reg          193 drivers/regulator/max8973-regulator.c 	int vout_reg = max->curr_vout_reg;
vout_reg          202 drivers/regulator/max8973-regulator.c 					&vout_reg, &gpio_val);
vout_reg          205 drivers/regulator/max8973-regulator.c 		ret = regmap_update_bits(max->regmap, vout_reg,
vout_reg          209 drivers/regulator/max8973-regulator.c 				 vout_reg, ret);
vout_reg          212 drivers/regulator/max8973-regulator.c 		max->curr_vout_reg = vout_reg;