lru_index         119 drivers/regulator/max8973-regulator.c 	int lru_index[MAX8973_MAX_VOUT_REG];
lru_index         150 drivers/regulator/max8973-regulator.c 	int new_vout_reg = tps->lru_index[MAX8973_MAX_VOUT_REG - 1];
lru_index         154 drivers/regulator/max8973-regulator.c 		if (tps->curr_vout_val[tps->lru_index[i]] == req_vsel) {
lru_index         155 drivers/regulator/max8973-regulator.c 			new_vout_reg = tps->lru_index[i];
lru_index         164 drivers/regulator/max8973-regulator.c 		tps->lru_index[i] = tps->lru_index[i - 1];
lru_index         166 drivers/regulator/max8973-regulator.c 	tps->lru_index[0] = new_vout_reg;
lru_index         704 drivers/regulator/max8973-regulator.c 	max->lru_index[0] = max->curr_vout_reg;
lru_index         726 drivers/regulator/max8973-regulator.c 			max->lru_index[i] = i;
lru_index         727 drivers/regulator/max8973-regulator.c 		max->lru_index[0] = max->curr_vout_reg;
lru_index         728 drivers/regulator/max8973-regulator.c 		max->lru_index[max->curr_vout_reg] = 0;
lru_index          74 drivers/regulator/tps62360-regulator.c 	int lru_index[4];
lru_index         100 drivers/regulator/tps62360-regulator.c 	int new_vset_reg = tps->lru_index[3];
lru_index         104 drivers/regulator/tps62360-regulator.c 		if (tps->curr_vset_vsel[tps->lru_index[i]] == req_vsel) {
lru_index         105 drivers/regulator/tps62360-regulator.c 			new_vset_reg = tps->lru_index[i];
lru_index         114 drivers/regulator/tps62360-regulator.c 		tps->lru_index[i] = tps->lru_index[i - 1];
lru_index         116 drivers/regulator/tps62360-regulator.c 	tps->lru_index[0] = new_vset_reg;
lru_index         426 drivers/regulator/tps62360-regulator.c 	tps->lru_index[0] = tps->curr_vset_id;
lru_index         459 drivers/regulator/tps62360-regulator.c 			tps->lru_index[i] = i;
lru_index         460 drivers/regulator/tps62360-regulator.c 		tps->lru_index[0] = tps->curr_vset_id;
lru_index         461 drivers/regulator/tps62360-regulator.c 		tps->lru_index[tps->curr_vset_id] = 0;