Home
last modified time | relevance | path

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

/linux/drivers/hwmon/
H A Dnct6775.h115 u8 temp_type[NUM_TEMP_FIXED]; member
H A Dw83627hf.c1356 static SENSOR_DEVICE_ATTR_RW(temp1_type, temp_type, 0);
1357 static SENSOR_DEVICE_ATTR_RW(temp2_type, temp_type, 1);
1358 static SENSOR_DEVICE_ATTR_RW(temp3_type, temp_type, 2);
H A Dnct6775-core.c2285 return sysfs_emit(buf, "%d\n", (int)data->temp_type[nr]); in show_temp_type()
2312 data->temp_type[nr] = val; in store_temp_type()
2392 SENSOR_TEMPLATE(temp_type, "temp%d_type", 0644, show_temp_type, store_temp_type, 0);
3465 data->temp_type[i] in nct6775_init_device()
3468 data->temp_type[i] = 4; in nct6775_init_device()