/Linux-v4.19/drivers/hwmon/ |
D | sch5627.c | 251 static ssize_t show_temp_crit(struct device *dev, struct device_attribute in show_temp_crit() function 354 static SENSOR_DEVICE_ATTR(temp1_crit, S_IRUGO, show_temp_crit, NULL, 0); 355 static SENSOR_DEVICE_ATTR(temp2_crit, S_IRUGO, show_temp_crit, NULL, 1); 356 static SENSOR_DEVICE_ATTR(temp3_crit, S_IRUGO, show_temp_crit, NULL, 2); 357 static SENSOR_DEVICE_ATTR(temp4_crit, S_IRUGO, show_temp_crit, NULL, 3); 358 static SENSOR_DEVICE_ATTR(temp5_crit, S_IRUGO, show_temp_crit, NULL, 4); 359 static SENSOR_DEVICE_ATTR(temp6_crit, S_IRUGO, show_temp_crit, NULL, 5); 360 static SENSOR_DEVICE_ATTR(temp7_crit, S_IRUGO, show_temp_crit, NULL, 6); 361 static SENSOR_DEVICE_ATTR(temp8_crit, S_IRUGO, show_temp_crit, NULL, 7);
|
D | k10temp.c | 194 static ssize_t show_temp_crit(struct device *dev, in show_temp_crit() function 212 static SENSOR_DEVICE_ATTR(temp1_crit, S_IRUGO, show_temp_crit, NULL, 0); 213 static SENSOR_DEVICE_ATTR(temp1_crit_hyst, S_IRUGO, show_temp_crit, NULL, 1);
|
D | pc87427.c | 728 static ssize_t show_temp_crit(struct device *dev, struct device_attribute in show_temp_crit() function 807 static SENSOR_DEVICE_ATTR(temp1_crit, S_IRUGO, show_temp_crit, NULL, 0); 808 static SENSOR_DEVICE_ATTR(temp2_crit, S_IRUGO, show_temp_crit, NULL, 1); 809 static SENSOR_DEVICE_ATTR(temp3_crit, S_IRUGO, show_temp_crit, NULL, 2); 810 static SENSOR_DEVICE_ATTR(temp4_crit, S_IRUGO, show_temp_crit, NULL, 3); 811 static SENSOR_DEVICE_ATTR(temp5_crit, S_IRUGO, show_temp_crit, NULL, 4); 812 static SENSOR_DEVICE_ATTR(temp6_crit, S_IRUGO, show_temp_crit, NULL, 5);
|
D | max6639.c | 223 static ssize_t show_temp_crit(struct device *dev, in show_temp_crit() function 355 static SENSOR_DEVICE_ATTR(temp1_crit, S_IWUSR | S_IRUGO, show_temp_crit, 357 static SENSOR_DEVICE_ATTR(temp2_crit, S_IWUSR | S_IRUGO, show_temp_crit,
|
D | f71882fg.c | 343 static ssize_t show_temp_crit(struct device *dev, struct device_attribute 420 SENSOR_ATTR_2(temp1_crit, S_IRUGO|S_IWUSR, show_temp_crit, 432 SENSOR_ATTR_2(temp2_crit, S_IRUGO|S_IWUSR, show_temp_crit, 444 SENSOR_ATTR_2(temp3_crit, S_IRUGO|S_IWUSR, show_temp_crit, 465 SENSOR_ATTR_2(temp1_crit, S_IRUGO|S_IWUSR, show_temp_crit, 480 SENSOR_ATTR_2(temp2_crit, S_IRUGO|S_IWUSR, show_temp_crit, 495 SENSOR_ATTR_2(temp3_crit, S_IRUGO|S_IWUSR, show_temp_crit, 547 SENSOR_ATTR_2(temp1_max, S_IRUGO|S_IWUSR, show_temp_crit, 554 SENSOR_ATTR_2(temp2_max, S_IRUGO|S_IWUSR, show_temp_crit, 561 SENSOR_ATTR_2(temp3_max, S_IRUGO|S_IWUSR, show_temp_crit, [all …]
|
D | pc87360.c | 894 static ssize_t show_temp_crit(struct device *dev, in show_temp_crit() function 1002 show_temp_crit, set_temp_crit, 0), 1004 show_temp_crit, set_temp_crit, 1), 1006 show_temp_crit, set_temp_crit, 2),
|
D | adm1031.c | 722 static ssize_t show_temp_crit(struct device *dev, in show_temp_crit() function 825 show_temp_crit, set_temp_crit, offset - 1)
|
D | adm1026.c | 999 static ssize_t show_temp_crit(struct device *dev, in show_temp_crit() function 1031 show_temp_crit, set_temp_crit, offset - 1);
|