prochot_max       259 drivers/hwmon/lm93.c 	u8 prochot_max[2];
prochot_max       951 drivers/hwmon/lm93.c 		data->prochot_max[i] = lm93_read_byte(client,
prochot_max      2136 drivers/hwmon/lm93.c 	return sprintf(buf, "%d\n", data->prochot_max[nr]);
prochot_max      2154 drivers/hwmon/lm93.c 	data->prochot_max[nr] = LM93_PROCHOT_TO_REG(val);
prochot_max      2156 drivers/hwmon/lm93.c 			data->prochot_max[nr]);
prochot_max      2161 drivers/hwmon/lm93.c static SENSOR_DEVICE_ATTR_RW(prochot1_max, prochot_max, 0);
prochot_max      2162 drivers/hwmon/lm93.c static SENSOR_DEVICE_ATTR_RW(prochot2_max, prochot_max, 1);