Searched refs:temp_fault (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/hwmon/ |
H A 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 …]
|
H A 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);
|
H A 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);
|
H A D | pc87360.c | 1078 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, \
|