Symbol: temp_type
drivers/hwmon/dell-smm-hwmon.c
105
int temp_type[DELL_SMM_NO_TEMP];
drivers/hwmon/dell-smm-hwmon.c
1172
data->temp_type[i] = i8k_get_temp_type(data, i);
drivers/hwmon/dell-smm-hwmon.c
1173
if (data->temp_type[i] < 0)
drivers/hwmon/dell-smm-hwmon.c
1176
if (data->temp_type[i] >= ARRAY_SIZE(temp_labels))
drivers/hwmon/dell-smm-hwmon.c
1177
data->temp_type[i] = ARRAY_SIZE(temp_labels) - 1;
drivers/hwmon/dell-smm-hwmon.c
799
if (data->temp_type[channel] >= 0 || _i8k_get_temp(data, channel) >= 0)
drivers/hwmon/dell-smm-hwmon.c
804
if (data->temp_type[channel] >= 0)
drivers/hwmon/dell-smm-hwmon.c
999
*str = temp_labels[data->temp_type[channel]];
drivers/hwmon/f71882fg.c
276
u8 temp_type[4];
drivers/hwmon/f71882fg.c
387
data->temp_type[1] = (reg & 0x02) ? 2 : 4;
drivers/hwmon/f71882fg.c
388
data->temp_type[2] = (reg & 0x04) ? 2 : 4;
drivers/hwmon/f71882fg.c
389
data->temp_type[3] = (reg & 0x08) ? 2 : 4;
drivers/hwmon/f71882fg.c
755
return sprintf(buf, "%d\n", data->temp_type[nr]);
drivers/hwmon/nct6683.c
895
SENSOR_TEMPLATE(temp_type, "temp%d_type", S_IRUGO, show_temp_type, NULL, 0);
drivers/hwmon/nct6775-core.c
2286
return sysfs_emit(buf, "%d\n", (int)data->temp_type[nr]);
drivers/hwmon/nct6775-core.c
2313
data->temp_type[nr] = val;
drivers/hwmon/nct6775-core.c
2393
SENSOR_TEMPLATE(temp_type, "temp%d_type", 0644, show_temp_type, store_temp_type, 0);
drivers/hwmon/nct6775-core.c
3466
data->temp_type[i]
drivers/hwmon/nct6775-core.c
3469
data->temp_type[i] = 4;
drivers/hwmon/nct6775.h
115
u8 temp_type[NUM_TEMP_FIXED];
drivers/hwmon/nct7802.c
636
static SENSOR_DEVICE_ATTR_RW(temp1_type, temp_type, 0);
drivers/hwmon/nct7802.c
642
static SENSOR_DEVICE_ATTR_RW(temp2_type, temp_type, 1);
drivers/hwmon/nct7802.c
648
static SENSOR_DEVICE_ATTR_RW(temp3_type, temp_type, 2);
drivers/hwmon/pc87427.c
312
data->temp_type[nr] = inb(iobase + PC87427_REG_TEMP_TYPE);
drivers/hwmon/pc87427.c
69
u8 temp_type[6]; /* register values */
drivers/hwmon/pc87427.c
733
return sprintf(buf, "%u\n", temp_type_from_reg(data->temp_type[nr]));
drivers/hwmon/pc87427.c
807
static SENSOR_DEVICE_ATTR_RO(temp1_type, temp_type, 0);
drivers/hwmon/pc87427.c
808
static SENSOR_DEVICE_ATTR_RO(temp2_type, temp_type, 1);
drivers/hwmon/pc87427.c
809
static SENSOR_DEVICE_ATTR_RO(temp3_type, temp_type, 2);
drivers/hwmon/pc87427.c
810
static SENSOR_DEVICE_ATTR_RO(temp4_type, temp_type, 3);
drivers/hwmon/pc87427.c
811
static SENSOR_DEVICE_ATTR_RO(temp5_type, temp_type, 4);
drivers/hwmon/pc87427.c
812
static SENSOR_DEVICE_ATTR_RO(temp6_type, temp_type, 5);
drivers/hwmon/w83627ehf.c
1267
data->temp_type[i] = 6;
drivers/hwmon/w83627ehf.c
1269
data->temp_type[i] = 5;
drivers/hwmon/w83627ehf.c
1271
data->temp_type[i] = (diode & (0x10 << i)) ? 1 : 3;
drivers/hwmon/w83627ehf.c
1273
data->temp_type[i] = 4; /* thermistor */
drivers/hwmon/w83627ehf.c
1447
*val = (int)data->temp_type[channel];
drivers/hwmon/w83627ehf.c
337
u8 temp_type[3];
drivers/hwmon/w83627hf.c
1356
static SENSOR_DEVICE_ATTR_RW(temp1_type, temp_type, 0);
drivers/hwmon/w83627hf.c
1357
static SENSOR_DEVICE_ATTR_RW(temp2_type, temp_type, 1);
drivers/hwmon/w83627hf.c
1358
static SENSOR_DEVICE_ATTR_RW(temp3_type, temp_type, 2);
drivers/hwmon/w83l786ng.c
136
u8 temp_type[2];
drivers/power/supply/88pm860x_battery.c
109
unsigned temp_type:1; /* TINT or TBAT */
drivers/power/supply/88pm860x_battery.c
420
info->temp_type = PM860X_TEMP_TBAT;
drivers/power/supply/88pm860x_battery.c
423
info->temp_type = PM860X_TEMP_TINT;
drivers/power/supply/88pm860x_battery.c
441
if (info->temp_type == PM860X_TEMP_TINT)
drivers/power/supply/88pm860x_battery.c
493
info->temp_type = PM860X_TEMP_TBAT;
drivers/power/supply/88pm860x_battery.c
496
info->temp_type = PM860X_TEMP_TINT;
drivers/power/supply/88pm860x_battery.c
560
if (info->temp_type == PM860X_TEMP_TINT) {
fs/f2fs/data.c
677
enum page_type type, enum temp_type temp)
fs/f2fs/data.c
704
enum temp_type temp;
fs/f2fs/data.c
831
struct folio *folio, enum temp_type temp)
fs/f2fs/data.c
858
enum temp_type temp;
fs/f2fs/data.c
904
enum temp_type temp;
fs/f2fs/data.c
963
enum temp_type temp;
fs/f2fs/f2fs.h
1349
enum temp_type temp; /* contains HOT/WARM/COLD */
fs/f2fs/f2fs.h
4053
enum temp_type f2fs_get_segment_temp(struct f2fs_sb_info *sbi,
fs/f2fs/f2fs.h
4081
enum page_type type, enum temp_type temp);
fs/f2fs/f2fs.h
4083
enum page_type type, enum temp_type temp);
fs/f2fs/file.c
5138
enum temp_type temp = f2fs_get_segment_temp(sbi, type);
fs/f2fs/segment.c
3593
enum page_type type, enum temp_type temp)
fs/f2fs/segment.c
3626
enum page_type type, enum temp_type temp)
fs/f2fs/segment.c
3721
enum temp_type f2fs_get_segment_temp(struct f2fs_sb_info *sbi,
fs/f2fs/segment.c
3725
enum temp_type temp = COLD;