last_temp         214 drivers/thermal/imx_thermal.c 	int last_temp;
last_temp         327 drivers/thermal/imx_thermal.c 	if (*temp != data->last_temp) {
last_temp         329 drivers/thermal/imx_thermal.c 		data->last_temp = *temp;
last_temp          91 drivers/thermal/qcom/tsens-common.c 	u32 last_temp = 0, valid, mask;
last_temp         109 drivers/thermal/qcom/tsens-common.c 	ret = regmap_field_read(priv->rf[temp_idx], &last_temp);
last_temp         115 drivers/thermal/qcom/tsens-common.c 		*temp = code_to_degc(last_temp, s) * 1000;
last_temp         120 drivers/thermal/qcom/tsens-common.c 		*temp = sign_extend32(last_temp, fls(mask) - 1) * 100;
last_temp         129 drivers/thermal/qcom/tsens-common.c 	int last_temp = 0, ret;
last_temp         131 drivers/thermal/qcom/tsens-common.c 	ret = regmap_field_read(priv->rf[LAST_TEMP_0 + s->hw_id], &last_temp);
last_temp         135 drivers/thermal/qcom/tsens-common.c 	*temp = code_to_degc(last_temp, s) * 1000;
last_temp         640 drivers/thermal/tegra/soctherm.c 	int trip_temp, temp, last_temp, ret;
last_temp         650 drivers/thermal/tegra/soctherm.c 	last_temp = READ_ONCE(tz->last_temperature);
last_temp         653 drivers/thermal/tegra/soctherm.c 		if (temp >= last_temp)