Searched refs:show_fan_div (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/hwmon/ |
| H A D | w83792d.c | 429 show_fan_div(struct device *dev, struct device_attribute *attr, in show_fan_div() function 1145 show_fan_div, store_fan_div, 1); 1147 show_fan_div, store_fan_div, 2); 1149 show_fan_div, store_fan_div, 3); 1151 show_fan_div, store_fan_div, 4); 1153 show_fan_div, store_fan_div, 5); 1155 show_fan_div, store_fan_div, 6); 1157 show_fan_div, store_fan_div, 7);
|
| H A D | w83791d.c | 557 static ssize_t show_fan_div(struct device *dev, struct device_attribute *attr, in show_fan_div() function 685 show_fan_div, store_fan_div, 0), 687 show_fan_div, store_fan_div, 1), 689 show_fan_div, store_fan_div, 2), 691 show_fan_div, store_fan_div, 3), 693 show_fan_div, store_fan_div, 4),
|
| H A D | w83l786ng.c | 323 show_fan_div(struct device *dev, struct device_attribute *attr, in show_fan_div() function 405 SENSOR_ATTR(fan1_div, S_IWUSR | S_IRUGO, show_fan_div, 407 SENSOR_ATTR(fan2_div, S_IWUSR | S_IRUGO, show_fan_div,
|
| H A 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);
|
| H A D | asb100.c | 304 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)
|
| H A D | it87.c | 1327 static ssize_t show_fan_div(struct device *dev, struct device_attribute *attr, in show_fan_div() function 1887 static SENSOR_DEVICE_ATTR(fan1_div, S_IRUGO | S_IWUSR, show_fan_div, 1893 static SENSOR_DEVICE_ATTR(fan2_div, S_IRUGO | S_IWUSR, show_fan_div, 1899 static SENSOR_DEVICE_ATTR(fan3_div, S_IRUGO | S_IWUSR, show_fan_div,
|