Searched refs:set_in_max (Results 1 - 14 of 14) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/hwmon/
H A Dpc87360.c424 static ssize_t set_in_max(struct device *dev, struct device_attribute *devattr, const char *buf, function
481 SENSOR_ATTR(in0_max, S_IWUSR | S_IRUGO, show_in_max, set_in_max, 0),
482 SENSOR_ATTR(in1_max, S_IWUSR | S_IRUGO, show_in_max, set_in_max, 1),
483 SENSOR_ATTR(in2_max, S_IWUSR | S_IRUGO, show_in_max, set_in_max, 2),
484 SENSOR_ATTR(in3_max, S_IWUSR | S_IRUGO, show_in_max, set_in_max, 3),
485 SENSOR_ATTR(in4_max, S_IWUSR | S_IRUGO, show_in_max, set_in_max, 4),
486 SENSOR_ATTR(in5_max, S_IWUSR | S_IRUGO, show_in_max, set_in_max, 5),
487 SENSOR_ATTR(in6_max, S_IWUSR | S_IRUGO, show_in_max, set_in_max, 6),
488 SENSOR_ATTR(in7_max, S_IWUSR | S_IRUGO, show_in_max, set_in_max, 7),
489 SENSOR_ATTR(in8_max, S_IWUSR | S_IRUGO, show_in_max, set_in_max,
[all...]
H A Df71805f.c479 static ssize_t set_in_max(struct device *dev, struct device_attribute function
830 show_in_max, set_in_max, 1);
835 show_in_max, set_in_max, 2);
840 show_in_max, set_in_max, 3);
845 show_in_max, set_in_max, 4);
850 show_in_max, set_in_max, 5);
855 show_in_max, set_in_max, 6);
860 show_in_max, set_in_max, 7);
865 show_in_max, set_in_max, 8);
H A Dadm9240.c258 static ssize_t set_in_max(struct device *dev, function
281 show_in_max, set_in_max, nr);
H A Dlm78.c228 static ssize_t set_in_max(struct device *dev, struct device_attribute *da, function
249 show_in_max, set_in_max, offset);
H A Dlm87.c264 static void set_in_max(struct device *dev, const char *buf, int nr) function
287 set_in_max(dev, buf, offset); \
H A Dsis5595.c242 static ssize_t set_in_max(struct device *dev, const char *buf, function
282 return set_in_max(dev, buf, count, offset); \
H A Dsmsc47m192.c175 static ssize_t set_in_max(struct device *dev, struct device_attribute *attr, function
198 show_in_max, set_in_max, offset);
H A Dvia686a.c366 static ssize_t set_in_max(struct device *dev, const char *buf, function
403 return set_in_max(dev, buf, count, offset); \
H A Dvt8231.c234 static ssize_t set_in_max(struct device *dev, struct device_attribute *attr, function
314 show_in_max, set_in_max, offset)
H A Dadm1026.c742 static ssize_t set_in_max(struct device *dev, struct device_attribute *attr, function
764 show_in_max, set_in_max, offset);
H A Dit87.c315 static ssize_t set_in_max(struct device *dev, struct device_attribute *attr, function
341 show_in_max, set_in_max, offset);
H A Dlm85.c570 static ssize_t set_in_max(struct device *dev, const char *buf, function
604 return set_in_max(dev, buf, count, offset); \
H A Dasb100.c286 return set_in_max(dev, buf, count, offset); \
H A Dgl520sm.c300 static ssize_t set_in_max(struct i2c_client *client, struct gl520_data *data, const char *buf, size_t count, int n, int reg) function

Completed in 90 milliseconds