stage_old         132 drivers/thermal/qcom/qcom-spmi-temp-alarm.c 	unsigned int stage, stage_new, stage_old;
stage_old         144 drivers/thermal/qcom/qcom-spmi-temp-alarm.c 		stage_old = chip->stage;
stage_old         147 drivers/thermal/qcom/qcom-spmi-temp-alarm.c 		stage_old = alarm_state_map[chip->stage];
stage_old         150 drivers/thermal/qcom/qcom-spmi-temp-alarm.c 	if (stage_new > stage_old) {
stage_old         155 drivers/thermal/qcom/qcom-spmi-temp-alarm.c 	} else if (stage_new < stage_old) {