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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hwmon/
H A Dlm90.c234 static inline int temp_from_s8(s8 val) function
307 return temp_from_s8(val);
368 temp = temp_from_s8(data->temp8[attr->index]);
484 temp = temp_from_s8(data->temp8[attr->index]);
490 return sprintf(buf, "%d\n", temp - temp_from_s8(data->temp_hyst));
507 temp = temp_from_s8(data->temp8[2]);

Completed in 31 milliseconds