Home
last modified time | relevance | path

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

/openbmc/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 Dmax6639.c77 bool temp_fault[2]; /* Detected temperature diode failure */ member
135 data->temp_fault[i] = res & 0x01; in max6639_update_device()
178 return sprintf(buf, "%d\n", data->temp_fault[attr->index]); in temp_fault_show()
339 static SENSOR_DEVICE_ATTR_RO(temp1_fault, temp_fault, 0);
340 static SENSOR_DEVICE_ATTR_RO(temp2_fault, temp_fault, 1);
H A Demc2103.c465 static SENSOR_DEVICE_ATTR_RO(temp1_fault, temp_fault, 0);
472 static SENSOR_DEVICE_ATTR_RO(temp2_fault, temp_fault, 1);
479 static SENSOR_DEVICE_ATTR_RO(temp3_fault, temp_fault, 2);
486 static SENSOR_DEVICE_ATTR_RO(temp4_fault, temp_fault, 3);
H A Dpc87427.c835 static SENSOR_DEVICE_ATTR_RO(temp1_fault, temp_fault, 0);
836 static SENSOR_DEVICE_ATTR_RO(temp2_fault, temp_fault, 1);
837 static SENSOR_DEVICE_ATTR_RO(temp3_fault, temp_fault, 2);
838 static SENSOR_DEVICE_ATTR_RO(temp4_fault, temp_fault, 3);
839 static SENSOR_DEVICE_ATTR_RO(temp5_fault, temp_fault, 4);
840 static SENSOR_DEVICE_ATTR_RO(temp6_fault, temp_fault, 5);
H A Dpc87360.c1074 static struct sensor_device_attribute temp_fault[] = { variable
1075 SENSOR_ATTR_RO(temp1_fault, temp_fault, 0),
1076 SENSOR_ATTR_RO(temp2_fault, temp_fault, 1),
1077 SENSOR_ATTR_RO(temp3_fault, temp_fault, 2),
1089 &temp_fault[X].dev_attr.attr, \