Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/hwmon/
Dlm90.c640 static inline int temp_from_s8(s8 val) in temp_from_s8() function
713 return temp_from_s8(val); in temp_from_u8_adt7461()
774 temp = temp_from_s8(data->temp8[attr->index]); in show_temp8()
915 temp = temp_from_s8(data->temp8[attr->index]); in show_temphyst()
921 return sprintf(buf, "%d\n", temp - temp_from_s8(data->temp_hyst)); in show_temphyst()
943 temp = temp_from_s8(data->temp8[LOCAL_CRIT]); in set_temphyst()