temp_type         280 drivers/hwmon/f71882fg.c 	u8	temp_type[4];
temp_type        1243 drivers/hwmon/f71882fg.c 			data->temp_type[1] = (reg & 0x02) ? 2 : 4;
temp_type        1244 drivers/hwmon/f71882fg.c 			data->temp_type[2] = (reg & 0x04) ? 2 : 4;
temp_type        1245 drivers/hwmon/f71882fg.c 			data->temp_type[3] = (reg & 0x08) ? 2 : 4;
temp_type        1725 drivers/hwmon/f71882fg.c 	return sprintf(buf, "%d\n", data->temp_type[nr]);
temp_type         886 drivers/hwmon/nct6683.c SENSOR_TEMPLATE(temp_type, "temp%d_type", S_IRUGO, show_temp_type, NULL, 0);
temp_type        1159 drivers/hwmon/nct6775.c 	u8 temp_type[NUM_TEMP_FIXED];
temp_type        2394 drivers/hwmon/nct6775.c 	return sprintf(buf, "%d\n", (int)data->temp_type[nr]);
temp_type        2417 drivers/hwmon/nct6775.c 	data->temp_type[nr] = val;
temp_type        2491 drivers/hwmon/nct6775.c SENSOR_TEMPLATE(temp_type, "temp%d_type", S_IRUGO | S_IWUSR, show_temp_type,
temp_type        3537 drivers/hwmon/nct6775.c 			data->temp_type[i]
temp_type        3540 drivers/hwmon/nct6775.c 			data->temp_type[i] = 4;
temp_type         562 drivers/hwmon/nct7802.c static SENSOR_DEVICE_ATTR_RW(temp1_type, temp_type, 0);
temp_type         568 drivers/hwmon/nct7802.c static SENSOR_DEVICE_ATTR_RW(temp2_type, temp_type, 1);
temp_type         574 drivers/hwmon/nct7802.c static SENSOR_DEVICE_ATTR_RW(temp3_type, temp_type, 2);
temp_type          69 drivers/hwmon/pc87427.c 	u8 temp_type[6];		/* register values */
temp_type         312 drivers/hwmon/pc87427.c 	data->temp_type[nr] = inb(iobase + PC87427_REG_TEMP_TYPE);
temp_type         733 drivers/hwmon/pc87427.c 	return sprintf(buf, "%u\n", temp_type_from_reg(data->temp_type[nr]));
temp_type         807 drivers/hwmon/pc87427.c static SENSOR_DEVICE_ATTR_RO(temp1_type, temp_type, 0);
temp_type         808 drivers/hwmon/pc87427.c static SENSOR_DEVICE_ATTR_RO(temp2_type, temp_type, 1);
temp_type         809 drivers/hwmon/pc87427.c static SENSOR_DEVICE_ATTR_RO(temp3_type, temp_type, 2);
temp_type         810 drivers/hwmon/pc87427.c static SENSOR_DEVICE_ATTR_RO(temp4_type, temp_type, 3);
temp_type         811 drivers/hwmon/pc87427.c static SENSOR_DEVICE_ATTR_RO(temp5_type, temp_type, 4);
temp_type         812 drivers/hwmon/pc87427.c static SENSOR_DEVICE_ATTR_RO(temp6_type, temp_type, 5);
temp_type         461 drivers/hwmon/w83627ehf.c 	u8 temp_type[3];
temp_type        1277 drivers/hwmon/w83627ehf.c 	return sprintf(buf, "%d\n", (int)data->temp_type[nr]);
temp_type        1920 drivers/hwmon/w83627ehf.c 			data->temp_type[i] = 6;
temp_type        1922 drivers/hwmon/w83627ehf.c 			data->temp_type[i] = 5;
temp_type        1924 drivers/hwmon/w83627ehf.c 			data->temp_type[i] = (diode & (0x10 << i)) ? 1 : 3;
temp_type        1926 drivers/hwmon/w83627ehf.c 			data->temp_type[i] = 4; /* thermistor */
temp_type        1234 drivers/hwmon/w83627hf.c static SENSOR_DEVICE_ATTR_RW(temp1_type, temp_type, 0);
temp_type        1235 drivers/hwmon/w83627hf.c static SENSOR_DEVICE_ATTR_RW(temp2_type, temp_type, 1);
temp_type        1236 drivers/hwmon/w83627hf.c static SENSOR_DEVICE_ATTR_RW(temp3_type, temp_type, 2);
temp_type         127 drivers/hwmon/w83l786ng.c 	u8 temp_type[2];
temp_type         108 drivers/power/supply/88pm860x_battery.c 	unsigned temp_type:1;	/* TINT or TBAT */
temp_type         419 drivers/power/supply/88pm860x_battery.c 		info->temp_type = PM860X_TEMP_TBAT;
temp_type         422 drivers/power/supply/88pm860x_battery.c 		info->temp_type = PM860X_TEMP_TINT;
temp_type         440 drivers/power/supply/88pm860x_battery.c 	if (info->temp_type == PM860X_TEMP_TINT)
temp_type         492 drivers/power/supply/88pm860x_battery.c 		info->temp_type = PM860X_TEMP_TBAT;
temp_type         495 drivers/power/supply/88pm860x_battery.c 		info->temp_type = PM860X_TEMP_TINT;
temp_type         558 drivers/power/supply/88pm860x_battery.c 	if (info->temp_type == PM860X_TEMP_TINT) {
temp_type         408 fs/f2fs/data.c 				enum page_type type, enum temp_type temp)
temp_type         431 fs/f2fs/data.c 	enum temp_type temp;
temp_type        1052 fs/f2fs/f2fs.h 	enum temp_type temp;	/* contains HOT/WARM/COLD */
temp_type        3154 fs/f2fs/f2fs.h 			enum page_type type, enum temp_type temp);
temp_type        2967 fs/f2fs/segment.c 				enum page_type type, enum temp_type temp)