Searched refs:temp_fault (Results 1 – 7 of 7) sorted by relevance
/linux-5.19.10/drivers/hwmon/ |
D | sch5636.c | 294 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 …]
|
D | ftsteutates.c | 530 static SENSOR_DEVICE_ATTR_RO(temp1_fault, temp_fault, 0); 531 static SENSOR_DEVICE_ATTR_RO(temp2_fault, temp_fault, 1); 532 static SENSOR_DEVICE_ATTR_RO(temp3_fault, temp_fault, 2); 533 static SENSOR_DEVICE_ATTR_RO(temp4_fault, temp_fault, 3); 534 static SENSOR_DEVICE_ATTR_RO(temp5_fault, temp_fault, 4); 535 static SENSOR_DEVICE_ATTR_RO(temp6_fault, temp_fault, 5); 536 static SENSOR_DEVICE_ATTR_RO(temp7_fault, temp_fault, 6); 537 static SENSOR_DEVICE_ATTR_RO(temp8_fault, temp_fault, 7); 538 static SENSOR_DEVICE_ATTR_RO(temp9_fault, temp_fault, 8); 539 static SENSOR_DEVICE_ATTR_RO(temp10_fault, temp_fault, 9); [all …]
|
D | fschmd.c | 609 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 …]
|
D | max6639.c | 77 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);
|
D | emc2103.c | 465 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);
|
D | pc87427.c | 835 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);
|
D | pc87360.c | 1046 static struct sensor_device_attribute temp_fault[] = { variable 1047 SENSOR_ATTR_RO(temp1_fault, temp_fault, 0), 1048 SENSOR_ATTR_RO(temp2_fault, temp_fault, 1), 1049 SENSOR_ATTR_RO(temp3_fault, temp_fault, 2), 1061 &temp_fault[X].dev_attr.attr, \
|