/linux-2.6.39/drivers/hwmon/ |
D | fschmd.c | 348 static ssize_t show_temp_max(struct device *dev, in show_temp_max() function 576 SENSOR_ATTR(temp1_max, 0644, show_temp_max, store_temp_max, 0), 580 SENSOR_ATTR(temp2_max, 0644, show_temp_max, store_temp_max, 1), 584 SENSOR_ATTR(temp3_max, 0644, show_temp_max, store_temp_max, 2), 588 SENSOR_ATTR(temp4_max, 0644, show_temp_max, store_temp_max, 3), 592 SENSOR_ATTR(temp5_max, 0644, show_temp_max, store_temp_max, 4), 596 SENSOR_ATTR(temp6_max, 0644, show_temp_max, store_temp_max, 5), 600 SENSOR_ATTR(temp7_max, 0644, show_temp_max, store_temp_max, 6), 604 SENSOR_ATTR(temp8_max, 0644, show_temp_max, store_temp_max, 7), 608 SENSOR_ATTR(temp9_max, 0644, show_temp_max, store_temp_max, 8), [all …]
|
D | sch5627.c | 400 static ssize_t show_temp_max(struct device *dev, struct device_attribute in show_temp_max() function 506 static SENSOR_DEVICE_ATTR(temp1_max, S_IRUGO, show_temp_max, NULL, 0); 507 static SENSOR_DEVICE_ATTR(temp2_max, S_IRUGO, show_temp_max, NULL, 1); 508 static SENSOR_DEVICE_ATTR(temp3_max, S_IRUGO, show_temp_max, NULL, 2); 509 static SENSOR_DEVICE_ATTR(temp4_max, S_IRUGO, show_temp_max, NULL, 3); 510 static SENSOR_DEVICE_ATTR(temp5_max, S_IRUGO, show_temp_max, NULL, 4); 511 static SENSOR_DEVICE_ATTR(temp6_max, S_IRUGO, show_temp_max, NULL, 5); 512 static SENSOR_DEVICE_ATTR(temp7_max, S_IRUGO, show_temp_max, NULL, 6); 513 static SENSOR_DEVICE_ATTR(temp8_max, S_IRUGO, show_temp_max, NULL, 7);
|
D | adt7470.c | 529 static ssize_t show_temp_max(struct device *dev, in show_temp_max() function 966 static SENSOR_DEVICE_ATTR(temp1_max, S_IWUSR | S_IRUGO, show_temp_max, 968 static SENSOR_DEVICE_ATTR(temp2_max, S_IWUSR | S_IRUGO, show_temp_max, 970 static SENSOR_DEVICE_ATTR(temp3_max, S_IWUSR | S_IRUGO, show_temp_max, 972 static SENSOR_DEVICE_ATTR(temp4_max, S_IWUSR | S_IRUGO, show_temp_max, 974 static SENSOR_DEVICE_ATTR(temp5_max, S_IWUSR | S_IRUGO, show_temp_max, 976 static SENSOR_DEVICE_ATTR(temp6_max, S_IWUSR | S_IRUGO, show_temp_max, 978 static SENSOR_DEVICE_ATTR(temp7_max, S_IWUSR | S_IRUGO, show_temp_max, 980 static SENSOR_DEVICE_ATTR(temp8_max, S_IWUSR | S_IRUGO, show_temp_max, 982 static SENSOR_DEVICE_ATTR(temp9_max, S_IWUSR | S_IRUGO, show_temp_max, [all …]
|
D | k10temp.c | 64 static ssize_t show_temp_max(struct device *dev, in show_temp_max() function 93 static DEVICE_ATTR(temp1_max, S_IRUGO, show_temp_max, NULL);
|
D | emc2103.c | 204 show_temp_max(struct device *dev, struct device_attribute *da, char *buf) in show_temp_max() function 470 static SENSOR_DEVICE_ATTR(temp1_max, S_IRUGO | S_IWUSR, show_temp_max, 481 static SENSOR_DEVICE_ATTR(temp2_max, S_IRUGO | S_IWUSR, show_temp_max, 492 static SENSOR_DEVICE_ATTR(temp3_max, S_IRUGO | S_IWUSR, show_temp_max, 503 static SENSOR_DEVICE_ATTR(temp4_max, S_IRUGO | S_IWUSR, show_temp_max,
|
D | adm1021.c | 144 static ssize_t show_temp_max(struct device *dev, in show_temp_max() function 246 static SENSOR_DEVICE_ATTR(temp1_max, S_IWUSR | S_IRUGO, show_temp_max, 251 static SENSOR_DEVICE_ATTR(temp2_max, S_IWUSR | S_IRUGO, show_temp_max,
|
D | pc87427.c | 702 static ssize_t show_temp_max(struct device *dev, struct device_attribute in show_temp_max() function 783 static SENSOR_DEVICE_ATTR(temp1_max, S_IRUGO, show_temp_max, NULL, 0); 784 static SENSOR_DEVICE_ATTR(temp2_max, S_IRUGO, show_temp_max, NULL, 1); 785 static SENSOR_DEVICE_ATTR(temp3_max, S_IRUGO, show_temp_max, NULL, 2); 786 static SENSOR_DEVICE_ATTR(temp4_max, S_IRUGO, show_temp_max, NULL, 3); 787 static SENSOR_DEVICE_ATTR(temp5_max, S_IRUGO, show_temp_max, NULL, 4); 788 static SENSOR_DEVICE_ATTR(temp6_max, S_IRUGO, show_temp_max, NULL, 5);
|
D | max6639.c | 191 static ssize_t show_temp_max(struct device *dev, in show_temp_max() function 355 static SENSOR_DEVICE_ATTR(temp1_max, S_IWUSR | S_IRUGO, show_temp_max, 357 static SENSOR_DEVICE_ATTR(temp2_max, S_IWUSR | S_IRUGO, show_temp_max,
|
D | tmp401.c | 259 static ssize_t show_temp_max(struct device *dev, in show_temp_max() function 468 SENSOR_ATTR(temp1_max, S_IWUSR | S_IRUGO, show_temp_max, 483 SENSOR_ATTR(temp2_max, S_IWUSR | S_IRUGO, show_temp_max,
|
D | f71882fg.c | 275 static ssize_t show_temp_max(struct device *dev, struct device_attribute 350 SENSOR_ATTR_2(temp1_max, S_IRUGO|S_IWUSR, show_temp_max, 362 SENSOR_ATTR_2(temp2_max, S_IRUGO|S_IWUSR, show_temp_max, 374 SENSOR_ATTR_2(temp3_max, S_IRUGO|S_IWUSR, show_temp_max, 390 SENSOR_ATTR_2(temp1_max, S_IRUGO|S_IWUSR, show_temp_max, 407 SENSOR_ATTR_2(temp2_max, S_IRUGO|S_IWUSR, show_temp_max, 422 SENSOR_ATTR_2(temp3_max, S_IRUGO|S_IWUSR, show_temp_max, 464 SENSOR_ATTR_2(temp1_max_hyst, S_IRUGO|S_IWUSR, show_temp_max, 471 SENSOR_ATTR_2(temp2_max_hyst, S_IRUGO|S_IWUSR, show_temp_max, 478 SENSOR_ATTR_2(temp3_max_hyst, S_IRUGO|S_IWUSR, show_temp_max, [all …]
|
D | thmc50.c | 186 static ssize_t show_temp_max(struct device *dev, struct device_attribute *attr, in show_temp_max() function 234 show_temp_max, set_temp_max, offset - 1); \
|
D | w83627ehf.c | 1223 SENSOR_ATTR(temp1_max, S_IRUGO | S_IWUSR, show_temp_max, 1225 SENSOR_ATTR(temp2_max, S_IRUGO | S_IWUSR, show_temp_max, 1227 SENSOR_ATTR(temp3_max, S_IRUGO | S_IWUSR, show_temp_max, 1229 SENSOR_ATTR(temp4_max, S_IRUGO | S_IWUSR, show_temp_max, 1231 SENSOR_ATTR(temp5_max, S_IRUGO | S_IWUSR, show_temp_max, 1233 SENSOR_ATTR(temp6_max, S_IRUGO | S_IWUSR, show_temp_max, 1235 SENSOR_ATTR(temp7_max, S_IRUGO | S_IWUSR, show_temp_max, 1237 SENSOR_ATTR(temp8_max, S_IRUGO | S_IWUSR, show_temp_max, 1239 SENSOR_ATTR(temp9_max, S_IRUGO | S_IWUSR, show_temp_max,
|
D | f75375s.c | 447 static ssize_t show_temp_max(struct device *dev, struct device_attribute *attr, in show_temp_max() function 532 show_temp_max, set_temp_max, 0); 537 show_temp_max, set_temp_max, 1);
|
D | adm1025.c | 208 show_temp_max(struct device *dev, struct device_attribute *attr, char *buf) in show_temp_max() function 299 show_temp_max, set_temp_max, offset - 1)
|
D | smsc47m192.c | 236 static ssize_t show_temp_max(struct device *dev, struct device_attribute *attr, in show_temp_max() function 324 show_temp_max, set_temp_max, index-1); \
|
D | adt7462.c | 851 static ssize_t show_temp_max(struct device *dev, in show_temp_max() function 1461 static SENSOR_DEVICE_ATTR(temp1_max, S_IWUSR | S_IRUGO, show_temp_max, 1463 static SENSOR_DEVICE_ATTR(temp2_max, S_IWUSR | S_IRUGO, show_temp_max, 1465 static SENSOR_DEVICE_ATTR(temp3_max, S_IWUSR | S_IRUGO, show_temp_max, 1467 static SENSOR_DEVICE_ATTR(temp4_max, S_IWUSR | S_IRUGO, show_temp_max,
|
D | f71805f.c | 817 static ssize_t show_temp_max(struct device *dev, struct device_attribute in show_temp_max() function 996 show_temp_max, set_temp_max, 0); 1002 show_temp_max, set_temp_max, 1); 1008 show_temp_max, set_temp_max, 2);
|
D | lm77.c | 212 show_temp_max, set_temp_max);
|
D | pc87360.c | 805 static ssize_t show_temp_max(struct device *dev, struct device_attribute *devattr, char *buf) in show_temp_max() function 886 show_temp_max, set_temp_max, 0), 888 show_temp_max, set_temp_max, 1), 890 show_temp_max, set_temp_max, 2),
|
D | vt8231.c | 379 static ssize_t show_temp_max(struct device *dev, struct device_attribute *attr, in show_temp_max() function 433 show_temp_max, set_temp_max, offset - 1); \
|
D | jc42.c | 390 show_temp_max, set_temp_max);
|
D | adm1031.c | 613 static ssize_t show_temp_max(struct device *dev, in show_temp_max() function 705 show_temp_max, set_temp_max, offset - 1); \
|
D | lm93.c | 1290 static ssize_t show_temp_max(struct device *dev, in show_temp_max() function 1314 show_temp_max, store_temp_max, 0); 1316 show_temp_max, store_temp_max, 1); 1318 show_temp_max, store_temp_max, 2);
|
D | lm85.c | 737 static ssize_t show_temp_max(struct device *dev, struct device_attribute *attr, in show_temp_max() function 769 show_temp_max, set_temp_max, offset - 1);
|
D | w83627hf.c | 619 show_temp_max(struct device *dev, struct device_attribute *devattr, in show_temp_max() function 678 show_temp_max, store_temp_max, offset - 1); \
|