Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thermal/
H A Dimx_thermal.c210 int last_temp; member
293 if (*temp != data->last_temp) { in imx_get_temp()
295 data->last_temp = *temp; in imx_get_temp()
/openbmc/linux/drivers/thermal/qcom/
H A Dtsens.c785 int last_temp = 0, ret, trdy; in get_temp_common() local
798 ret = regmap_field_read(priv->rf[LAST_TEMP_0 + hw_id], &last_temp); in get_temp_common()
802 *temp = code_to_degc(last_temp, s) * 1000; in get_temp_common()