Symbol: show_in
drivers/hwmon/asb100.c
271
show_in, NULL, offset); \
drivers/hwmon/dme1737.c
1513
show_in, NULL, SYS_IN_INPUT, ix); \
drivers/hwmon/dme1737.c
1515
show_in, set_in, SYS_IN_MIN, ix); \
drivers/hwmon/dme1737.c
1517
show_in, set_in, SYS_IN_MAX, ix); \
drivers/hwmon/dme1737.c
1519
show_in, NULL, SYS_IN_ALARM, ix)
drivers/hwmon/f71805f.c
1004
static SENSOR_DEVICE_ATTR(in4_input, S_IRUGO, show_in, NULL, 4);
drivers/hwmon/f71805f.c
1009
static SENSOR_DEVICE_ATTR(in5_input, S_IRUGO, show_in, NULL, 5);
drivers/hwmon/f71805f.c
1014
static SENSOR_DEVICE_ATTR(in6_input, S_IRUGO, show_in, NULL, 6);
drivers/hwmon/f71805f.c
1019
static SENSOR_DEVICE_ATTR(in7_input, S_IRUGO, show_in, NULL, 7);
drivers/hwmon/f71805f.c
1024
static SENSOR_DEVICE_ATTR(in8_input, S_IRUGO, show_in, NULL, 8);
drivers/hwmon/f71805f.c
989
static SENSOR_DEVICE_ATTR(in1_input, S_IRUGO, show_in, NULL, 1);
drivers/hwmon/f71805f.c
994
static SENSOR_DEVICE_ATTR(in2_input, S_IRUGO, show_in, NULL, 2);
drivers/hwmon/f71805f.c
999
static SENSOR_DEVICE_ATTR(in3_input, S_IRUGO, show_in, NULL, 3);
drivers/hwmon/f71882fg.c
922
SENSOR_ATTR_2(in0_input, S_IRUGO, show_in, NULL, 0, 0),
drivers/hwmon/f71882fg.c
923
SENSOR_ATTR_2(in1_input, S_IRUGO, show_in, NULL, 0, 1),
drivers/hwmon/f71882fg.c
924
SENSOR_ATTR_2(in2_input, S_IRUGO, show_in, NULL, 0, 2),
drivers/hwmon/f71882fg.c
925
SENSOR_ATTR_2(in3_input, S_IRUGO, show_in, NULL, 0, 3),
drivers/hwmon/f71882fg.c
926
SENSOR_ATTR_2(in4_input, S_IRUGO, show_in, NULL, 0, 4),
drivers/hwmon/f71882fg.c
927
SENSOR_ATTR_2(in5_input, S_IRUGO, show_in, NULL, 0, 5),
drivers/hwmon/f71882fg.c
928
SENSOR_ATTR_2(in6_input, S_IRUGO, show_in, NULL, 0, 6),
drivers/hwmon/f71882fg.c
929
SENSOR_ATTR_2(in7_input, S_IRUGO, show_in, NULL, 0, 7),
drivers/hwmon/f71882fg.c
930
SENSOR_ATTR_2(in8_input, S_IRUGO, show_in, NULL, 0, 8),
drivers/hwmon/f71882fg.c
931
SENSOR_ATTR_2(in9_input, S_IRUGO, show_in, NULL, 0, 9),
drivers/hwmon/f71882fg.c
932
SENSOR_ATTR_2(in10_input, S_IRUGO, show_in, NULL, 0, 10),
drivers/hwmon/f75375s.c
632
static SENSOR_DEVICE_ATTR(in0_input, S_IRUGO, show_in, NULL, 0);
drivers/hwmon/f75375s.c
637
static SENSOR_DEVICE_ATTR(in1_input, S_IRUGO, show_in, NULL, 1);
drivers/hwmon/f75375s.c
642
static SENSOR_DEVICE_ATTR(in2_input, S_IRUGO, show_in, NULL, 2);
drivers/hwmon/f75375s.c
647
static SENSOR_DEVICE_ATTR(in3_input, S_IRUGO, show_in, NULL, 3);
drivers/hwmon/it87.c
1030
static SENSOR_DEVICE_ATTR_2(in0_input, S_IRUGO, show_in, NULL, 0, 0);
drivers/hwmon/it87.c
1031
static SENSOR_DEVICE_ATTR_2(in0_min, S_IRUGO | S_IWUSR, show_in, set_in,
drivers/hwmon/it87.c
1033
static SENSOR_DEVICE_ATTR_2(in0_max, S_IRUGO | S_IWUSR, show_in, set_in,
drivers/hwmon/it87.c
1036
static SENSOR_DEVICE_ATTR_2(in1_input, S_IRUGO, show_in, NULL, 1, 0);
drivers/hwmon/it87.c
1037
static SENSOR_DEVICE_ATTR_2(in1_min, S_IRUGO | S_IWUSR, show_in, set_in,
drivers/hwmon/it87.c
1039
static SENSOR_DEVICE_ATTR_2(in1_max, S_IRUGO | S_IWUSR, show_in, set_in,
drivers/hwmon/it87.c
1042
static SENSOR_DEVICE_ATTR_2(in2_input, S_IRUGO, show_in, NULL, 2, 0);
drivers/hwmon/it87.c
1043
static SENSOR_DEVICE_ATTR_2(in2_min, S_IRUGO | S_IWUSR, show_in, set_in,
drivers/hwmon/it87.c
1045
static SENSOR_DEVICE_ATTR_2(in2_max, S_IRUGO | S_IWUSR, show_in, set_in,
drivers/hwmon/it87.c
1048
static SENSOR_DEVICE_ATTR_2(in3_input, S_IRUGO, show_in, NULL, 3, 0);
drivers/hwmon/it87.c
1049
static SENSOR_DEVICE_ATTR_2(in3_min, S_IRUGO | S_IWUSR, show_in, set_in,
drivers/hwmon/it87.c
1051
static SENSOR_DEVICE_ATTR_2(in3_max, S_IRUGO | S_IWUSR, show_in, set_in,
drivers/hwmon/it87.c
1054
static SENSOR_DEVICE_ATTR_2(in4_input, S_IRUGO, show_in, NULL, 4, 0);
drivers/hwmon/it87.c
1055
static SENSOR_DEVICE_ATTR_2(in4_min, S_IRUGO | S_IWUSR, show_in, set_in,
drivers/hwmon/it87.c
1057
static SENSOR_DEVICE_ATTR_2(in4_max, S_IRUGO | S_IWUSR, show_in, set_in,
drivers/hwmon/it87.c
1060
static SENSOR_DEVICE_ATTR_2(in5_input, S_IRUGO, show_in, NULL, 5, 0);
drivers/hwmon/it87.c
1061
static SENSOR_DEVICE_ATTR_2(in5_min, S_IRUGO | S_IWUSR, show_in, set_in,
drivers/hwmon/it87.c
1063
static SENSOR_DEVICE_ATTR_2(in5_max, S_IRUGO | S_IWUSR, show_in, set_in,
drivers/hwmon/it87.c
1066
static SENSOR_DEVICE_ATTR_2(in6_input, S_IRUGO, show_in, NULL, 6, 0);
drivers/hwmon/it87.c
1067
static SENSOR_DEVICE_ATTR_2(in6_min, S_IRUGO | S_IWUSR, show_in, set_in,
drivers/hwmon/it87.c
1069
static SENSOR_DEVICE_ATTR_2(in6_max, S_IRUGO | S_IWUSR, show_in, set_in,
drivers/hwmon/it87.c
1072
static SENSOR_DEVICE_ATTR_2(in7_input, S_IRUGO, show_in, NULL, 7, 0);
drivers/hwmon/it87.c
1073
static SENSOR_DEVICE_ATTR_2(in7_min, S_IRUGO | S_IWUSR, show_in, set_in,
drivers/hwmon/it87.c
1075
static SENSOR_DEVICE_ATTR_2(in7_max, S_IRUGO | S_IWUSR, show_in, set_in,
drivers/hwmon/it87.c
1078
static SENSOR_DEVICE_ATTR_2(in8_input, S_IRUGO, show_in, NULL, 8, 0);
drivers/hwmon/it87.c
1079
static SENSOR_DEVICE_ATTR_2(in9_input, S_IRUGO, show_in, NULL, 9, 0);
drivers/hwmon/it87.c
1080
static SENSOR_DEVICE_ATTR_2(in10_input, S_IRUGO, show_in, NULL, 10, 0);
drivers/hwmon/it87.c
1081
static SENSOR_DEVICE_ATTR_2(in11_input, S_IRUGO, show_in, NULL, 11, 0);
drivers/hwmon/it87.c
1082
static SENSOR_DEVICE_ATTR_2(in12_input, S_IRUGO, show_in, NULL, 12, 0);
drivers/hwmon/pcf8591.c
80
static ssize_t show_in##channel##_input(struct device *dev, \
drivers/hwmon/pcf8591.c
87
show_in##channel##_input, NULL);
drivers/hwmon/vt1211.c
924
show_in, NULL, SHOW_IN_INPUT, ix), \
drivers/hwmon/vt1211.c
926
show_in, set_in, SHOW_SET_IN_MIN, ix), \
drivers/hwmon/vt1211.c
928
show_in, set_in, SHOW_SET_IN_MAX, ix), \
drivers/hwmon/vt1211.c
930
show_in, NULL, SHOW_IN_ALARM, ix) \
drivers/hwmon/w83781d.c
283
show_in, NULL, offset); \
drivers/hwmon/w83791d.c
394
SENSOR_ATTR(in0_input, S_IRUGO, show_in, NULL, 0),
drivers/hwmon/w83791d.c
395
SENSOR_ATTR(in1_input, S_IRUGO, show_in, NULL, 1),
drivers/hwmon/w83791d.c
396
SENSOR_ATTR(in2_input, S_IRUGO, show_in, NULL, 2),
drivers/hwmon/w83791d.c
397
SENSOR_ATTR(in3_input, S_IRUGO, show_in, NULL, 3),
drivers/hwmon/w83791d.c
398
SENSOR_ATTR(in4_input, S_IRUGO, show_in, NULL, 4),
drivers/hwmon/w83791d.c
399
SENSOR_ATTR(in5_input, S_IRUGO, show_in, NULL, 5),
drivers/hwmon/w83791d.c
400
SENSOR_ATTR(in6_input, S_IRUGO, show_in, NULL, 6),
drivers/hwmon/w83791d.c
401
SENSOR_ATTR(in7_input, S_IRUGO, show_in, NULL, 7),
drivers/hwmon/w83791d.c
402
SENSOR_ATTR(in8_input, S_IRUGO, show_in, NULL, 8),
drivers/hwmon/w83791d.c
403
SENSOR_ATTR(in9_input, S_IRUGO, show_in, NULL, 9),
drivers/hwmon/w83792d.c
961
static SENSOR_DEVICE_ATTR(in0_input, S_IRUGO, show_in, NULL, 0);
drivers/hwmon/w83792d.c
962
static SENSOR_DEVICE_ATTR(in1_input, S_IRUGO, show_in, NULL, 1);
drivers/hwmon/w83792d.c
963
static SENSOR_DEVICE_ATTR(in2_input, S_IRUGO, show_in, NULL, 2);
drivers/hwmon/w83792d.c
964
static SENSOR_DEVICE_ATTR(in3_input, S_IRUGO, show_in, NULL, 3);
drivers/hwmon/w83792d.c
965
static SENSOR_DEVICE_ATTR(in4_input, S_IRUGO, show_in, NULL, 4);
drivers/hwmon/w83792d.c
966
static SENSOR_DEVICE_ATTR(in5_input, S_IRUGO, show_in, NULL, 5);
drivers/hwmon/w83792d.c
967
static SENSOR_DEVICE_ATTR(in6_input, S_IRUGO, show_in, NULL, 6);
drivers/hwmon/w83792d.c
968
static SENSOR_DEVICE_ATTR(in7_input, S_IRUGO, show_in, NULL, 7);
drivers/hwmon/w83792d.c
969
static SENSOR_DEVICE_ATTR(in8_input, S_IRUGO, show_in, NULL, 8);
drivers/hwmon/w83793.c
1015
SENSOR_ATTR_2(in##index##_input, S_IRUGO, show_in, NULL, \
drivers/hwmon/w83793.c
1017
SENSOR_ATTR_2(in##index##_max, S_IRUGO | S_IWUSR, show_in, \
drivers/hwmon/w83793.c
1019
SENSOR_ATTR_2(in##index##_min, S_IRUGO | S_IWUSR, show_in, \
drivers/hwmon/w83795.c
1610
SENSOR_ATTR_2(in##index##_input, S_IRUGO, show_in, NULL, \
drivers/hwmon/w83795.c
1612
SENSOR_ATTR_2(in##index##_max, S_IRUGO | S_IWUSR, show_in, \
drivers/hwmon/w83795.c
1614
SENSOR_ATTR_2(in##index##_min, S_IRUGO | S_IWUSR, show_in, \
drivers/hwmon/w83l786ng.c
269
SENSOR_ATTR(in0_input, S_IRUGO, show_in, NULL, 0),
drivers/hwmon/w83l786ng.c
270
SENSOR_ATTR(in1_input, S_IRUGO, show_in, NULL, 1),
drivers/hwmon/w83l786ng.c
271
SENSOR_ATTR(in2_input, S_IRUGO, show_in, NULL, 2),