Home
last modified time | relevance | path

Searched refs:show_fan_div (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.10/drivers/hwmon/
Dw83792d.c432 show_fan_div(struct device *dev, struct device_attribute *attr, in show_fan_div() function
1151 show_fan_div, store_fan_div, 1);
1153 show_fan_div, store_fan_div, 2);
1155 show_fan_div, store_fan_div, 3);
1157 show_fan_div, store_fan_div, 4);
1159 show_fan_div, store_fan_div, 5);
1161 show_fan_div, store_fan_div, 6);
1163 show_fan_div, store_fan_div, 7);
Dw83l786ng.c314 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,
Dw83791d.c555 static ssize_t show_fan_div(struct device *dev, struct device_attribute *attr, in show_fan_div() function
683 show_fan_div, store_fan_div, 0),
685 show_fan_div, store_fan_div, 1),
687 show_fan_div, store_fan_div, 2),
689 show_fan_div, store_fan_div, 3),
691 show_fan_div, store_fan_div, 4),
Dw83781d.c620 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);
Dasb100.c304 static ssize_t show_fan_div(struct device *dev, struct device_attribute *attr, in show_fan_div() function
394 show_fan_div, set_fan_div, offset - 1)
Dit87.c1125 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,
Dnct6775.c2111 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);