Searched refs:temp_ovt (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 Df71882fg.c147 u8 temp_ovt[4]; member in struct:f71882fg_data
388 Note on the f8000 temp_ovt (crit) is used as max, and temp_high (max)
963 data->temp_ovt[nr] = f71882fg_read8(data,
1403 return sprintf(buf, "%d\n", data->temp_ovt[nr] * 1000);
1422 data->temp_ovt[nr] = val;
1440 temp_crit_hyst = (data->temp_ovt[nr] - temp_crit_hyst) * 1000;

Completed in 51 milliseconds