Home
last modified time | relevance | path

Searched refs:show_temp_fault (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/drivers/hwmon/
Dsch5636.c218 static ssize_t show_temp_fault(struct device *dev, struct device_attribute in show_temp_fault() function
307 SENSOR_ATTR(temp1_fault, 0444, show_temp_fault, NULL, 0),
310 SENSOR_ATTR(temp2_fault, 0444, show_temp_fault, NULL, 1),
313 SENSOR_ATTR(temp3_fault, 0444, show_temp_fault, NULL, 2),
316 SENSOR_ATTR(temp4_fault, 0444, show_temp_fault, NULL, 3),
319 SENSOR_ATTR(temp5_fault, 0444, show_temp_fault, NULL, 4),
322 SENSOR_ATTR(temp6_fault, 0444, show_temp_fault, NULL, 5),
325 SENSOR_ATTR(temp7_fault, 0444, show_temp_fault, NULL, 6),
328 SENSOR_ATTR(temp8_fault, 0444, show_temp_fault, NULL, 7),
331 SENSOR_ATTR(temp9_fault, 0444, show_temp_fault, NULL, 8),
[all …]
Dsch5627.c228 static ssize_t show_temp_fault(struct device *dev, struct device_attribute in show_temp_fault() function
338 static SENSOR_DEVICE_ATTR(temp1_fault, S_IRUGO, show_temp_fault, NULL, 0);
339 static SENSOR_DEVICE_ATTR(temp2_fault, S_IRUGO, show_temp_fault, NULL, 1);
340 static SENSOR_DEVICE_ATTR(temp3_fault, S_IRUGO, show_temp_fault, NULL, 2);
341 static SENSOR_DEVICE_ATTR(temp4_fault, S_IRUGO, show_temp_fault, NULL, 3);
342 static SENSOR_DEVICE_ATTR(temp5_fault, S_IRUGO, show_temp_fault, NULL, 4);
343 static SENSOR_DEVICE_ATTR(temp6_fault, S_IRUGO, show_temp_fault, NULL, 5);
344 static SENSOR_DEVICE_ATTR(temp7_fault, S_IRUGO, show_temp_fault, NULL, 6);
345 static SENSOR_DEVICE_ATTR(temp8_fault, S_IRUGO, show_temp_fault, NULL, 7);
Dfschmd.c393 static ssize_t show_temp_fault(struct device *dev, in show_temp_fault() function
619 SENSOR_ATTR(temp1_fault, 0444, show_temp_fault, NULL, 0),
623 SENSOR_ATTR(temp2_fault, 0444, show_temp_fault, NULL, 1),
627 SENSOR_ATTR(temp3_fault, 0444, show_temp_fault, NULL, 2),
631 SENSOR_ATTR(temp4_fault, 0444, show_temp_fault, NULL, 3),
635 SENSOR_ATTR(temp5_fault, 0444, show_temp_fault, NULL, 4),
639 SENSOR_ATTR(temp6_fault, 0444, show_temp_fault, NULL, 5),
643 SENSOR_ATTR(temp7_fault, 0444, show_temp_fault, NULL, 6),
647 SENSOR_ATTR(temp8_fault, 0444, show_temp_fault, NULL, 7),
651 SENSOR_ATTR(temp9_fault, 0444, show_temp_fault, NULL, 8),
[all …]
Demc2103.c216 show_temp_fault(struct device *dev, struct device_attribute *da, char *buf) in show_temp_fault() function
476 static SENSOR_DEVICE_ATTR(temp1_fault, S_IRUGO, show_temp_fault, NULL, 0);
487 static SENSOR_DEVICE_ATTR(temp2_fault, S_IRUGO, show_temp_fault, NULL, 1);
498 static SENSOR_DEVICE_ATTR(temp3_fault, S_IRUGO, show_temp_fault, NULL, 2);
509 static SENSOR_DEVICE_ATTR(temp4_fault, S_IRUGO, show_temp_fault, NULL, 3);
Dpc87427.c776 static ssize_t show_temp_fault(struct device *dev, struct device_attribute in show_temp_fault() function
860 static SENSOR_DEVICE_ATTR(temp1_fault, S_IRUGO, show_temp_fault, NULL, 0);
861 static SENSOR_DEVICE_ATTR(temp2_fault, S_IRUGO, show_temp_fault, NULL, 1);
862 static SENSOR_DEVICE_ATTR(temp3_fault, S_IRUGO, show_temp_fault, NULL, 2);
863 static SENSOR_DEVICE_ATTR(temp4_fault, S_IRUGO, show_temp_fault, NULL, 3);
864 static SENSOR_DEVICE_ATTR(temp5_fault, S_IRUGO, show_temp_fault, NULL, 4);
865 static SENSOR_DEVICE_ATTR(temp6_fault, S_IRUGO, show_temp_fault, NULL, 5);
Dmax6639.c179 static ssize_t show_temp_fault(struct device *dev, in show_temp_fault() function
349 static SENSOR_DEVICE_ATTR(temp1_fault, S_IRUGO, show_temp_fault, NULL, 0);
350 static SENSOR_DEVICE_ATTR(temp2_fault, S_IRUGO, show_temp_fault, NULL, 1);
Df71882fg.c357 static ssize_t show_temp_fault(struct device *dev, struct device_attribute
425 SENSOR_ATTR_2(temp1_fault, S_IRUGO, show_temp_fault, NULL, 0, 0),
437 SENSOR_ATTR_2(temp2_fault, S_IRUGO, show_temp_fault, NULL, 0, 1),
449 SENSOR_ATTR_2(temp3_fault, S_IRUGO, show_temp_fault, NULL, 0, 2),
471 SENSOR_ATTR_2(temp1_fault, S_IRUGO, show_temp_fault, NULL, 0, 1),
486 SENSOR_ATTR_2(temp2_fault, S_IRUGO, show_temp_fault, NULL, 0, 2),
501 SENSOR_ATTR_2(temp3_fault, S_IRUGO, show_temp_fault, NULL, 0, 3),
552 SENSOR_ATTR_2(temp1_fault, S_IRUGO, show_temp_fault, NULL, 0, 0),
559 SENSOR_ATTR_2(temp2_fault, S_IRUGO, show_temp_fault, NULL, 0, 1),
566 SENSOR_ATTR_2(temp3_fault, S_IRUGO, show_temp_fault, NULL, 0, 2),
[all …]
Dpc87360.c1070 static ssize_t show_temp_fault(struct device *dev, in show_temp_fault() function
1079 SENSOR_ATTR(temp1_fault, S_IRUGO, show_temp_fault, NULL, 0),
1080 SENSOR_ATTR(temp2_fault, S_IRUGO, show_temp_fault, NULL, 1),
1081 SENSOR_ATTR(temp3_fault, S_IRUGO, show_temp_fault, NULL, 2),