Home
last modified time | relevance | path

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

/linux/drivers/hwmon/
H A Dsch5636.c294 SENSOR_ATTR_RO(temp1_fault, temp_fault, 0),
297 SENSOR_ATTR_RO(temp2_fault, temp_fault, 1),
300 SENSOR_ATTR_RO(temp3_fault, temp_fault, 2),
303 SENSOR_ATTR_RO(temp4_fault, temp_fault, 3),
306 SENSOR_ATTR_RO(temp5_fault, temp_fault, 4),
309 SENSOR_ATTR_RO(temp6_fault, temp_fault, 5),
312 SENSOR_ATTR_RO(temp7_fault, temp_fault, 6),
315 SENSOR_ATTR_RO(temp8_fault, temp_fault, 7),
318 SENSOR_ATTR_RO(temp9_fault, temp_fault, 8),
321 SENSOR_ATTR_RO(temp10_fault, temp_fault, 9),
[all …]
H A Dfschmd.c609 SENSOR_ATTR_RO(temp1_fault, temp_fault, 0),
613 SENSOR_ATTR_RO(temp2_fault, temp_fault, 1),
617 SENSOR_ATTR_RO(temp3_fault, temp_fault, 2),
621 SENSOR_ATTR_RO(temp4_fault, temp_fault, 3),
625 SENSOR_ATTR_RO(temp5_fault, temp_fault, 4),
629 SENSOR_ATTR_RO(temp6_fault, temp_fault, 5),
633 SENSOR_ATTR_RO(temp7_fault, temp_fault, 6),
637 SENSOR_ATTR_RO(temp8_fault, temp_fault, 7),
641 SENSOR_ATTR_RO(temp9_fault, temp_fault, 8),
645 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, \