temp_ovt          277 drivers/hwmon/f71882fg.c 	u8	temp_ovt[4];
temp_ovt         1228 drivers/hwmon/f71882fg.c 			data->temp_ovt[nr] = f71882fg_read8(data,
temp_ovt         1676 drivers/hwmon/f71882fg.c 	return sprintf(buf, "%d\n", data->temp_ovt[nr] * 1000);
temp_ovt         1695 drivers/hwmon/f71882fg.c 	data->temp_ovt[nr] = val;
temp_ovt         1713 drivers/hwmon/f71882fg.c 	temp_crit_hyst = (data->temp_ovt[nr] - temp_crit_hyst) * 1000;