temp_fault        465 drivers/hwmon/emc2103.c static SENSOR_DEVICE_ATTR_RO(temp1_fault, temp_fault, 0);
temp_fault        472 drivers/hwmon/emc2103.c static SENSOR_DEVICE_ATTR_RO(temp2_fault, temp_fault, 1);
temp_fault        479 drivers/hwmon/emc2103.c static SENSOR_DEVICE_ATTR_RO(temp3_fault, temp_fault, 2);
temp_fault        486 drivers/hwmon/emc2103.c static SENSOR_DEVICE_ATTR_RO(temp4_fault, temp_fault, 3);
temp_fault        610 drivers/hwmon/fschmd.c 	SENSOR_ATTR_RO(temp1_fault, temp_fault, 0),
temp_fault        614 drivers/hwmon/fschmd.c 	SENSOR_ATTR_RO(temp2_fault, temp_fault, 1),
temp_fault        618 drivers/hwmon/fschmd.c 	SENSOR_ATTR_RO(temp3_fault, temp_fault, 2),
temp_fault        622 drivers/hwmon/fschmd.c 	SENSOR_ATTR_RO(temp4_fault, temp_fault, 3),
temp_fault        626 drivers/hwmon/fschmd.c 	SENSOR_ATTR_RO(temp5_fault, temp_fault, 4),
temp_fault        630 drivers/hwmon/fschmd.c 	SENSOR_ATTR_RO(temp6_fault, temp_fault, 5),
temp_fault        634 drivers/hwmon/fschmd.c 	SENSOR_ATTR_RO(temp7_fault, temp_fault, 6),
temp_fault        638 drivers/hwmon/fschmd.c 	SENSOR_ATTR_RO(temp8_fault, temp_fault, 7),
temp_fault        642 drivers/hwmon/fschmd.c 	SENSOR_ATTR_RO(temp9_fault, temp_fault, 8),
temp_fault        646 drivers/hwmon/fschmd.c 	SENSOR_ATTR_RO(temp10_fault, temp_fault, 9),
temp_fault        650 drivers/hwmon/fschmd.c 	SENSOR_ATTR_RO(temp11_fault, temp_fault, 10),
temp_fault        530 drivers/hwmon/ftsteutates.c static SENSOR_DEVICE_ATTR_RO(temp1_fault, temp_fault, 0);
temp_fault        531 drivers/hwmon/ftsteutates.c static SENSOR_DEVICE_ATTR_RO(temp2_fault, temp_fault, 1);
temp_fault        532 drivers/hwmon/ftsteutates.c static SENSOR_DEVICE_ATTR_RO(temp3_fault, temp_fault, 2);
temp_fault        533 drivers/hwmon/ftsteutates.c static SENSOR_DEVICE_ATTR_RO(temp4_fault, temp_fault, 3);
temp_fault        534 drivers/hwmon/ftsteutates.c static SENSOR_DEVICE_ATTR_RO(temp5_fault, temp_fault, 4);
temp_fault        535 drivers/hwmon/ftsteutates.c static SENSOR_DEVICE_ATTR_RO(temp6_fault, temp_fault, 5);
temp_fault        536 drivers/hwmon/ftsteutates.c static SENSOR_DEVICE_ATTR_RO(temp7_fault, temp_fault, 6);
temp_fault        537 drivers/hwmon/ftsteutates.c static SENSOR_DEVICE_ATTR_RO(temp8_fault, temp_fault, 7);
temp_fault        538 drivers/hwmon/ftsteutates.c static SENSOR_DEVICE_ATTR_RO(temp9_fault, temp_fault, 8);
temp_fault        539 drivers/hwmon/ftsteutates.c static SENSOR_DEVICE_ATTR_RO(temp10_fault, temp_fault, 9);
temp_fault        540 drivers/hwmon/ftsteutates.c static SENSOR_DEVICE_ATTR_RO(temp11_fault, temp_fault, 10);
temp_fault        541 drivers/hwmon/ftsteutates.c static SENSOR_DEVICE_ATTR_RO(temp12_fault, temp_fault, 11);
temp_fault        542 drivers/hwmon/ftsteutates.c static SENSOR_DEVICE_ATTR_RO(temp13_fault, temp_fault, 12);
temp_fault        543 drivers/hwmon/ftsteutates.c static SENSOR_DEVICE_ATTR_RO(temp14_fault, temp_fault, 13);
temp_fault        544 drivers/hwmon/ftsteutates.c static SENSOR_DEVICE_ATTR_RO(temp15_fault, temp_fault, 14);
temp_fault        545 drivers/hwmon/ftsteutates.c static SENSOR_DEVICE_ATTR_RO(temp16_fault, temp_fault, 15);
temp_fault         77 drivers/hwmon/max6639.c 	bool temp_fault[2];	/* Detected temperature diode failure */
temp_fault        132 drivers/hwmon/max6639.c 			data->temp_fault[i] = res & 0x01;
temp_fault        175 drivers/hwmon/max6639.c 	return sprintf(buf, "%d\n", data->temp_fault[attr->index]);
temp_fault        336 drivers/hwmon/max6639.c static SENSOR_DEVICE_ATTR_RO(temp1_fault, temp_fault, 0);
temp_fault        337 drivers/hwmon/max6639.c static SENSOR_DEVICE_ATTR_RO(temp2_fault, temp_fault, 1);
temp_fault       1046 drivers/hwmon/pc87360.c static struct sensor_device_attribute temp_fault[] = {
temp_fault       1047 drivers/hwmon/pc87360.c 	SENSOR_ATTR_RO(temp1_fault, temp_fault, 0),
temp_fault       1048 drivers/hwmon/pc87360.c 	SENSOR_ATTR_RO(temp2_fault, temp_fault, 1),
temp_fault       1049 drivers/hwmon/pc87360.c 	SENSOR_ATTR_RO(temp3_fault, temp_fault, 2),
temp_fault       1061 drivers/hwmon/pc87360.c 	&temp_fault[X].dev_attr.attr,		\
temp_fault        835 drivers/hwmon/pc87427.c static SENSOR_DEVICE_ATTR_RO(temp1_fault, temp_fault, 0);
temp_fault        836 drivers/hwmon/pc87427.c static SENSOR_DEVICE_ATTR_RO(temp2_fault, temp_fault, 1);
temp_fault        837 drivers/hwmon/pc87427.c static SENSOR_DEVICE_ATTR_RO(temp3_fault, temp_fault, 2);
temp_fault        838 drivers/hwmon/pc87427.c static SENSOR_DEVICE_ATTR_RO(temp4_fault, temp_fault, 3);
temp_fault        839 drivers/hwmon/pc87427.c static SENSOR_DEVICE_ATTR_RO(temp5_fault, temp_fault, 4);
temp_fault        840 drivers/hwmon/pc87427.c static SENSOR_DEVICE_ATTR_RO(temp6_fault, temp_fault, 5);
temp_fault        325 drivers/hwmon/sch5627.c static SENSOR_DEVICE_ATTR_RO(temp1_fault, temp_fault, 0);
temp_fault        326 drivers/hwmon/sch5627.c static SENSOR_DEVICE_ATTR_RO(temp2_fault, temp_fault, 1);
temp_fault        327 drivers/hwmon/sch5627.c static SENSOR_DEVICE_ATTR_RO(temp3_fault, temp_fault, 2);
temp_fault        328 drivers/hwmon/sch5627.c static SENSOR_DEVICE_ATTR_RO(temp4_fault, temp_fault, 3);
temp_fault        329 drivers/hwmon/sch5627.c static SENSOR_DEVICE_ATTR_RO(temp5_fault, temp_fault, 4);
temp_fault        330 drivers/hwmon/sch5627.c static SENSOR_DEVICE_ATTR_RO(temp6_fault, temp_fault, 5);
temp_fault        331 drivers/hwmon/sch5627.c static SENSOR_DEVICE_ATTR_RO(temp7_fault, temp_fault, 6);
temp_fault        332 drivers/hwmon/sch5627.c static SENSOR_DEVICE_ATTR_RO(temp8_fault, temp_fault, 7);
temp_fault        294 drivers/hwmon/sch5636.c 	SENSOR_ATTR_RO(temp1_fault, temp_fault, 0),
temp_fault        297 drivers/hwmon/sch5636.c 	SENSOR_ATTR_RO(temp2_fault, temp_fault, 1),
temp_fault        300 drivers/hwmon/sch5636.c 	SENSOR_ATTR_RO(temp3_fault, temp_fault, 2),
temp_fault        303 drivers/hwmon/sch5636.c 	SENSOR_ATTR_RO(temp4_fault, temp_fault, 3),
temp_fault        306 drivers/hwmon/sch5636.c 	SENSOR_ATTR_RO(temp5_fault, temp_fault, 4),
temp_fault        309 drivers/hwmon/sch5636.c 	SENSOR_ATTR_RO(temp6_fault, temp_fault, 5),
temp_fault        312 drivers/hwmon/sch5636.c 	SENSOR_ATTR_RO(temp7_fault, temp_fault, 6),
temp_fault        315 drivers/hwmon/sch5636.c 	SENSOR_ATTR_RO(temp8_fault, temp_fault, 7),
temp_fault        318 drivers/hwmon/sch5636.c 	SENSOR_ATTR_RO(temp9_fault, temp_fault, 8),
temp_fault        321 drivers/hwmon/sch5636.c 	SENSOR_ATTR_RO(temp10_fault, temp_fault, 9),
temp_fault        324 drivers/hwmon/sch5636.c 	SENSOR_ATTR_RO(temp11_fault, temp_fault, 10),
temp_fault        327 drivers/hwmon/sch5636.c 	SENSOR_ATTR_RO(temp12_fault, temp_fault, 11),
temp_fault        330 drivers/hwmon/sch5636.c 	SENSOR_ATTR_RO(temp13_fault, temp_fault, 12),
temp_fault        333 drivers/hwmon/sch5636.c 	SENSOR_ATTR_RO(temp14_fault, temp_fault, 13),
temp_fault        336 drivers/hwmon/sch5636.c 	SENSOR_ATTR_RO(temp15_fault, temp_fault, 14),
temp_fault        339 drivers/hwmon/sch5636.c 	SENSOR_ATTR_RO(temp16_fault, temp_fault, 15),