/drivers/hwmon/ |
D | sch5627.c | 240 static ssize_t show_temp_max(struct device *dev, struct device_attribute in show_temp_max() function 346 static SENSOR_DEVICE_ATTR(temp1_max, S_IRUGO, show_temp_max, NULL, 0); 347 static SENSOR_DEVICE_ATTR(temp2_max, S_IRUGO, show_temp_max, NULL, 1); 348 static SENSOR_DEVICE_ATTR(temp3_max, S_IRUGO, show_temp_max, NULL, 2); 349 static SENSOR_DEVICE_ATTR(temp4_max, S_IRUGO, show_temp_max, NULL, 3); 350 static SENSOR_DEVICE_ATTR(temp5_max, S_IRUGO, show_temp_max, NULL, 4); 351 static SENSOR_DEVICE_ATTR(temp6_max, S_IRUGO, show_temp_max, NULL, 5); 352 static SENSOR_DEVICE_ATTR(temp7_max, S_IRUGO, show_temp_max, NULL, 6); 353 static SENSOR_DEVICE_ATTR(temp8_max, S_IRUGO, show_temp_max, NULL, 7);
|
D | fschmd.c | 361 static ssize_t show_temp_max(struct device *dev, in show_temp_max() function 617 SENSOR_ATTR(temp1_max, 0644, show_temp_max, store_temp_max, 0), 621 SENSOR_ATTR(temp2_max, 0644, show_temp_max, store_temp_max, 1), 625 SENSOR_ATTR(temp3_max, 0644, show_temp_max, store_temp_max, 2), 629 SENSOR_ATTR(temp4_max, 0644, show_temp_max, store_temp_max, 3), 633 SENSOR_ATTR(temp5_max, 0644, show_temp_max, store_temp_max, 4), 637 SENSOR_ATTR(temp6_max, 0644, show_temp_max, store_temp_max, 5), 641 SENSOR_ATTR(temp7_max, 0644, show_temp_max, store_temp_max, 6), 645 SENSOR_ATTR(temp8_max, 0644, show_temp_max, store_temp_max, 7), 649 SENSOR_ATTR(temp9_max, 0644, show_temp_max, store_temp_max, 8), [all …]
|
D | max1668.c | 154 static ssize_t show_temp_max(struct device *dev, in show_temp_max() function 254 static SENSOR_DEVICE_ATTR(temp1_max, S_IRUGO, show_temp_max, 259 static SENSOR_DEVICE_ATTR(temp2_max, S_IRUGO, show_temp_max, 264 static SENSOR_DEVICE_ATTR(temp3_max, S_IRUGO, show_temp_max, 269 static SENSOR_DEVICE_ATTR(temp4_max, S_IRUGO, show_temp_max, 274 static SENSOR_DEVICE_ATTR(temp5_max, S_IRUGO, show_temp_max,
|
D | max6642.c | 219 static ssize_t show_temp_max(struct device *dev, struct device_attribute *attr, in show_temp_max() function 259 static SENSOR_DEVICE_ATTR_2(temp1_max, S_IWUSR | S_IRUGO, show_temp_max, 261 static SENSOR_DEVICE_ATTR_2(temp2_max, S_IWUSR | S_IRUGO, show_temp_max,
|
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 | emc2103.c | 206 show_temp_max(struct device *dev, struct device_attribute *da, char *buf) in show_temp_max() function 474 static SENSOR_DEVICE_ATTR(temp1_max, S_IRUGO | S_IWUSR, show_temp_max, 485 static SENSOR_DEVICE_ATTR(temp2_max, S_IRUGO | S_IWUSR, show_temp_max, 496 static SENSOR_DEVICE_ATTR(temp3_max, S_IRUGO | S_IWUSR, show_temp_max, 507 static SENSOR_DEVICE_ATTR(temp4_max, S_IRUGO | S_IWUSR, show_temp_max,
|
D | k10temp.c | 67 static ssize_t show_temp_max(struct device *dev, in show_temp_max() function 96 static DEVICE_ATTR(temp1_max, S_IRUGO, show_temp_max, NULL);
|
D | adm1021.c | 146 static ssize_t show_temp_max(struct device *dev, in show_temp_max() function 267 static SENSOR_DEVICE_ATTR(temp1_max, S_IWUSR | S_IRUGO, show_temp_max, 272 static SENSOR_DEVICE_ATTR(temp2_max, S_IWUSR | S_IRUGO, show_temp_max,
|
D | pc87427.c | 718 static ssize_t show_temp_max(struct device *dev, struct device_attribute in show_temp_max() function 799 static SENSOR_DEVICE_ATTR(temp1_max, S_IRUGO, show_temp_max, NULL, 0); 800 static SENSOR_DEVICE_ATTR(temp2_max, S_IRUGO, show_temp_max, NULL, 1); 801 static SENSOR_DEVICE_ATTR(temp3_max, S_IRUGO, show_temp_max, NULL, 2); 802 static SENSOR_DEVICE_ATTR(temp4_max, S_IRUGO, show_temp_max, NULL, 3); 803 static SENSOR_DEVICE_ATTR(temp5_max, S_IRUGO, show_temp_max, NULL, 4); 804 static SENSOR_DEVICE_ATTR(temp6_max, S_IRUGO, show_temp_max, NULL, 5);
|
D | f71882fg.c | 306 static ssize_t show_temp_max(struct device *dev, struct device_attribute 387 SENSOR_ATTR_2(temp1_max, S_IRUGO|S_IWUSR, show_temp_max, 399 SENSOR_ATTR_2(temp2_max, S_IRUGO|S_IWUSR, show_temp_max, 411 SENSOR_ATTR_2(temp3_max, S_IRUGO|S_IWUSR, show_temp_max, 427 SENSOR_ATTR_2(temp1_max, S_IRUGO|S_IWUSR, show_temp_max, 446 SENSOR_ATTR_2(temp2_max, S_IRUGO|S_IWUSR, show_temp_max, 461 SENSOR_ATTR_2(temp3_max, S_IRUGO|S_IWUSR, show_temp_max, 504 SENSOR_ATTR_2(temp1_max_hyst, S_IRUGO|S_IWUSR, show_temp_max, 511 SENSOR_ATTR_2(temp2_max_hyst, S_IRUGO|S_IWUSR, show_temp_max, 518 SENSOR_ATTR_2(temp3_max_hyst, S_IRUGO|S_IWUSR, show_temp_max, [all …]
|
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 | thmc50.c | 196 static ssize_t show_temp_max(struct device *dev, struct device_attribute *attr, in show_temp_max() function 249 show_temp_max, set_temp_max, offset - 1); \
|
D | w83627ehf.c | 1303 SENSOR_ATTR(temp1_max, S_IRUGO | S_IWUSR, show_temp_max, 1305 SENSOR_ATTR(temp2_max, S_IRUGO | S_IWUSR, show_temp_max, 1307 SENSOR_ATTR(temp3_max, S_IRUGO | S_IWUSR, show_temp_max, 1309 SENSOR_ATTR(temp4_max, S_IRUGO | S_IWUSR, show_temp_max, 1311 SENSOR_ATTR(temp5_max, S_IRUGO | S_IWUSR, show_temp_max, 1313 SENSOR_ATTR(temp6_max, S_IRUGO | S_IWUSR, show_temp_max, 1315 SENSOR_ATTR(temp7_max, S_IRUGO | S_IWUSR, show_temp_max, 1317 SENSOR_ATTR(temp8_max, S_IRUGO | S_IWUSR, show_temp_max, 1319 SENSOR_ATTR(temp9_max, S_IRUGO | S_IWUSR, show_temp_max,
|
D | f75375s.c | 599 static ssize_t show_temp_max(struct device *dev, struct device_attribute *attr, in show_temp_max() function 696 show_temp_max, set_temp_max, 0); 701 show_temp_max, set_temp_max, 1);
|
D | adm1025.c | 209 show_temp_max(struct device *dev, struct device_attribute *attr, char *buf) in show_temp_max() function 320 show_temp_max, set_temp_max, offset - 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 | smsc47m192.c | 248 static ssize_t show_temp_max(struct device *dev, struct device_attribute *attr, in show_temp_max() function 353 show_temp_max, set_temp_max, index-1); \
|
D | f71805f.c | 876 static ssize_t show_temp_max(struct device *dev, struct device_attribute in show_temp_max() function 1065 show_temp_max, set_temp_max, 0); 1071 show_temp_max, set_temp_max, 1); 1077 show_temp_max, set_temp_max, 2);
|
D | lm77.c | 238 show_temp_max, set_temp_max);
|
D | pc87360.c | 884 static ssize_t show_temp_max(struct device *dev, in show_temp_max() function 992 show_temp_max, set_temp_max, 0), 994 show_temp_max, set_temp_max, 1), 996 show_temp_max, set_temp_max, 2),
|
D | vt8231.c | 415 static ssize_t show_temp_max(struct device *dev, struct device_attribute *attr, in show_temp_max() function 480 show_temp_max, set_temp_max, offset - 1); \
|
D | jc42.c | 399 show_temp_max, set_temp_max);
|
D | adm1031.c | 650 static ssize_t show_temp_max(struct device *dev, in show_temp_max() function 758 show_temp_max, set_temp_max, offset - 1); \
|
D | lm93.c | 1344 static ssize_t show_temp_max(struct device *dev, in show_temp_max() function 1373 show_temp_max, store_temp_max, 0); 1375 show_temp_max, store_temp_max, 1); 1377 show_temp_max, store_temp_max, 2);
|