/drivers/hwmon/ |
D | lm80.c | 386 show_in_max, set_in_max, 0); 388 show_in_max, set_in_max, 1); 390 show_in_max, set_in_max, 2); 392 show_in_max, set_in_max, 3); 394 show_in_max, set_in_max, 4); 396 show_in_max, set_in_max, 5); 398 show_in_max, set_in_max, 6);
|
D | pc87360.c | 456 static ssize_t set_in_max(struct device *dev, struct device_attribute *devattr, in set_in_max() function 517 SENSOR_ATTR(in0_max, S_IWUSR | S_IRUGO, show_in_max, set_in_max, 0), 518 SENSOR_ATTR(in1_max, S_IWUSR | S_IRUGO, show_in_max, set_in_max, 1), 519 SENSOR_ATTR(in2_max, S_IWUSR | S_IRUGO, show_in_max, set_in_max, 2), 520 SENSOR_ATTR(in3_max, S_IWUSR | S_IRUGO, show_in_max, set_in_max, 3), 521 SENSOR_ATTR(in4_max, S_IWUSR | S_IRUGO, show_in_max, set_in_max, 4), 522 SENSOR_ATTR(in5_max, S_IWUSR | S_IRUGO, show_in_max, set_in_max, 5), 523 SENSOR_ATTR(in6_max, S_IWUSR | S_IRUGO, show_in_max, set_in_max, 6), 524 SENSOR_ATTR(in7_max, S_IWUSR | S_IRUGO, show_in_max, set_in_max, 7), 525 SENSOR_ATTR(in8_max, S_IWUSR | S_IRUGO, show_in_max, set_in_max, 8), [all …]
|
D | gl520sm.c | 225 static ssize_t set_in_max(struct device *dev, struct device_attribute *attr, in set_in_max() function 275 get_in_max, set_in_max, 0); 277 get_in_max, set_in_max, 1); 279 get_in_max, set_in_max, 2); 281 get_in_max, set_in_max, 3); 283 get_in_max, set_in_max, 4);
|
D | f71805f.c | 528 static ssize_t set_in_max(struct device *dev, struct device_attribute in set_in_max() function 998 show_in_max, set_in_max, 1); 1003 show_in_max, set_in_max, 2); 1008 show_in_max, set_in_max, 3); 1013 show_in_max, set_in_max, 4); 1018 show_in_max, set_in_max, 5); 1023 show_in_max, set_in_max, 6); 1028 show_in_max, set_in_max, 7); 1033 show_in_max, set_in_max, 8);
|
D | f75375s.c | 546 static ssize_t set_in_max(struct device *dev, struct device_attribute *attr, in set_in_max() function 674 show_in_max, set_in_max, 0); 679 show_in_max, set_in_max, 1); 684 show_in_max, set_in_max, 2); 689 show_in_max, set_in_max, 3);
|
D | adm1025.c | 237 static ssize_t set_in_max(struct device *dev, struct device_attribute *attr, in set_in_max() function 264 show_in_max, set_in_max, offset)
|
D | smsc47m192.c | 190 static ssize_t set_in_max(struct device *dev, struct device_attribute *attr, in set_in_max() function 218 show_in_max, set_in_max, offset);
|
D | via686a.c | 404 static ssize_t set_in_max(struct device *dev, struct device_attribute *da, in set_in_max() function 429 show_in_max, set_in_max, offset);
|
D | sis5595.c | 271 static ssize_t set_in_max(struct device *dev, struct device_attribute *da, in set_in_max() function 297 show_in_max, set_in_max, offset);
|
D | adm9240.c | 278 static ssize_t set_in_max(struct device *dev, in set_in_max() function 306 show_in_max, set_in_max, nr);
|
D | lm78.c | 201 static ssize_t set_in_max(struct device *dev, struct device_attribute *da, in set_in_max() function 227 show_in_max, set_in_max, offset);
|
D | lm87.c | 330 static ssize_t set_in_max(struct device *dev, struct device_attribute *attr, in set_in_max() function 357 show_in_max, set_in_max, offset)
|
D | vt8231.c | 245 static ssize_t set_in_max(struct device *dev, struct device_attribute *attr, in set_in_max() function 337 show_in_max, set_in_max, offset)
|
D | lm85.c | 712 static ssize_t set_in_max(struct device *dev, struct device_attribute *attr, in set_in_max() function 738 show_in_max, set_in_max, offset)
|
D | adm1026.c | 754 static ssize_t set_in_max(struct device *dev, struct device_attribute *attr, in set_in_max() function 781 show_in_max, set_in_max, offset);
|
D | asb100.c | 289 show_in_max, set_in_max, offset)
|
D | it87.c | 492 static ssize_t set_in_max(struct device *dev, struct device_attribute *attr, in set_in_max() function 520 show_in_max, set_in_max, offset);
|