/linux-4.4.14/drivers/hwmon/ |
D | lm93.c | 1238 static ssize_t store_in_max(struct device *dev, struct device_attribute *attr, in store_in_max() function 1270 show_in_max, store_in_max, 0); 1272 show_in_max, store_in_max, 1); 1274 show_in_max, store_in_max, 2); 1276 show_in_max, store_in_max, 3); 1278 show_in_max, store_in_max, 4); 1280 show_in_max, store_in_max, 5); 1282 show_in_max, store_in_max, 6); 1284 show_in_max, store_in_max, 7); 1286 show_in_max, store_in_max, 8); [all …]
|
D | w83791d.c | 432 SENSOR_ATTR(in0_max, S_IWUSR | S_IRUGO, show_in_max, store_in_max, 0), 433 SENSOR_ATTR(in1_max, S_IWUSR | S_IRUGO, show_in_max, store_in_max, 1), 434 SENSOR_ATTR(in2_max, S_IWUSR | S_IRUGO, show_in_max, store_in_max, 2), 435 SENSOR_ATTR(in3_max, S_IWUSR | S_IRUGO, show_in_max, store_in_max, 3), 436 SENSOR_ATTR(in4_max, S_IWUSR | S_IRUGO, show_in_max, store_in_max, 4), 437 SENSOR_ATTR(in5_max, S_IWUSR | S_IRUGO, show_in_max, store_in_max, 5), 438 SENSOR_ATTR(in6_max, S_IWUSR | S_IRUGO, show_in_max, store_in_max, 6), 439 SENSOR_ATTR(in7_max, S_IWUSR | S_IRUGO, show_in_max, store_in_max, 7), 440 SENSOR_ATTR(in8_max, S_IWUSR | S_IRUGO, show_in_max, store_in_max, 8), 441 SENSOR_ATTR(in9_max, S_IWUSR | S_IRUGO, show_in_max, store_in_max, 9),
|
D | w83792d.c | 1018 show_in_max, store_in_max, 0); 1020 show_in_max, store_in_max, 1); 1022 show_in_max, store_in_max, 2); 1024 show_in_max, store_in_max, 3); 1026 show_in_max, store_in_max, 4); 1028 show_in_max, store_in_max, 5); 1030 show_in_max, store_in_max, 6); 1032 show_in_max, store_in_max, 7); 1034 show_in_max, store_in_max, 8);
|
D | w83l786ng.c | 285 SENSOR_ATTR(in0_max, S_IWUSR | S_IRUGO, show_in_max, store_in_max, 0), 286 SENSOR_ATTR(in1_max, S_IWUSR | S_IRUGO, show_in_max, store_in_max, 1), 287 SENSOR_ATTR(in2_max, S_IWUSR | S_IRUGO, show_in_max, store_in_max, 2),
|
D | w83627ehf.c | 1026 SENSOR_ATTR(in0_max, S_IWUSR | S_IRUGO, show_in_max, store_in_max, 0), 1027 SENSOR_ATTR(in1_max, S_IWUSR | S_IRUGO, show_in_max, store_in_max, 1), 1028 SENSOR_ATTR(in2_max, S_IWUSR | S_IRUGO, show_in_max, store_in_max, 2), 1029 SENSOR_ATTR(in3_max, S_IWUSR | S_IRUGO, show_in_max, store_in_max, 3), 1030 SENSOR_ATTR(in4_max, S_IWUSR | S_IRUGO, show_in_max, store_in_max, 4), 1031 SENSOR_ATTR(in5_max, S_IWUSR | S_IRUGO, show_in_max, store_in_max, 5), 1032 SENSOR_ATTR(in6_max, S_IWUSR | S_IRUGO, show_in_max, store_in_max, 6), 1033 SENSOR_ATTR(in7_max, S_IWUSR | S_IRUGO, show_in_max, store_in_max, 7), 1034 SENSOR_ATTR(in8_max, S_IWUSR | S_IRUGO, show_in_max, store_in_max, 8), 1035 SENSOR_ATTR(in9_max, S_IWUSR | S_IRUGO, show_in_max, store_in_max, 9),
|
D | f71882fg.c | 311 static ssize_t store_in_max(struct device *dev, struct device_attribute 586 SENSOR_ATTR_2(in1_max, S_IRUGO|S_IWUSR, show_in_max, store_in_max, 1494 static ssize_t store_in_max(struct device *dev, struct device_attribute in store_in_max() function
|
D | w83627hf.c | 525 store_in_max(struct device *dev, struct device_attribute *devattr, in store_in_max() function 549 show_in_max, store_in_max, offset);
|
D | w83781d.c | 300 show_in_max, store_in_max, offset)
|