temp_crit_hyst   1706 drivers/hwmon/f71882fg.c 	int temp_crit_hyst;
temp_crit_hyst   1710 drivers/hwmon/f71882fg.c 		temp_crit_hyst = data->temp_hyst[nr / 2] >> 4;
temp_crit_hyst   1712 drivers/hwmon/f71882fg.c 		temp_crit_hyst = data->temp_hyst[nr / 2] & 0x0f;
temp_crit_hyst   1713 drivers/hwmon/f71882fg.c 	temp_crit_hyst = (data->temp_ovt[nr] - temp_crit_hyst) * 1000;
temp_crit_hyst   1716 drivers/hwmon/f71882fg.c 	return sprintf(buf, "%d\n", temp_crit_hyst);
temp_crit_hyst    149 drivers/hwmon/tmp401.c 	u8 temp_crit_hyst;
temp_crit_hyst    267 drivers/hwmon/tmp401.c 		data->temp_crit_hyst = val;
temp_crit_hyst    304 drivers/hwmon/tmp401.c 	temp -= data->temp_crit_hyst * 1000;
temp_crit_hyst    385 drivers/hwmon/tmp401.c 	data->temp_crit_hyst = reg;
temp_crit_hyst    465 drivers/hwmon/tmp401.c static SENSOR_DEVICE_ATTR_RW(temp1_crit_hyst, temp_crit_hyst, 0);
temp_crit_hyst    476 drivers/hwmon/tmp401.c static SENSOR_DEVICE_ATTR_RO(temp2_crit_hyst, temp_crit_hyst, 1);
temp_crit_hyst    546 drivers/hwmon/tmp401.c static SENSOR_DEVICE_ATTR_RO(temp3_crit_hyst, temp_crit_hyst, 2);