temp_max_hyst    1622 drivers/hwmon/f71882fg.c 	int temp_max_hyst;
temp_max_hyst    1626 drivers/hwmon/f71882fg.c 		temp_max_hyst = data->temp_hyst[nr / 2] >> 4;
temp_max_hyst    1628 drivers/hwmon/f71882fg.c 		temp_max_hyst = data->temp_hyst[nr / 2] & 0x0f;
temp_max_hyst    1629 drivers/hwmon/f71882fg.c 	temp_max_hyst = (data->temp_high[nr] - temp_max_hyst) * 1000;
temp_max_hyst    1632 drivers/hwmon/f71882fg.c 	return sprintf(buf, "%d\n", temp_max_hyst);
temp_max_hyst     111 drivers/hwmon/f75375s.c 	s8 temp_max_hyst[2];
temp_max_hyst     191 drivers/hwmon/f75375s.c 			data->temp_max_hyst[nr] =
temp_max_hyst     598 drivers/hwmon/f75375s.c 	return sprintf(buf, "%d\n", TEMP_FROM_REG(data->temp_max_hyst[nr]));
temp_max_hyst     637 drivers/hwmon/f75375s.c 	data->temp_max_hyst[nr] = val;
temp_max_hyst     639 drivers/hwmon/f75375s.c 		data->temp_max_hyst[nr]);
temp_max_hyst      81 drivers/hwmon/gl520sm.c 	u8 temp_max_hyst[2];
temp_max_hyst     146 drivers/hwmon/gl520sm.c 		data->temp_max_hyst[0] = gl520_read_value(client,
temp_max_hyst     165 drivers/hwmon/gl520sm.c 			data->temp_max_hyst[1] = gl520_read_value(client,
temp_max_hyst     525 drivers/hwmon/gl520sm.c 	return sprintf(buf, "%d\n", TEMP_FROM_REG(data->temp_max_hyst[n]));
temp_max_hyst     564 drivers/hwmon/gl520sm.c 	data->temp_max_hyst[n] = TEMP_TO_REG(v);
temp_max_hyst     566 drivers/hwmon/gl520sm.c 			  data->temp_max_hyst[n]);
temp_max_hyst     575 drivers/hwmon/gl520sm.c static SENSOR_DEVICE_ATTR_RW(temp1_max_hyst, temp_max_hyst, 0);
temp_max_hyst     576 drivers/hwmon/gl520sm.c static SENSOR_DEVICE_ATTR_RW(temp2_max_hyst, temp_max_hyst, 1);
temp_max_hyst     883 drivers/hwmon/nct6683.c SENSOR_TEMPLATE(temp_max_hyst, "temp%d_max_hyst", S_IRUGO, show_temp_hyst, NULL,
temp_max_hyst    2483 drivers/hwmon/nct6775.c SENSOR_TEMPLATE_2(temp_max_hyst, "temp%d_max_hyst", S_IRUGO | S_IWUSR,
temp_max_hyst     465 drivers/hwmon/w83627ehf.c 	s16 temp_max_hyst[9];
temp_max_hyst     897 drivers/hwmon/w83627ehf.c 				data->temp_max_hyst[i]
temp_max_hyst    1213 drivers/hwmon/w83627ehf.c show_temp_reg(reg_temp_hyst, temp_max_hyst);
temp_max_hyst    1236 drivers/hwmon/w83627ehf.c store_temp_reg(reg_temp_hyst, temp_max_hyst);
temp_max_hyst    2652 drivers/hwmon/w83627ehf.c 					     data->temp_max_hyst[i]);
temp_max_hyst     368 drivers/hwmon/w83627hf.c 	u16 temp_max_hyst[3];	/* Register value */
temp_max_hyst     439 drivers/hwmon/w83627hf.c 				     data->temp_max_hyst[i]);
temp_max_hyst     739 drivers/hwmon/w83627hf.c 	u16 tmp = data->temp_max_hyst[nr];
temp_max_hyst     782 drivers/hwmon/w83627hf.c 	data->temp_max_hyst[nr] = tmp;
temp_max_hyst     790 drivers/hwmon/w83627hf.c static SENSOR_DEVICE_ATTR_RW(temp1_max_hyst, temp_max_hyst, 0);
temp_max_hyst     793 drivers/hwmon/w83627hf.c static SENSOR_DEVICE_ATTR_RW(temp2_max_hyst, temp_max_hyst, 1);
temp_max_hyst     796 drivers/hwmon/w83627hf.c static SENSOR_DEVICE_ATTR_RW(temp3_max_hyst, temp_max_hyst, 2);
temp_max_hyst    1893 drivers/hwmon/w83627hf.c 			data->temp_max_hyst[i] = w83627hf_read_value(
temp_max_hyst     219 drivers/hwmon/w83781d.c 	s8 temp_max_hyst;	/* Register value */
temp_max_hyst     362 drivers/hwmon/w83781d.c show_temp_reg(temp_max_hyst);
temp_max_hyst    1493 drivers/hwmon/w83781d.c 		data->temp_max_hyst =