Searched refs:show_in (Results 1 - 22 of 22) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/hwmon/
H A Dadm1025.c156 #define show_in(offset) \ macro
157 static ssize_t show_in##offset(struct device *dev, struct device_attribute *attr, char *buf) \
163 static ssize_t show_in##offset##_min(struct device *dev, struct device_attribute *attr, char *buf) \
169 static ssize_t show_in##offset##_max(struct device *dev, struct device_attribute *attr, char *buf) \
175 static DEVICE_ATTR(in##offset##_input, S_IRUGO, show_in##offset, NULL);
176 show_in(0);
177 show_in(1);
178 show_in(2);
179 show_in(3);
180 show_in(
[all...]
H A Dadm1026.c703 static ssize_t show_in(struct device *dev, struct device_attribute *attr, function
759 static SENSOR_DEVICE_ATTR(in##offset##_input, S_IRUGO, show_in, \
H A Dadm9240.c214 static ssize_t show_in(struct device *dev, struct device_attribute *devattr, function
277 show_in, NULL, nr); \
H A Dasb100.c262 show_in##offset (struct device *dev, struct device_attribute *attr, char *buf) \
264 return show_in(dev, buf, offset); \
267 show_in##offset, NULL); \
269 show_in##offset##_min (struct device *dev, struct device_attribute *attr, char *buf) \
274 show_in##offset##_max (struct device *dev, struct device_attribute *attr, char *buf) \
289 show_in##offset##_min, set_in##offset##_min); \
291 show_in##offset##_max, set_in##offset##_max);
H A Df71805f.c449 static ssize_t show_in(struct device *dev, struct device_attribute *devattr, function
828 static SENSOR_DEVICE_ATTR(in1_input, S_IRUGO, show_in, NULL, 1);
833 static SENSOR_DEVICE_ATTR(in2_input, S_IRUGO, show_in, NULL, 2);
838 static SENSOR_DEVICE_ATTR(in3_input, S_IRUGO, show_in, NULL, 3);
843 static SENSOR_DEVICE_ATTR(in4_input, S_IRUGO, show_in, NULL, 4);
848 static SENSOR_DEVICE_ATTR(in5_input, S_IRUGO, show_in, NULL, 5);
853 static SENSOR_DEVICE_ATTR(in6_input, S_IRUGO, show_in, NULL, 6);
858 static SENSOR_DEVICE_ATTR(in7_input, S_IRUGO, show_in, NULL, 7);
863 static SENSOR_DEVICE_ATTR(in8_input, S_IRUGO, show_in, NULL, 8);
H A Dit87.c268 static ssize_t show_in(struct device *dev, struct device_attribute *attr, function
335 show_in, NULL, offset);
H A Dlm78.c189 static ssize_t show_in(struct device *dev, struct device_attribute *da, function
245 show_in, NULL, offset); \
H A Dlm80.c159 #define show_in(suffix, value) \ macro
165 show_in(min0, in_min[0]);
166 show_in(min1, in_min[1]);
167 show_in(min2, in_min[2]);
168 show_in(min3, in_min[3]);
169 show_in(min4, in_min[4]);
170 show_in(min5, in_min[5]);
171 show_in(min6, in_min[6]);
172 show_in(max0, in_max[0]);
173 show_in(max
[all...]
H A Dlm85.c539 static ssize_t show_in(struct device *dev, char *buf, int nr) function
586 return show_in(dev, buf, offset); \
H A Dlm87.c221 #define show_in(offset) \ macro
222 static ssize_t show_in##offset##_input(struct device *dev, struct device_attribute *attr, char *buf) \
228 static ssize_t show_in##offset##_min(struct device *dev, struct device_attribute *attr, char *buf) \
234 static ssize_t show_in##offset##_max(struct device *dev, struct device_attribute *attr, char *buf) \
241 show_in##offset##_input, NULL);
242 show_in(0);
243 show_in(1);
244 show_in(2);
245 show_in(3);
246 show_in(
[all...]
H A Dsis5595.c210 static ssize_t show_in(struct device *dev, char *buf, int nr) function
258 show_in##offset (struct device *dev, struct device_attribute *attr, char *buf) \
260 return show_in(dev, buf, offset); \
263 show_in##offset, NULL); \
265 show_in##offset##_min (struct device *dev, struct device_attribute *attr, char *buf) \
270 show_in##offset##_max (struct device *dev, struct device_attribute *attr, char *buf) \
285 show_in##offset##_min, set_in##offset##_min); \
287 show_in##offset##_max, set_in##offset##_max);
H A Dsmsc47m192.c131 static ssize_t show_in(struct device *dev, struct device_attribute *attr, function
194 show_in, NULL, offset); \
H A Dvia686a.c338 static ssize_t show_in(struct device *dev, char *buf, int nr) { function
381 show_in##offset (struct device *dev, struct device_attribute *attr, char *buf) \
383 return show_in(dev, buf, offset); \
386 show_in##offset##_min (struct device *dev, struct device_attribute *attr, char *buf) \
391 show_in##offset##_max (struct device *dev, struct device_attribute *attr, char *buf) \
405 static DEVICE_ATTR(in##offset##_input, S_IRUGO, show_in##offset, NULL);\
407 show_in##offset##_min, set_in##offset##_min); \
409 show_in##offset##_max, set_in##offset##_max);
H A Dvt1211.c334 static ssize_t show_in(struct device *dev, struct device_attribute *attr, function
864 show_in, NULL, SHOW_IN_INPUT, ix)
877 show_in, set_in, SHOW_SET_IN_MIN, ix)
890 show_in, set_in, SHOW_SET_IN_MAX, ix)
903 show_in, NULL, SHOW_IN_ALARM, ix)
H A Dvt8231.c188 static ssize_t show_in(struct device *dev, struct device_attribute *attr, function
310 show_in, NULL, offset); \
H A Dw83627ehf.c596 SENSOR_ATTR(in0_input, S_IRUGO, show_in, NULL, 0),
597 SENSOR_ATTR(in1_input, S_IRUGO, show_in, NULL, 1),
598 SENSOR_ATTR(in2_input, S_IRUGO, show_in, NULL, 2),
599 SENSOR_ATTR(in3_input, S_IRUGO, show_in, NULL, 3),
600 SENSOR_ATTR(in4_input, S_IRUGO, show_in, NULL, 4),
601 SENSOR_ATTR(in5_input, S_IRUGO, show_in, NULL, 5),
602 SENSOR_ATTR(in6_input, S_IRUGO, show_in, NULL, 6),
603 SENSOR_ATTR(in7_input, S_IRUGO, show_in, NULL, 7),
604 SENSOR_ATTR(in8_input, S_IRUGO, show_in, NULL, 8),
605 SENSOR_ATTR(in9_input, S_IRUGO, show_in, NUL
[all...]
H A Dw83627hf.c385 return show_in(dev, buf, offset); \
H A Dw83781d.c328 show_in, NULL, offset); \
H A Dw83791d.c349 SENSOR_ATTR(in0_input, S_IRUGO, show_in, NULL, 0),
350 SENSOR_ATTR(in1_input, S_IRUGO, show_in, NULL, 1),
351 SENSOR_ATTR(in2_input, S_IRUGO, show_in, NULL, 2),
352 SENSOR_ATTR(in3_input, S_IRUGO, show_in, NULL, 3),
353 SENSOR_ATTR(in4_input, S_IRUGO, show_in, NULL, 4),
354 SENSOR_ATTR(in5_input, S_IRUGO, show_in, NULL, 5),
355 SENSOR_ATTR(in6_input, S_IRUGO, show_in, NULL, 6),
356 SENSOR_ATTR(in7_input, S_IRUGO, show_in, NULL, 7),
357 SENSOR_ATTR(in8_input, S_IRUGO, show_in, NULL, 8),
358 SENSOR_ATTR(in9_input, S_IRUGO, show_in, NUL
[all...]
H A Dw83792d.c341 static ssize_t show_in(struct device *dev, struct device_attribute *attr, function
957 static SENSOR_DEVICE_ATTR(in0_input, S_IRUGO, show_in, NULL, 0);
958 static SENSOR_DEVICE_ATTR(in1_input, S_IRUGO, show_in, NULL, 1);
959 static SENSOR_DEVICE_ATTR(in2_input, S_IRUGO, show_in, NULL, 2);
960 static SENSOR_DEVICE_ATTR(in3_input, S_IRUGO, show_in, NULL, 3);
961 static SENSOR_DEVICE_ATTR(in4_input, S_IRUGO, show_in, NULL, 4);
962 static SENSOR_DEVICE_ATTR(in5_input, S_IRUGO, show_in, NULL, 5);
963 static SENSOR_DEVICE_ATTR(in6_input, S_IRUGO, show_in, NULL, 6);
964 static SENSOR_DEVICE_ATTR(in7_input, S_IRUGO, show_in, NULL, 7);
965 static SENSOR_DEVICE_ATTR(in8_input, S_IRUGO, show_in, NUL
[all...]
H A Dw83793.c831 show_in(struct device *dev, struct device_attribute *attr, char *buf) function
891 SENSOR_ATTR_2(in##index##_input, S_IRUGO, show_in, NULL, \
893 SENSOR_ATTR_2(in##index##_max, S_IRUGO | S_IWUSR, show_in, \
895 SENSOR_ATTR_2(in##index##_min, S_IRUGO | S_IWUSR, show_in, \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/i2c/chips/
H A Dpcf8591.c102 static ssize_t show_in##channel##_input(struct device *dev, struct device_attribute *attr, char *buf) \
107 show_in##channel##_input, NULL);

Completed in 147 milliseconds