max_hyst          101 drivers/hwmon/abx500.c 			} else if (temp < data->max[i] - data->max_hyst[i]) {
max_hyst          210 drivers/hwmon/abx500.c 	data->max_hyst[attr->index] = val;
max_hyst          242 drivers/hwmon/abx500.c 	return sprintf(buf, "%lu\n", data->max_hyst[attr->index]);
max_hyst          283 drivers/hwmon/abx500.c static SENSOR_DEVICE_ATTR_RW(temp1_max_hyst, max_hyst, 0);
max_hyst          292 drivers/hwmon/abx500.c static SENSOR_DEVICE_ATTR_RW(temp2_max_hyst, max_hyst, 1);
max_hyst          301 drivers/hwmon/abx500.c static SENSOR_DEVICE_ATTR_RW(temp3_max_hyst, max_hyst, 2);
max_hyst          310 drivers/hwmon/abx500.c static SENSOR_DEVICE_ATTR_RW(temp4_max_hyst, max_hyst, 3);
max_hyst           57 drivers/hwmon/abx500.h 	unsigned long max_hyst[NUM_SENSORS];
max_hyst          391 drivers/hwmon/w83781d.c store_temp_reg(HYST, max_hyst);