/drivers/hwmon/ |
D | w83791d.c | 435 SENSOR_ATTR(in0_max, S_IWUSR | S_IRUGO, show_in_max, store_in_max, 0), 436 SENSOR_ATTR(in1_max, S_IWUSR | S_IRUGO, show_in_max, store_in_max, 1), 437 SENSOR_ATTR(in2_max, S_IWUSR | S_IRUGO, show_in_max, store_in_max, 2), 438 SENSOR_ATTR(in3_max, S_IWUSR | S_IRUGO, show_in_max, store_in_max, 3), 439 SENSOR_ATTR(in4_max, S_IWUSR | S_IRUGO, show_in_max, store_in_max, 4), 440 SENSOR_ATTR(in5_max, S_IWUSR | S_IRUGO, show_in_max, store_in_max, 5), 441 SENSOR_ATTR(in6_max, S_IWUSR | S_IRUGO, show_in_max, store_in_max, 6), 442 SENSOR_ATTR(in7_max, S_IWUSR | S_IRUGO, show_in_max, store_in_max, 7), 443 SENSOR_ATTR(in8_max, S_IWUSR | S_IRUGO, show_in_max, store_in_max, 8), 444 SENSOR_ATTR(in9_max, S_IWUSR | S_IRUGO, show_in_max, store_in_max, 9),
|
D | lm93.c | 1233 static ssize_t store_in_max(struct device *dev, struct device_attribute *attr, in store_in_max() function 1265 show_in_max, store_in_max, 0); 1267 show_in_max, store_in_max, 1); 1269 show_in_max, store_in_max, 2); 1271 show_in_max, store_in_max, 3); 1273 show_in_max, store_in_max, 4); 1275 show_in_max, store_in_max, 5); 1277 show_in_max, store_in_max, 6); 1279 show_in_max, store_in_max, 7); 1281 show_in_max, store_in_max, 8); [all …]
|
D | w83792d.c | 1067 show_in_max, store_in_max, 0); 1069 show_in_max, store_in_max, 1); 1071 show_in_max, store_in_max, 2); 1073 show_in_max, store_in_max, 3); 1075 show_in_max, store_in_max, 4); 1077 show_in_max, store_in_max, 5); 1079 show_in_max, store_in_max, 6); 1081 show_in_max, store_in_max, 7); 1083 show_in_max, store_in_max, 8);
|
D | w83627ehf.c | 1017 SENSOR_ATTR(in0_max, S_IWUSR | S_IRUGO, show_in_max, store_in_max, 0), 1018 SENSOR_ATTR(in1_max, S_IWUSR | S_IRUGO, show_in_max, store_in_max, 1), 1019 SENSOR_ATTR(in2_max, S_IWUSR | S_IRUGO, show_in_max, store_in_max, 2), 1020 SENSOR_ATTR(in3_max, S_IWUSR | S_IRUGO, show_in_max, store_in_max, 3), 1021 SENSOR_ATTR(in4_max, S_IWUSR | S_IRUGO, show_in_max, store_in_max, 4), 1022 SENSOR_ATTR(in5_max, S_IWUSR | S_IRUGO, show_in_max, store_in_max, 5), 1023 SENSOR_ATTR(in6_max, S_IWUSR | S_IRUGO, show_in_max, store_in_max, 6), 1024 SENSOR_ATTR(in7_max, S_IWUSR | S_IRUGO, show_in_max, store_in_max, 7), 1025 SENSOR_ATTR(in8_max, S_IWUSR | S_IRUGO, show_in_max, store_in_max, 8), 1026 SENSOR_ATTR(in9_max, S_IWUSR | S_IRUGO, show_in_max, store_in_max, 9),
|
D | w83l786ng.c | 240 SENSOR_ATTR(in0_max, S_IWUSR | S_IRUGO, show_in_max, store_in_max, 0), 241 SENSOR_ATTR(in1_max, S_IWUSR | S_IRUGO, show_in_max, store_in_max, 1), 242 SENSOR_ATTR(in2_max, S_IWUSR | S_IRUGO, show_in_max, store_in_max, 2),
|
D | f71882fg.c | 282 static ssize_t store_in_max(struct device *dev, struct device_attribute 539 SENSOR_ATTR_2(in1_max, S_IRUGO|S_IWUSR, show_in_max, store_in_max, 1429 static ssize_t store_in_max(struct device *dev, struct device_attribute in store_in_max() function
|
D | w83627hf.c | 454 store_in_max(struct device *dev, struct device_attribute *devattr, in store_in_max() function 478 show_in_max, store_in_max, offset);
|
D | w83781d.c | 301 show_in_max, store_in_max, offset)
|