Home
last modified time | relevance | path

Searched refs:temp_type (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/hwmon/
H A Ddell-smm-hwmon.c103 int temp_type[DELL_SMM_NO_TEMP]; member
814 if (data->temp_type[channel] >= 0 || _i8k_get_temp(data, channel) >= 0) in dell_smm_is_visible()
819 if (data->temp_type[channel] >= 0) in dell_smm_is_visible()
1014 *str = temp_labels[data->temp_type[channel]]; in dell_smm_read_string()
1187 data->temp_type[i] = i8k_get_temp_type(data, i); in dell_smm_init_hwmon()
1188 if (data->temp_type[i] < 0) in dell_smm_init_hwmon()
1191 if (data->temp_type[i] >= ARRAY_SIZE(temp_labels)) in dell_smm_init_hwmon()
1192 data->temp_type[i] = ARRAY_SIZE(temp_labels) - 1; in dell_smm_init_hwmon()
H A Dnct6775.h115 u8 temp_type[NUM_TEMP_FIXED]; member
H A Dnct7802.c563 static SENSOR_DEVICE_ATTR_RW(temp1_type, temp_type, 0);
569 static SENSOR_DEVICE_ATTR_RW(temp2_type, temp_type, 1);
575 static SENSOR_DEVICE_ATTR_RW(temp3_type, temp_type, 2);