/linux-6.3-rc2/drivers/hwmon/ |
A D | it87.c | 925 static SENSOR_DEVICE_ATTR_2(in0_input, S_IRUGO, show_in, NULL, 0, 0); 931 static SENSOR_DEVICE_ATTR_2(in1_input, S_IRUGO, show_in, NULL, 1, 0); 937 static SENSOR_DEVICE_ATTR_2(in2_input, S_IRUGO, show_in, NULL, 2, 0); 943 static SENSOR_DEVICE_ATTR_2(in3_input, S_IRUGO, show_in, NULL, 3, 0); 949 static SENSOR_DEVICE_ATTR_2(in4_input, S_IRUGO, show_in, NULL, 4, 0); 955 static SENSOR_DEVICE_ATTR_2(in5_input, S_IRUGO, show_in, NULL, 5, 0); 961 static SENSOR_DEVICE_ATTR_2(in6_input, S_IRUGO, show_in, NULL, 6, 0); 967 static SENSOR_DEVICE_ATTR_2(in7_input, S_IRUGO, show_in, NULL, 7, 0); 973 static SENSOR_DEVICE_ATTR_2(in8_input, S_IRUGO, show_in, NULL, 8, 0); 974 static SENSOR_DEVICE_ATTR_2(in9_input, S_IRUGO, show_in, NULL, 9, 0); [all …]
|
A D | pcf8591.c | 80 static ssize_t show_in##channel##_input(struct device *dev, \ 87 show_in##channel##_input, NULL);
|
A D | w83791d.c | 389 SENSOR_ATTR(in0_input, S_IRUGO, show_in, NULL, 0), 390 SENSOR_ATTR(in1_input, S_IRUGO, show_in, NULL, 1), 391 SENSOR_ATTR(in2_input, S_IRUGO, show_in, NULL, 2), 392 SENSOR_ATTR(in3_input, S_IRUGO, show_in, NULL, 3), 393 SENSOR_ATTR(in4_input, S_IRUGO, show_in, NULL, 4), 394 SENSOR_ATTR(in5_input, S_IRUGO, show_in, NULL, 5), 395 SENSOR_ATTR(in6_input, S_IRUGO, show_in, NULL, 6), 396 SENSOR_ATTR(in7_input, S_IRUGO, show_in, NULL, 7), 397 SENSOR_ATTR(in8_input, S_IRUGO, show_in, NULL, 8), 398 SENSOR_ATTR(in9_input, S_IRUGO, show_in, NULL, 9),
|
A D | w83792d.c | 339 static ssize_t show_in(struct device *dev, struct device_attribute *attr, in show_in() function 961 static SENSOR_DEVICE_ATTR(in0_input, S_IRUGO, show_in, NULL, 0); 962 static SENSOR_DEVICE_ATTR(in1_input, S_IRUGO, show_in, NULL, 1); 963 static SENSOR_DEVICE_ATTR(in2_input, S_IRUGO, show_in, NULL, 2); 964 static SENSOR_DEVICE_ATTR(in3_input, S_IRUGO, show_in, NULL, 3); 965 static SENSOR_DEVICE_ATTR(in4_input, S_IRUGO, show_in, NULL, 4); 966 static SENSOR_DEVICE_ATTR(in5_input, S_IRUGO, show_in, NULL, 5); 967 static SENSOR_DEVICE_ATTR(in6_input, S_IRUGO, show_in, NULL, 6); 968 static SENSOR_DEVICE_ATTR(in7_input, S_IRUGO, show_in, NULL, 7); 969 static SENSOR_DEVICE_ATTR(in8_input, S_IRUGO, show_in, NULL, 8);
|
A D | f71805f.c | 491 static ssize_t show_in(struct device *dev, struct device_attribute *devattr, in show_in() function 989 static SENSOR_DEVICE_ATTR(in1_input, S_IRUGO, show_in, NULL, 1); 994 static SENSOR_DEVICE_ATTR(in2_input, S_IRUGO, show_in, NULL, 2); 999 static SENSOR_DEVICE_ATTR(in3_input, S_IRUGO, show_in, NULL, 3); 1004 static SENSOR_DEVICE_ATTR(in4_input, S_IRUGO, show_in, NULL, 4); 1009 static SENSOR_DEVICE_ATTR(in5_input, S_IRUGO, show_in, NULL, 5); 1014 static SENSOR_DEVICE_ATTR(in6_input, S_IRUGO, show_in, NULL, 6); 1019 static SENSOR_DEVICE_ATTR(in7_input, S_IRUGO, show_in, NULL, 7); 1024 static SENSOR_DEVICE_ATTR(in8_input, S_IRUGO, show_in, NULL, 8);
|
A D | f75375s.c | 507 static ssize_t show_in(struct device *dev, struct device_attribute *attr, in show_in() function 657 static SENSOR_DEVICE_ATTR(in0_input, S_IRUGO, show_in, NULL, 0); 662 static SENSOR_DEVICE_ATTR(in1_input, S_IRUGO, show_in, NULL, 1); 667 static SENSOR_DEVICE_ATTR(in2_input, S_IRUGO, show_in, NULL, 2); 672 static SENSOR_DEVICE_ATTR(in3_input, S_IRUGO, show_in, NULL, 3);
|
A D | f71882fg.c | 921 SENSOR_ATTR_2(in0_input, S_IRUGO, show_in, NULL, 0, 0), 922 SENSOR_ATTR_2(in1_input, S_IRUGO, show_in, NULL, 0, 1), 923 SENSOR_ATTR_2(in2_input, S_IRUGO, show_in, NULL, 0, 2), 924 SENSOR_ATTR_2(in3_input, S_IRUGO, show_in, NULL, 0, 3), 925 SENSOR_ATTR_2(in4_input, S_IRUGO, show_in, NULL, 0, 4), 926 SENSOR_ATTR_2(in5_input, S_IRUGO, show_in, NULL, 0, 5), 927 SENSOR_ATTR_2(in6_input, S_IRUGO, show_in, NULL, 0, 6), 928 SENSOR_ATTR_2(in7_input, S_IRUGO, show_in, NULL, 0, 7), 929 SENSOR_ATTR_2(in8_input, S_IRUGO, show_in, NULL, 0, 8), 930 SENSOR_ATTR_2(in9_input, S_IRUGO, show_in, NULL, 0, 9), [all …]
|
A D | vt1211.c | 340 static ssize_t show_in(struct device *dev, struct device_attribute *attr, in show_in() function 913 show_in, NULL, SHOW_IN_INPUT, ix), \ 915 show_in, set_in, SHOW_SET_IN_MIN, ix), \ 917 show_in, set_in, SHOW_SET_IN_MAX, ix), \ 919 show_in, NULL, SHOW_IN_ALARM, ix) \
|
A D | w83l786ng.c | 259 SENSOR_ATTR(in0_input, S_IRUGO, show_in, NULL, 0), 260 SENSOR_ATTR(in1_input, S_IRUGO, show_in, NULL, 1), 261 SENSOR_ATTR(in2_input, S_IRUGO, show_in, NULL, 2),
|
A D | dme1737.c | 799 static ssize_t show_in(struct device *dev, struct device_attribute *attr, in show_in() function 1513 show_in, NULL, SYS_IN_INPUT, ix); \ 1515 show_in, set_in, SYS_IN_MIN, ix); \ 1517 show_in, set_in, SYS_IN_MAX, ix); \ 1519 show_in, NULL, SYS_IN_ALARM, ix)
|
A D | w83793.c | 953 show_in(struct device *dev, struct device_attribute *attr, char *buf) in show_in() function 1015 SENSOR_ATTR_2(in##index##_input, S_IRUGO, show_in, NULL, \ 1017 SENSOR_ATTR_2(in##index##_max, S_IRUGO | S_IWUSR, show_in, \ 1019 SENSOR_ATTR_2(in##index##_min, S_IRUGO | S_IWUSR, show_in, \
|
A D | w83795.c | 1475 show_in(struct device *dev, struct device_attribute *attr, char *buf) in show_in() function 1610 SENSOR_ATTR_2(in##index##_input, S_IRUGO, show_in, NULL, \ 1612 SENSOR_ATTR_2(in##index##_max, S_IRUGO | S_IWUSR, show_in, \ 1614 SENSOR_ATTR_2(in##index##_min, S_IRUGO | S_IWUSR, show_in, \
|
A D | asb100.c | 271 show_in, NULL, offset); \
|
A D | w83781d.c | 283 show_in, NULL, offset); \
|