Searched defs:show_fan_div (Results 1 - 23 of 23) sorted by relevance

/drivers/hwmon/
H A Dadm1029.c198 show_fan_div(struct device *dev, struct device_attribute *devattr, char *buf) function
279 show_fan_div, set_fan_div, 0);
281 show_fan_div, set_fan_div, 1);
H A Dadm9240.c410 static ssize_t show_fan_div(struct device *dev, function
493 show_fan_div, NULL, nr - 1); \
H A Demc2103.c297 show_fan_div(struct device *dev, struct device_attribute *da, char *buf) function
516 static DEVICE_ATTR(fan1_div, S_IRUGO | S_IWUSR, show_fan_div, set_fan_div);
H A Dgl518sm.c284 static ssize_t show_fan_div(struct device *dev, function
441 show_fan_div, set_fan_div, 0);
443 show_fan_div, set_fan_div, 1);
H A Dlm80.c318 static ssize_t show_fan_div(struct device *dev, struct device_attribute *attr, function
496 show_fan_div, set_fan_div, 0);
498 show_fan_div, set_fan_div, 1);
H A Dsis5595.c412 static ssize_t show_fan_div(struct device *dev, struct device_attribute *da, function
490 show_fan_div, set_fan_div, offset - 1);
H A Dvia686a.c524 static ssize_t show_fan_div(struct device *dev, struct device_attribute *da, function
577 show_fan_div, set_fan_div, offset - 1);
H A Dadm1031.c588 static ssize_t show_fan_div(struct device *dev, function
682 show_fan_div, set_fan_div, offset - 1)
H A Dasb100.c318 static ssize_t show_fan_div(struct device *dev, struct device_attribute *attr, function
408 show_fan_div, set_fan_div, offset - 1)
H A Dfschmd.c431 static ssize_t show_fan_div(struct device *dev, function
665 SENSOR_ATTR(fan1_div, 0644, show_fan_div, store_fan_div, 0),
671 SENSOR_ATTR(fan2_div, 0644, show_fan_div, store_fan_div, 1),
677 SENSOR_ATTR(fan3_div, 0644, show_fan_div, store_fan_div, 2),
683 SENSOR_ATTR(fan4_div, 0644, show_fan_div, store_fan_div, 3),
689 SENSOR_ATTR(fan5_div, 0644, show_fan_div, store_fan_div, 4),
695 SENSOR_ATTR(fan6_div, 0644, show_fan_div, store_fan_div, 5),
701 SENSOR_ATTR(fan7_div, 0644, show_fan_div, store_fan_div, 6),
H A Dlm78.c343 static ssize_t show_fan_div(struct device *dev, struct device_attribute *da, function
428 show_fan_div, set_fan_div, 0);
430 show_fan_div, set_fan_div, 1);
431 static SENSOR_DEVICE_ATTR(fan3_div, S_IRUGO, show_fan_div, NULL, 2);
H A Dlm87.c485 static ssize_t show_fan_div(struct device *dev, function
584 show_fan_div, set_fan_div, offset - 1)
H A Dvt8231.c516 static ssize_t show_fan_div(struct device *dev, struct device_attribute *attr, function
598 show_fan_div, set_fan_div, offset - 1); \
H A Dw83792d.c449 show_fan_div(struct device *dev, struct device_attribute *attr, function
1166 show_fan_div, store_fan_div, 1);
1168 show_fan_div, store_fan_div, 2);
1170 show_fan_div, store_fan_div, 3);
1172 show_fan_div, store_fan_div, 4);
1174 show_fan_div, store_fan_div, 5);
1176 show_fan_div, store_fan_div, 6);
1178 show_fan_div, store_fan_div, 7);
H A Dw83l786ng.c327 show_fan_div(struct device *dev, struct device_attribute *attr, function
409 SENSOR_ATTR(fan1_div, S_IWUSR | S_IRUGO, show_fan_div,
411 SENSOR_ATTR(fan2_div, S_IWUSR | S_IRUGO, show_fan_div,
H A Dadm1026.c710 static ssize_t show_fan_div(struct device *dev, struct device_attribute *attr, function
762 show_fan_div, set_fan_div, offset - 1);
H A Dpc87360.c274 static ssize_t show_fan_div(struct device *dev, function
339 SENSOR_ATTR(fan1_div, S_IRUGO, show_fan_div, NULL, 0),
340 SENSOR_ATTR(fan2_div, S_IRUGO, show_fan_div, NULL, 1),
341 SENSOR_ATTR(fan3_div, S_IRUGO, show_fan_div, NULL, 2),
H A Dw83627hf.c994 show_fan_div(struct device *dev, struct device_attribute *devattr, char *buf) function
1049 show_fan_div, store_fan_div, 0);
1051 show_fan_div, store_fan_div, 1);
1053 show_fan_div, store_fan_div, 2);
H A Dw83781d.c634 show_fan_div(struct device *dev, struct device_attribute *da, char *buf) function
696 show_fan_div, store_fan_div, 0);
698 show_fan_div, store_fan_div, 1);
700 show_fan_div, store_fan_div, 2);
H A Dw83791d.c569 static ssize_t show_fan_div(struct device *dev, struct device_attribute *attr, function
697 show_fan_div, store_fan_div, 0),
699 show_fan_div, store_fan_div, 1),
701 show_fan_div, store_fan_div, 2),
703 show_fan_div, store_fan_div, 3),
705 show_fan_div, store_fan_div, 4),
H A Dit87.c772 static ssize_t show_fan_div(struct device *dev, struct device_attribute *attr, function
1177 static SENSOR_DEVICE_ATTR(fan1_div, S_IRUGO | S_IWUSR, show_fan_div,
1183 static SENSOR_DEVICE_ATTR(fan2_div, S_IRUGO | S_IWUSR, show_fan_div,
1189 static SENSOR_DEVICE_ATTR(fan3_div, S_IRUGO | S_IWUSR, show_fan_div,
H A Dw83627ehf.c1059 show_fan_div(struct device *dev, struct device_attribute *attr, function
1191 SENSOR_ATTR(fan1_div, S_IRUGO, show_fan_div, NULL, 0),
1192 SENSOR_ATTR(fan2_div, S_IRUGO, show_fan_div, NULL, 1),
1193 SENSOR_ATTR(fan3_div, S_IRUGO, show_fan_div, NULL, 2),
1194 SENSOR_ATTR(fan4_div, S_IRUGO, show_fan_div, NULL, 3),
1195 SENSOR_ATTR(fan5_div, S_IRUGO, show_fan_div, NULL, 4),
H A Dnct6775.c1733 show_fan_div(struct device *dev, struct device_attribute *attr, char *buf) function
1906 SENSOR_TEMPLATE(fan_div, "fan%d_div", S_IRUGO, show_fan_div, NULL, 0);

Completed in 265 milliseconds