Searched refs:set_fan_div (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 Dadm1029.c193 static ssize_t set_fan_div(struct device *dev, function
258 show_fan_div, set_fan_div, 0);
260 show_fan_div, set_fan_div, 1);
H A Dlm80.c258 static ssize_t set_fan_div(struct device *dev, const char *buf, function
295 #define set_fan_div(number) \ macro
296 static ssize_t set_fan_div##number(struct device *dev, struct device_attribute *attr, const char *buf, \
299 return set_fan_div(dev, buf, count, number - 1); \
301 set_fan_div(1);
302 set_fan_div(2);
H A Dlm78.c361 static ssize_t set_fan_div(struct device *dev, struct device_attribute *da, function
418 show_fan_div, set_fan_div, 0);
420 show_fan_div, set_fan_div, 1);
H A Dsis5595.c385 static ssize_t set_fan_div(struct device *dev, const char *buf, function
455 return set_fan_div(dev, buf, count, 0) ;
461 return set_fan_div(dev, buf, count, 1) ;
H A Dasb100.c340 static ssize_t set_fan_div(struct device *dev, const char *buf, function
405 return set_fan_div(dev, buf, count, offset - 1); \
H A Dlm87.c426 static ssize_t set_fan_div(struct device *dev, const char *buf, function
478 return set_fan_div(dev, buf, count, offset-1); \
H A Dsmsc47m1.c248 static ssize_t set_fan_div(struct device *dev, struct device_attribute function
345 get_fan_div, set_fan_div, offset - 1); \
H A Dvia686a.c518 static ssize_t set_fan_div(struct device *dev, const char *buf, function
555 return set_fan_div(dev, buf, count, offset - 1); \
H A Dvt8231.c500 static ssize_t set_fan_div(struct device *dev, struct device_attribute *attr, function
540 show_fan_div, set_fan_div, offset - 1); \
H A Dfscher.c494 static ssize_t set_fan_div(struct i2c_client *client, struct fscher_data *data, function
H A Dadm1031.c527 set_fan_div(struct device *dev, const char *buf, size_t count, int nr) function
582 return set_fan_div(dev, buf, count, offset - 1); \
H A Dadm1026.c914 static ssize_t set_fan_div(struct device *dev, struct device_attribute *attr, function
953 show_fan_div, set_fan_div, offset - 1);
H A Dit87.c563 static ssize_t set_fan_div(struct device *dev, struct device_attribute *attr, function
689 show_fan_div, set_fan_div, offset - 1);
H A Dgl520sm.c373 static ssize_t set_fan_div(struct i2c_client *client, struct gl520_data *data, const char *buf, size_t count, int n, int reg) function

Completed in 87 milliseconds