curr_vout_reg     121 drivers/regulator/max8973-regulator.c 	int curr_vout_reg;
curr_vout_reg     178 drivers/regulator/max8973-regulator.c 	ret = regmap_read(max->regmap, max->curr_vout_reg, &data);
curr_vout_reg     181 drivers/regulator/max8973-regulator.c 			max->curr_vout_reg, ret);
curr_vout_reg     193 drivers/regulator/max8973-regulator.c 	int vout_reg = max->curr_vout_reg;
curr_vout_reg     212 drivers/regulator/max8973-regulator.c 		max->curr_vout_reg = vout_reg;
curr_vout_reg     701 drivers/regulator/max8973-regulator.c 	max->curr_vout_reg = MAX8973_VOUT + pdata->dvs_def_state;
curr_vout_reg     704 drivers/regulator/max8973-regulator.c 	max->lru_index[0] = max->curr_vout_reg;
curr_vout_reg     727 drivers/regulator/max8973-regulator.c 		max->lru_index[0] = max->curr_vout_reg;
curr_vout_reg     728 drivers/regulator/max8973-regulator.c 		max->lru_index[max->curr_vout_reg] = 0;
curr_vout_reg     736 drivers/regulator/max8973-regulator.c 		max->desc.vsel_reg = max->curr_vout_reg;