| /Linux-v5.4/drivers/hwmon/ |
| D | w83792d.c | 433 show_fan_div(struct device *dev, struct device_attribute *attr, in show_fan_div() function 1152 show_fan_div, store_fan_div, 1); 1154 show_fan_div, store_fan_div, 2); 1156 show_fan_div, store_fan_div, 3); 1158 show_fan_div, store_fan_div, 4); 1160 show_fan_div, store_fan_div, 5); 1162 show_fan_div, store_fan_div, 6); 1164 show_fan_div, store_fan_div, 7);
|
| D | w83l786ng.c | 314 show_fan_div(struct device *dev, struct device_attribute *attr, in show_fan_div() function 396 SENSOR_ATTR(fan1_div, S_IWUSR | S_IRUGO, show_fan_div, 398 SENSOR_ATTR(fan2_div, S_IWUSR | S_IRUGO, show_fan_div,
|
| D | w83791d.c | 556 static ssize_t show_fan_div(struct device *dev, struct device_attribute *attr, in show_fan_div() function 684 show_fan_div, store_fan_div, 0), 686 show_fan_div, store_fan_div, 1), 688 show_fan_div, store_fan_div, 2), 690 show_fan_div, store_fan_div, 3), 692 show_fan_div, store_fan_div, 4),
|
| D | w83781d.c | 620 show_fan_div(struct device *dev, struct device_attribute *da, char *buf) in show_fan_div() function 682 show_fan_div, store_fan_div, 0); 684 show_fan_div, store_fan_div, 1); 686 show_fan_div, store_fan_div, 2);
|
| D | w83627ehf.c | 1052 show_fan_div(struct device *dev, struct device_attribute *attr, in show_fan_div() function 1184 SENSOR_ATTR(fan1_div, S_IRUGO, show_fan_div, NULL, 0), 1185 SENSOR_ATTR(fan2_div, S_IRUGO, show_fan_div, NULL, 1), 1186 SENSOR_ATTR(fan3_div, S_IRUGO, show_fan_div, NULL, 2), 1187 SENSOR_ATTR(fan4_div, S_IRUGO, show_fan_div, NULL, 3), 1188 SENSOR_ATTR(fan5_div, S_IRUGO, show_fan_div, NULL, 4),
|
| D | asb100.c | 305 static ssize_t show_fan_div(struct device *dev, struct device_attribute *attr, in show_fan_div() function 395 show_fan_div, set_fan_div, offset - 1)
|
| D | it87.c | 1125 static ssize_t show_fan_div(struct device *dev, struct device_attribute *attr, in show_fan_div() function 1627 static SENSOR_DEVICE_ATTR(fan1_div, S_IRUGO | S_IWUSR, show_fan_div, 1633 static SENSOR_DEVICE_ATTR(fan2_div, S_IRUGO | S_IWUSR, show_fan_div, 1639 static SENSOR_DEVICE_ATTR(fan3_div, S_IRUGO | S_IWUSR, show_fan_div,
|
| D | nct6775.c | 2111 show_fan_div(struct device *dev, struct device_attribute *attr, char *buf) in show_fan_div() function 2287 SENSOR_TEMPLATE(fan_div, "fan%d_div", S_IRUGO, show_fan_div, NULL, 0);
|