Home
last modified time | relevance | path

Searched refs:temp_fault (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/hwmon/
H A Dsch5636.c293 SENSOR_ATTR_RO(temp1_fault, temp_fault, 0),
296 SENSOR_ATTR_RO(temp2_fault, temp_fault, 1),
299 SENSOR_ATTR_RO(temp3_fault, temp_fault, 2),
302 SENSOR_ATTR_RO(temp4_fault, temp_fault, 3),
305 SENSOR_ATTR_RO(temp5_fault, temp_fault, 4),
308 SENSOR_ATTR_RO(temp6_fault, temp_fault, 5),
311 SENSOR_ATTR_RO(temp7_fault, temp_fault, 6),
314 SENSOR_ATTR_RO(temp8_fault, temp_fault, 7),
317 SENSOR_ATTR_RO(temp9_fault, temp_fault, 8),
320 SENSOR_ATTR_RO(temp10_fault, temp_fault, 9),
[all …]
H A Dpc87360.c1078 static struct sensor_device_attribute temp_fault[] = { variable
1079 SENSOR_ATTR_RO(temp1_fault, temp_fault, 0),
1080 SENSOR_ATTR_RO(temp2_fault, temp_fault, 1),
1081 SENSOR_ATTR_RO(temp3_fault, temp_fault, 2),
1093 &temp_fault[X].dev_attr.attr, \