temp_max         6503 drivers/gpu/drm/amd/amdgpu/si_dpm.c 	fan_table.temp_max = cpu_to_be16((50 + adev->pm.dpm.fan.t_max) / 100);
temp_max          255 drivers/gpu/drm/amd/amdgpu/sislands_smc.h 	int16_t  temp_max;
temp_max         6068 drivers/gpu/drm/radeon/si_dpm.c 	fan_table.temp_max = cpu_to_be16((50 + rdev->pm.dpm.fan.t_max) / 100);
temp_max          255 drivers/gpu/drm/radeon/sislands_smc.h 	int16_t  temp_max;
temp_max           79 drivers/hwmon/adm1021.c 	int temp_max[2];		/* Register values */
temp_max          108 drivers/hwmon/adm1021.c 			data->temp_max[i] = 1000 *
temp_max          126 drivers/hwmon/adm1021.c 			data->temp_max[1] += 125 * (i2c_smbus_read_byte_data(
temp_max          161 drivers/hwmon/adm1021.c 	return sprintf(buf, "%d\n", data->temp_max[index]);
temp_max          206 drivers/hwmon/adm1021.c 	data->temp_max[index] = reg_val * 1000;
temp_max          278 drivers/hwmon/adm1021.c static SENSOR_DEVICE_ATTR_RW(temp1_max, temp_max, 0);
temp_max          281 drivers/hwmon/adm1021.c static SENSOR_DEVICE_ATTR_RW(temp2_max, temp_max, 1);
temp_max          108 drivers/hwmon/adm1025.c 	s8 temp_max[2];		/* register value */
temp_max          138 drivers/hwmon/adm1025.c 			data->temp_max[i] = i2c_smbus_read_byte_data(client,
temp_max          211 drivers/hwmon/adm1025.c 	return sprintf(buf, "%d\n", TEMP_FROM_REG(data->temp_max[index]));
temp_max          312 drivers/hwmon/adm1025.c 	data->temp_max[index] = TEMP_TO_REG(val);
temp_max          314 drivers/hwmon/adm1025.c 				  data->temp_max[index]);
temp_max          321 drivers/hwmon/adm1025.c static SENSOR_DEVICE_ATTR_RW(temp1_max, temp_max, 0);
temp_max          324 drivers/hwmon/adm1025.c static SENSOR_DEVICE_ATTR_RW(temp2_max, temp_max, 1);
temp_max          271 drivers/hwmon/adm1026.c 	s8 temp_max[3];		/* Register value */
temp_max          406 drivers/hwmon/adm1026.c 			data->temp_max[i] = adm1026_read_value(client,
temp_max          835 drivers/hwmon/adm1026.c 	return sprintf(buf, "%d\n", TEMP_FROM_REG(data->temp_max[nr]));
temp_max          853 drivers/hwmon/adm1026.c 	data->temp_max[nr] = TEMP_TO_REG(val);
temp_max          855 drivers/hwmon/adm1026.c 		data->temp_max[nr]);
temp_max          862 drivers/hwmon/adm1026.c static SENSOR_DEVICE_ATTR_RW(temp1_max, temp_max, 0);
temp_max          865 drivers/hwmon/adm1026.c static SENSOR_DEVICE_ATTR_RW(temp2_max, temp_max, 1);
temp_max          868 drivers/hwmon/adm1026.c static SENSOR_DEVICE_ATTR_RW(temp3_max, temp_max, 2);
temp_max           92 drivers/hwmon/adm1031.c 	s8 temp_max[3];
temp_max          154 drivers/hwmon/adm1031.c 			data->temp_max[chan] =
temp_max          448 drivers/hwmon/adm1031.c 	data->temp_max[nr] = AUTO_TEMP_MAX_TO_REG(val, data->auto_temp[nr],
temp_max          451 drivers/hwmon/adm1031.c 			    data->temp_max[nr]);
temp_max          697 drivers/hwmon/adm1031.c 	return sprintf(buf, "%d\n", TEMP_FROM_REG(data->temp_max[nr]));
temp_max          766 drivers/hwmon/adm1031.c 	data->temp_max[nr] = TEMP_TO_REG(val);
temp_max          768 drivers/hwmon/adm1031.c 			    data->temp_max[nr]);
temp_max          798 drivers/hwmon/adm1031.c static SENSOR_DEVICE_ATTR_RW(temp1_max, temp_max, 0);
temp_max          803 drivers/hwmon/adm1031.c static SENSOR_DEVICE_ATTR_RW(temp2_max, temp_max, 1);
temp_max          808 drivers/hwmon/adm1031.c static SENSOR_DEVICE_ATTR_RW(temp3_max, temp_max, 2);
temp_max          138 drivers/hwmon/adm9240.c 	s8 temp_max[2];		/* rw	0 -> temp_max, 1 -> temp_max_hyst */
temp_max          226 drivers/hwmon/adm9240.c 		data->temp_max[0] = i2c_smbus_read_byte_data(client,
temp_max          228 drivers/hwmon/adm9240.c 		data->temp_max[1] = i2c_smbus_read_byte_data(client,
temp_max          264 drivers/hwmon/adm9240.c 	return sprintf(buf, "%d\n", data->temp_max[attr->index] * 1000);
temp_max          281 drivers/hwmon/adm9240.c 	data->temp_max[attr->index] = TEMP_TO_REG(val);
temp_max          283 drivers/hwmon/adm9240.c 			data->temp_max[attr->index]);
temp_max          203 drivers/hwmon/adt7462.c 	u8			temp_max[ADT7462_TEMP_COUNT];
temp_max          737 drivers/hwmon/adt7462.c 		data->temp_max[i] = i2c_smbus_read_byte_data(client,
temp_max          823 drivers/hwmon/adt7462.c 	return sprintf(buf, "%d\n", 1000 * (data->temp_max[attr->index] - 64));
temp_max          842 drivers/hwmon/adt7462.c 	data->temp_max[attr->index] = temp;
temp_max         1396 drivers/hwmon/adt7462.c static SENSOR_DEVICE_ATTR_RW(temp1_max, temp_max, 0);
temp_max         1397 drivers/hwmon/adt7462.c static SENSOR_DEVICE_ATTR_RW(temp2_max, temp_max, 1);
temp_max         1398 drivers/hwmon/adt7462.c static SENSOR_DEVICE_ATTR_RW(temp3_max, temp_max, 2);
temp_max         1399 drivers/hwmon/adt7462.c static SENSOR_DEVICE_ATTR_RW(temp4_max, temp_max, 3);
temp_max          152 drivers/hwmon/adt7470.c 	s8			temp_max[ADT7470_TEMP_COUNT];
temp_max          365 drivers/hwmon/adt7470.c 		data->temp_max[i] = i2c_smbus_read_byte_data(client,
temp_max          486 drivers/hwmon/adt7470.c 	return sprintf(buf, "%d\n", 1000 * data->temp_max[attr->index]);
temp_max          505 drivers/hwmon/adt7470.c 	data->temp_max[attr->index] = temp;
temp_max          983 drivers/hwmon/adt7470.c static SENSOR_DEVICE_ATTR_RW(temp1_max, temp_max, 0);
temp_max          984 drivers/hwmon/adt7470.c static SENSOR_DEVICE_ATTR_RW(temp2_max, temp_max, 1);
temp_max          985 drivers/hwmon/adt7470.c static SENSOR_DEVICE_ATTR_RW(temp3_max, temp_max, 2);
temp_max          986 drivers/hwmon/adt7470.c static SENSOR_DEVICE_ATTR_RW(temp4_max, temp_max, 3);
temp_max          987 drivers/hwmon/adt7470.c static SENSOR_DEVICE_ATTR_RW(temp5_max, temp_max, 4);
temp_max          988 drivers/hwmon/adt7470.c static SENSOR_DEVICE_ATTR_RW(temp6_max, temp_max, 5);
temp_max          989 drivers/hwmon/adt7470.c static SENSOR_DEVICE_ATTR_RW(temp7_max, temp_max, 6);
temp_max          990 drivers/hwmon/adt7470.c static SENSOR_DEVICE_ATTR_RW(temp8_max, temp_max, 7);
temp_max          991 drivers/hwmon/adt7470.c static SENSOR_DEVICE_ATTR_RW(temp9_max, temp_max, 8);
temp_max          992 drivers/hwmon/adt7470.c static SENSOR_DEVICE_ATTR_RW(temp10_max, temp_max, 9);
temp_max          196 drivers/hwmon/asb100.c 	u16 temp_max[4];	/* Register value (0 and 3 are u8 only) */
temp_max          427 drivers/hwmon/asb100.c show_temp_reg(temp_max);
temp_max          456 drivers/hwmon/asb100.c set_temp_reg(MAX, temp_max);
temp_max          974 drivers/hwmon/asb100.c 			data->temp_max[i-1] = asb100_read_value(client,
temp_max          222 drivers/hwmon/dme1737.c 	s8  temp_max[3];
temp_max          646 drivers/hwmon/dme1737.c 			data->temp_max[ix] = dme1737_read(data,
temp_max          895 drivers/hwmon/dme1737.c 		res = TEMP_FROM_REG(data->temp_max[ix], 8);
temp_max          937 drivers/hwmon/dme1737.c 		data->temp_max[ix] = TEMP_TO_REG(val);
temp_max          939 drivers/hwmon/dme1737.c 			      data->temp_max[ix]);
temp_max           65 drivers/hwmon/emc2103.c 	s8			temp_max[4];    /* no fractional part */
temp_max          151 drivers/hwmon/emc2103.c 				&data->temp_max[i]);
temp_max          198 drivers/hwmon/emc2103.c 	int millidegrees = data->temp_max[nr] * 1000;
temp_max          268 drivers/hwmon/emc2103.c 	data->temp_max[nr] = val;
temp_max          464 drivers/hwmon/emc2103.c static SENSOR_DEVICE_ATTR_RW(temp1_max, temp_max, 0);
temp_max          471 drivers/hwmon/emc2103.c static SENSOR_DEVICE_ATTR_RW(temp2_max, temp_max, 1);
temp_max          478 drivers/hwmon/emc2103.c static SENSOR_DEVICE_ATTR_RW(temp3_max, temp_max, 2);
temp_max          485 drivers/hwmon/emc2103.c static SENSOR_DEVICE_ATTR_RW(temp4_max, temp_max, 3);
temp_max          280 drivers/hwmon/fschmd.c 	u8 temp_max[11];	/* high temp limit, notice: undocumented! */
temp_max          354 drivers/hwmon/fschmd.c 	return sprintf(buf, "%d\n", TEMP_FROM_REG(data->temp_max[index]));
temp_max          375 drivers/hwmon/fschmd.c 	data->temp_max[index] = v;
temp_max          609 drivers/hwmon/fschmd.c 	SENSOR_ATTR_RW(temp1_max, temp_max, 0),
temp_max          613 drivers/hwmon/fschmd.c 	SENSOR_ATTR_RW(temp2_max, temp_max, 1),
temp_max          617 drivers/hwmon/fschmd.c 	SENSOR_ATTR_RW(temp3_max, temp_max, 2),
temp_max          621 drivers/hwmon/fschmd.c 	SENSOR_ATTR_RW(temp4_max, temp_max, 3),
temp_max          625 drivers/hwmon/fschmd.c 	SENSOR_ATTR_RW(temp5_max, temp_max, 4),
temp_max          629 drivers/hwmon/fschmd.c 	SENSOR_ATTR_RW(temp6_max, temp_max, 5),
temp_max          633 drivers/hwmon/fschmd.c 	SENSOR_ATTR_RW(temp7_max, temp_max, 6),
temp_max          637 drivers/hwmon/fschmd.c 	SENSOR_ATTR_RW(temp8_max, temp_max, 7),
temp_max          641 drivers/hwmon/fschmd.c 	SENSOR_ATTR_RW(temp9_max, temp_max, 8),
temp_max          645 drivers/hwmon/fschmd.c 	SENSOR_ATTR_RW(temp10_max, temp_max, 9),
temp_max          649 drivers/hwmon/fschmd.c 	SENSOR_ATTR_RW(temp11_max, temp_max, 10),
temp_max         1115 drivers/hwmon/fschmd.c 		data->temp_max[0] = 70 + 128;
temp_max         1116 drivers/hwmon/fschmd.c 		data->temp_max[1] = 50 + 128;
temp_max         1117 drivers/hwmon/fschmd.c 		data->temp_max[2] = 50 + 128;
temp_max         1317 drivers/hwmon/fschmd.c 				data->temp_max[i] = i2c_smbus_read_byte_data(
temp_max         1327 drivers/hwmon/fschmd.c 					data->temp_act[i] < data->temp_max[i])
temp_max          121 drivers/hwmon/gl518sm.c 	u8 temp_max;		/* Register values */
temp_max          187 drivers/hwmon/gl518sm.c 		data->temp_max =
temp_max          235 drivers/hwmon/gl518sm.c show(TEMP, temp_max1, temp_max);
temp_max          326 drivers/hwmon/gl518sm.c set(TEMP, temp_max1, temp_max, GL518_REG_TEMP_MAX);
temp_max           80 drivers/hwmon/gl520sm.c 	u8 temp_max[2];
temp_max          144 drivers/hwmon/gl520sm.c 		data->temp_max[0] = gl520_read_value(client,
temp_max          163 drivers/hwmon/gl520sm.c 			data->temp_max[1] = gl520_read_value(client,
temp_max          516 drivers/hwmon/gl520sm.c 	return sprintf(buf, "%d\n", TEMP_FROM_REG(data->temp_max[n]));
temp_max          543 drivers/hwmon/gl520sm.c 	data->temp_max[n] = TEMP_TO_REG(v);
temp_max          544 drivers/hwmon/gl520sm.c 	gl520_write_value(client, GL520_REG_TEMP_MAX[n], data->temp_max[n]);
temp_max          573 drivers/hwmon/gl520sm.c static SENSOR_DEVICE_ATTR_RW(temp1_max, temp_max, 0);
temp_max          574 drivers/hwmon/gl520sm.c static SENSOR_DEVICE_ATTR_RW(temp2_max, temp_max, 1);
temp_max          306 drivers/hwmon/lm85.c 	s8 temp_max[3];		/* Register value */
temp_max          504 drivers/hwmon/lm85.c 			data->temp_max[i] =
temp_max          521 drivers/hwmon/lm85.c 				data->temp_max[i] -= 64;
temp_max          981 drivers/hwmon/lm85.c 	return sprintf(buf, "%d\n", TEMP_FROM_REG(data->temp_max[nr]));
temp_max         1002 drivers/hwmon/lm85.c 	data->temp_max[nr] = TEMP_TO_REG(val);
temp_max         1003 drivers/hwmon/lm85.c 	lm85_write_value(client, LM85_REG_TEMP_MAX(nr), data->temp_max[nr]);
temp_max         1010 drivers/hwmon/lm85.c static SENSOR_DEVICE_ATTR_RW(temp1_max, temp_max, 0);
temp_max         1013 drivers/hwmon/lm85.c static SENSOR_DEVICE_ATTR_RW(temp2_max, temp_max, 1);
temp_max         1016 drivers/hwmon/lm85.c static SENSOR_DEVICE_ATTR_RW(temp3_max, temp_max, 2);
temp_max         1331 drivers/hwmon/lm93.c static SENSOR_DEVICE_ATTR_RW(temp1_max, temp_max, 0);
temp_max         1332 drivers/hwmon/lm93.c static SENSOR_DEVICE_ATTR_RW(temp2_max, temp_max, 1);
temp_max         1333 drivers/hwmon/lm93.c static SENSOR_DEVICE_ATTR_RW(temp3_max, temp_max, 2);
temp_max           65 drivers/hwmon/max1668.c 	s8 temp_max[5];
temp_max           98 drivers/hwmon/max1668.c 		data->temp_max[i] = (s8) val;
temp_max          151 drivers/hwmon/max1668.c 	return sprintf(buf, "%d\n", data->temp_max[index] * 1000);
temp_max          206 drivers/hwmon/max1668.c 	data->temp_max[index] = clamp_val(temp/1000, -128, 127);
temp_max          209 drivers/hwmon/max1668.c 					data->temp_max[index]);
temp_max          338 drivers/hwmon/max6639.c static SENSOR_DEVICE_ATTR_RW(temp1_max, temp_max, 0);
temp_max          339 drivers/hwmon/max6639.c static SENSOR_DEVICE_ATTR_RW(temp2_max, temp_max, 1);
temp_max          246 drivers/hwmon/max6642.c static SENSOR_DEVICE_ATTR_2_RW(temp1_max, temp_max, 0,
temp_max          248 drivers/hwmon/max6642.c static SENSOR_DEVICE_ATTR_2_RW(temp2_max, temp_max, 1,
temp_max          882 drivers/hwmon/nct6683.c SENSOR_TEMPLATE_2(temp_max, "temp%d_max", S_IRUGO, show_temp8, NULL, 0, 1);
temp_max         2481 drivers/hwmon/nct6775.c SENSOR_TEMPLATE_2(temp_max, "temp%d_max", S_IRUGO | S_IWUSR, show_temp,
temp_max          207 drivers/hwmon/pc87360.c 	s8 temp_max[3];		/* Register value */
temp_max          865 drivers/hwmon/pc87360.c 	return sprintf(buf, "%d\n", TEMP_FROM_REG(data->temp_max[attr->index]));
temp_max          920 drivers/hwmon/pc87360.c 	data->temp_max[attr->index] = TEMP_TO_REG(val);
temp_max          922 drivers/hwmon/pc87360.c 			    data->temp_max[attr->index]);
temp_max          963 drivers/hwmon/pc87360.c static struct sensor_device_attribute temp_max[] = {
temp_max          964 drivers/hwmon/pc87360.c 	SENSOR_ATTR_RW(temp1_max, temp_max, 0),
temp_max          965 drivers/hwmon/pc87360.c 	SENSOR_ATTR_RW(temp2_max, temp_max, 1),
temp_max          966 drivers/hwmon/pc87360.c 	SENSOR_ATTR_RW(temp3_max, temp_max, 2),
temp_max         1056 drivers/hwmon/pc87360.c 	&temp_max[X].dev_attr.attr,		\
temp_max         1661 drivers/hwmon/pc87360.c 				data->temp_max[i] = pc87360_read_value(data,
temp_max           66 drivers/hwmon/pc87427.c 	s8 temp_max[6];			/* register values */
temp_max          309 drivers/hwmon/pc87427.c 	data->temp_max[nr] = inb(iobase + PC87427_REG_TEMP_MAX);
temp_max          715 drivers/hwmon/pc87427.c 	return sprintf(buf, "%ld\n", temp_from_reg8(data->temp_max[nr]));
temp_max          793 drivers/hwmon/pc87427.c static SENSOR_DEVICE_ATTR_RO(temp1_max, temp_max, 0);
temp_max          794 drivers/hwmon/pc87427.c static SENSOR_DEVICE_ATTR_RO(temp2_max, temp_max, 1);
temp_max          795 drivers/hwmon/pc87427.c static SENSOR_DEVICE_ATTR_RO(temp3_max, temp_max, 2);
temp_max          796 drivers/hwmon/pc87427.c static SENSOR_DEVICE_ATTR_RO(temp4_max, temp_max, 3);
temp_max          797 drivers/hwmon/pc87427.c static SENSOR_DEVICE_ATTR_RO(temp5_max, temp_max, 4);
temp_max          798 drivers/hwmon/pc87427.c static SENSOR_DEVICE_ATTR_RO(temp6_max, temp_max, 5);
temp_max           99 drivers/hwmon/pmbus/ltc2978.c 	u16 temp_min[LTC2974_NUM_PAGES], temp_max[LTC2974_NUM_PAGES];
temp_max          255 drivers/hwmon/pmbus/ltc2978.c 				  &data->temp_max[page]);
temp_max          481 drivers/hwmon/pmbus/ltc2978.c 		data->temp_max[page] = 0x7c00;
temp_max          635 drivers/hwmon/pmbus/ltc2978.c 	for (i = 0; i < ARRAY_SIZE(data->temp_max); i++)
temp_max          636 drivers/hwmon/pmbus/ltc2978.c 		data->temp_max[i] = 0x7c00;
temp_max           71 drivers/hwmon/sch5627.c 	u8 temp_max[SCH5627_NO_TEMPS];
temp_max          156 drivers/hwmon/sch5627.c 		data->temp_max[i] = val;
temp_max          234 drivers/hwmon/sch5627.c 	val = reg_to_temp_limit(data->temp_max[attr->index]);
temp_max          333 drivers/hwmon/sch5627.c static SENSOR_DEVICE_ATTR_RO(temp1_max, temp_max, 0);
temp_max          334 drivers/hwmon/sch5627.c static SENSOR_DEVICE_ATTR_RO(temp2_max, temp_max, 1);
temp_max          335 drivers/hwmon/sch5627.c static SENSOR_DEVICE_ATTR_RO(temp3_max, temp_max, 2);
temp_max          336 drivers/hwmon/sch5627.c static SENSOR_DEVICE_ATTR_RO(temp4_max, temp_max, 3);
temp_max          337 drivers/hwmon/sch5627.c static SENSOR_DEVICE_ATTR_RO(temp5_max, temp_max, 4);
temp_max          338 drivers/hwmon/sch5627.c static SENSOR_DEVICE_ATTR_RO(temp6_max, temp_max, 5);
temp_max          339 drivers/hwmon/sch5627.c static SENSOR_DEVICE_ATTR_RO(temp7_max, temp_max, 6);
temp_max          340 drivers/hwmon/sch5627.c static SENSOR_DEVICE_ATTR_RO(temp8_max, temp_max, 7);
temp_max           96 drivers/hwmon/smsc47m192.c 	s8 temp_max[3];		/* Register value */
temp_max          129 drivers/hwmon/smsc47m192.c 			data->temp_max[i] = i2c_smbus_read_byte_data(client,
temp_max          290 drivers/hwmon/smsc47m192.c 	return sprintf(buf, "%d\n", TEMP_FROM_REG(data->temp_max[nr]));
temp_max          332 drivers/hwmon/smsc47m192.c 	data->temp_max[nr] = TEMP_TO_REG(val);
temp_max          334 drivers/hwmon/smsc47m192.c 						data->temp_max[nr]);
temp_max          388 drivers/hwmon/smsc47m192.c static SENSOR_DEVICE_ATTR_RW(temp1_max, temp_max, 0);
temp_max          392 drivers/hwmon/smsc47m192.c static SENSOR_DEVICE_ATTR_RW(temp2_max, temp_max, 1);
temp_max          396 drivers/hwmon/smsc47m192.c static SENSOR_DEVICE_ATTR_RW(temp3_max, temp_max, 2);
temp_max           69 drivers/hwmon/thmc50.c 	s8 temp_max[3];
temp_max           96 drivers/hwmon/thmc50.c 			data->temp_max[i] = i2c_smbus_read_byte_data(client,
temp_max          206 drivers/hwmon/thmc50.c 	return sprintf(buf, "%d\n", data->temp_max[nr] * 1000);
temp_max          224 drivers/hwmon/thmc50.c 	data->temp_max[nr] = clamp_val(val / 1000, -128, 127);
temp_max          226 drivers/hwmon/thmc50.c 				  data->temp_max[nr]);
temp_max          250 drivers/hwmon/thmc50.c static SENSOR_DEVICE_ATTR_RW(temp1_max, temp_max, 0);
temp_max          254 drivers/hwmon/thmc50.c static SENSOR_DEVICE_ATTR_RW(temp2_max, temp_max, 1);
temp_max          258 drivers/hwmon/thmc50.c static SENSOR_DEVICE_ATTR_RW(temp3_max, temp_max, 2);
temp_max          116 drivers/hwmon/vt1211.c 	u8  temp_max[7];
temp_max          276 drivers/hwmon/vt1211.c 				data->temp_max[ix] = vt1211_read8(data,
temp_max          429 drivers/hwmon/vt1211.c 		res = TEMP_FROM_REG(ix, data->temp_max[ix]);
temp_max          463 drivers/hwmon/vt1211.c 		data->temp_max[ix] = TEMP_TO_REG(ix, val);
temp_max          465 drivers/hwmon/vt1211.c 			      data->temp_max[ix]);
temp_max          155 drivers/hwmon/vt8231.c 	u8 temp_max[6];		/* Register value */
temp_max          352 drivers/hwmon/vt8231.c 	return sprintf(buf, "%d\n", data->temp_max[0] * 1000);
temp_max          375 drivers/hwmon/vt8231.c 	data->temp_max[0] = clamp_val((val + 500) / 1000, 0, 255);
temp_max          376 drivers/hwmon/vt8231.c 	vt8231_write_value(data, regtempmax[0], data->temp_max[0]);
temp_max          414 drivers/hwmon/vt8231.c 	return sprintf(buf, "%d\n", TEMP_MAXMIN_FROM_REG(data->temp_max[nr]));
temp_max          441 drivers/hwmon/vt8231.c 	data->temp_max[nr] = clamp_val(TEMP_MAXMIN_TO_REG(val), 0, 255);
temp_max          442 drivers/hwmon/vt8231.c 	vt8231_write_value(data, regtempmax[nr], data->temp_max[nr]);
temp_max          477 drivers/hwmon/vt8231.c static SENSOR_DEVICE_ATTR_RW(temp2_max, temp_max, 1);
temp_max          480 drivers/hwmon/vt8231.c static SENSOR_DEVICE_ATTR_RW(temp3_max, temp_max, 2);
temp_max          483 drivers/hwmon/vt8231.c static SENSOR_DEVICE_ATTR_RW(temp4_max, temp_max, 3);
temp_max          486 drivers/hwmon/vt8231.c static SENSOR_DEVICE_ATTR_RW(temp5_max, temp_max, 4);
temp_max          489 drivers/hwmon/vt8231.c static SENSOR_DEVICE_ATTR_RW(temp6_max, temp_max, 5);
temp_max          907 drivers/hwmon/vt8231.c 				data->temp_max[i] = vt8231_read_value(data,
temp_max          464 drivers/hwmon/w83627ehf.c 	s16 temp_max[9];
temp_max          893 drivers/hwmon/w83627ehf.c 				data->temp_max[i]
temp_max         1212 drivers/hwmon/w83627ehf.c show_temp_reg(reg_temp_over, temp_max);
temp_max         1235 drivers/hwmon/w83627ehf.c store_temp_reg(reg_temp_over, temp_max);
temp_max         2649 drivers/hwmon/w83627ehf.c 					     data->temp_max[i]);
temp_max          367 drivers/hwmon/w83627hf.c 	u16 temp_max[3];	/* Register value */
temp_max          437 drivers/hwmon/w83627hf.c 				     data->temp_max[i]);
temp_max          727 drivers/hwmon/w83627hf.c 	u16 tmp = data->temp_max[nr];
temp_max          760 drivers/hwmon/w83627hf.c 	data->temp_max[nr] = tmp;
temp_max          789 drivers/hwmon/w83627hf.c static SENSOR_DEVICE_ATTR_RW(temp1_max, temp_max, 0);
temp_max          792 drivers/hwmon/w83627hf.c static SENSOR_DEVICE_ATTR_RW(temp2_max, temp_max, 1);
temp_max          795 drivers/hwmon/w83627hf.c static SENSOR_DEVICE_ATTR_RW(temp3_max, temp_max, 2);
temp_max         1891 drivers/hwmon/w83627hf.c 			data->temp_max[i] = w83627hf_read_value(
temp_max          218 drivers/hwmon/w83781d.c 	s8 temp_max;		/* Register value */
temp_max          361 drivers/hwmon/w83781d.c show_temp_reg(temp_max);
temp_max         1491 drivers/hwmon/w83781d.c 		data->temp_max =
temp_max           78 drivers/net/ethernet/mellanox/mlxsw/core_hwmon.c 	int temp_max, index;
temp_max           89 drivers/net/ethernet/mellanox/mlxsw/core_hwmon.c 	mlxsw_reg_mtmp_unpack(mtmp_pl, NULL, &temp_max, NULL);
temp_max           90 drivers/net/ethernet/mellanox/mlxsw/core_hwmon.c 	return sprintf(buf, "%d\n", temp_max);
temp_max          142 drivers/platform/mips/cpu_hwmon.c 	int i, value, temp_max = 0;
temp_max          146 drivers/platform/mips/cpu_hwmon.c 		if (value > temp_max)
temp_max          147 drivers/platform/mips/cpu_hwmon.c 			temp_max = value;
temp_max          150 drivers/platform/mips/cpu_hwmon.c 	if (temp_max <= CPU_THERMAL_THRESHOLD)
temp_max          651 drivers/power/supply/charger-manager.c 	upper_limit = desc->temp_max;
temp_max         1458 drivers/power/supply/charger-manager.c 		if (!desc->temp_max)
temp_max         1459 drivers/power/supply/charger-manager.c 			desc->temp_max = CM_DEFAULT_CHARGE_TEMP_MAX;
temp_max         1531 drivers/power/supply/charger-manager.c 	of_property_read_u32(np, "cm-battery-hot", &desc->temp_max);
temp_max          214 drivers/power/supply/max17042_battery.c 	if (temp > chip->pdata->temp_max) {
temp_max          378 drivers/power/supply/max17042_battery.c 		val->intval = chip->pdata->temp_max;
temp_max          897 drivers/power/supply/max17042_battery.c 	if (of_property_read_s32(np, "maxim,over-heat-temp", &pdata->temp_max))
temp_max          898 drivers/power/supply/max17042_battery.c 		pdata->temp_max = INT_MAX;
temp_max          951 drivers/power/supply/max17042_battery.c 	pdata->temp_max = MAX17042_DEFAULT_TEMP_MAX;
temp_max          292 drivers/power/supply/power_supply_sysfs.c 	POWER_SUPPLY_ATTR(temp_max),
temp_max          212 drivers/thermal/imx_thermal.c 	int temp_max;
temp_max          543 drivers/thermal/imx_thermal.c 		data->temp_max = 95000;
temp_max          547 drivers/thermal/imx_thermal.c 		data->temp_max = 105000;
temp_max          551 drivers/thermal/imx_thermal.c 		data->temp_max = 105000;
temp_max          555 drivers/thermal/imx_thermal.c 		data->temp_max = 125000;
temp_max          563 drivers/thermal/imx_thermal.c 	data->temp_critical = data->temp_max - (1000 * 5);
temp_max          564 drivers/thermal/imx_thermal.c 	data->temp_passive = data->temp_max - (1000 * 10);
temp_max          821 drivers/thermal/imx_thermal.c 		 data->temp_max / 1000, data->temp_critical / 1000,
temp_max          194 include/linux/power/charger-manager.h 	int temp_max;
temp_max          215 include/linux/power/max17042_battery.h 	int         temp_max;	/* in tenths of degree Celsius */