Home
last modified time | relevance | path

Searched refs:last_temp (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/thermal/qcom/
H A Dqcom-spmi-mbg-tm.c50 int last_temp; member
88 dev_dbg(chip->dev, "last_temp: %d\n", chip->last_temp); in mbg_tm_get_temp()
90 *temp = chip->last_temp; in mbg_tm_get_temp()
165 chip->last_temp = temp + MBG_TEMP_CONSTANT; in mbg_tm_set_trip_temp()
H A Dtsens.c829 int last_temp = 0, ret, trdy; in get_temp_common() local
842 ret = regmap_field_read(priv->rf[LAST_TEMP_0 + hw_id], &last_temp); in get_temp_common()
846 *temp = code_to_degc(last_temp, s) * 1000; in get_temp_common()
/linux/drivers/thermal/
H A Dimx_thermal.c211 int last_temp; member
294 if (*temp != data->last_temp) { in imx_get_temp()
296 data->last_temp = *temp; in imx_get_temp()