temp_high         184 drivers/hwmon/f71805f.c 	u8 temp_high[3];
temp_high         359 drivers/hwmon/f71805f.c 			data->temp_high[nr] = f71805f_read8(data,
temp_high         876 drivers/hwmon/f71805f.c 	return sprintf(buf, "%ld\n", temp_from_reg(data->temp_high[nr]));
temp_high         914 drivers/hwmon/f71805f.c 	data->temp_high[nr] = temp_to_reg(val);
temp_high         915 drivers/hwmon/f71805f.c 	f71805f_write8(data, F71805F_REG_TEMP_HIGH(nr), data->temp_high[nr]);
temp_high         278 drivers/hwmon/f71882fg.c 	u8	temp_high[4];
temp_high        1230 drivers/hwmon/f71882fg.c 			data->temp_high[nr] = f71882fg_read8(data,
temp_high        1592 drivers/hwmon/f71882fg.c 	return sprintf(buf, "%d\n", data->temp_high[nr] * 1000);
temp_high        1611 drivers/hwmon/f71882fg.c 	data->temp_high[nr] = val;
temp_high        1629 drivers/hwmon/f71882fg.c 	temp_max_hyst = (data->temp_high[nr] - temp_max_hyst) * 1000;
temp_high        1653 drivers/hwmon/f71882fg.c 	data->temp_high[nr] = f71882fg_read8(data, F71882FG_REG_TEMP_HIGH(nr));
temp_high        1654 drivers/hwmon/f71882fg.c 	val = clamp_val(val, data->temp_high[nr] - 15, data->temp_high[nr]);
temp_high        1655 drivers/hwmon/f71882fg.c 	val = data->temp_high[nr] - val;
temp_high         110 drivers/hwmon/f75375s.c 	s8 temp_high[2];
temp_high         189 drivers/hwmon/f75375s.c 			data->temp_high[nr] =
temp_high         590 drivers/hwmon/f75375s.c 	return sprintf(buf, "%d\n", TEMP_FROM_REG(data->temp_high[nr]));
temp_high         616 drivers/hwmon/f75375s.c 	data->temp_high[nr] = val;
temp_high         617 drivers/hwmon/f75375s.c 	f75375_write8(client, F75375_REG_TEMP_HIGH(nr), data->temp_high[nr]);
temp_high         156 drivers/hwmon/lm87.c 	s8 temp_high[3];	/* register value */
temp_high         227 drivers/hwmon/lm87.c 			data->temp_high[i] = lm87_read_value(client,
temp_high         389 drivers/hwmon/lm87.c 		       TEMP_FROM_REG(data->temp_high[nr]));
temp_high         428 drivers/hwmon/lm87.c 	data->temp_high[nr] = TEMP_TO_REG(val);
temp_high         429 drivers/hwmon/lm87.c 	lm87_write_value(client, LM87_REG_TEMP_HIGH[nr], data->temp_high[nr]);
temp_high         436 drivers/hwmon/lm87.c static SENSOR_DEVICE_ATTR_RW(temp1_max, temp_high, 0);
temp_high         439 drivers/hwmon/lm87.c static SENSOR_DEVICE_ATTR_RW(temp2_max, temp_high, 1);
temp_high         442 drivers/hwmon/lm87.c static SENSOR_DEVICE_ATTR_RW(temp3_max, temp_high, 2);
temp_high          84 drivers/hwmon/max6642.c 	u16 temp_high[2]; /* local/remote */
temp_high         105 drivers/hwmon/max6642.c 	data->temp_high[0] = i2c_smbus_read_byte_data(client,
temp_high         107 drivers/hwmon/max6642.c 	data->temp_high[1] = i2c_smbus_read_byte_data(client,
temp_high         212 drivers/hwmon/max6642.c 	return sprintf(buf, "%d\n", temp_from_reg(data->temp_high[attr2->nr]));
temp_high         229 drivers/hwmon/max6642.c 	data->temp_high[attr2->nr] = clamp_val(temp_to_reg(val), 0, 255);
temp_high         231 drivers/hwmon/max6642.c 				  data->temp_high[attr2->nr]);
temp_high         260 drivers/input/touchscreen/tsc200x-core.c 	unsigned int temp_high;
temp_high         289 drivers/input/touchscreen/tsc200x-core.c 	error = regmap_read(ts->regmap, TSC200X_REG_TEMP_HIGH, &temp_high);
temp_high         297 drivers/input/touchscreen/tsc200x-core.c 	if (temp_high != temp_high_test) {
temp_high         299 drivers/input/touchscreen/tsc200x-core.c 			 temp_high, temp_high_test);
temp_high         310 drivers/input/touchscreen/tsc200x-core.c 	error = regmap_read(ts->regmap, TSC200X_REG_TEMP_HIGH, &temp_high);
temp_high         318 drivers/input/touchscreen/tsc200x-core.c 	if (temp_high != temp_high_orig) {
temp_high         320 drivers/input/touchscreen/tsc200x-core.c 			 temp_high, temp_high_orig);
temp_high         461 drivers/power/supply/ab8500_bmdata.c 	.temp_high              = 43,
temp_high         725 drivers/power/supply/abx500_chargalg.c 		di->batt_data.temp < (di->bm->temp_high - di->t_hyst_norm)) {
temp_high         732 drivers/power/supply/abx500_chargalg.c 		if (((di->batt_data.temp >= di->bm->temp_high) &&
temp_high         262 include/linux/mfd/abx500.h 	int temp_high;
temp_high         429 include/linux/mfd/abx500/ab8500-bm.h 	int temp_high;