Searched refs:show_fan (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/hwmon/ |
| H A D | lm63.c | 333 static ssize_t show_fan(struct device *dev, struct device_attribute *devattr, in show_fan() function 889 static SENSOR_DEVICE_ATTR(fan1_input, S_IRUGO, show_fan, NULL, 0); 890 static SENSOR_DEVICE_ATTR(fan1_min, S_IWUSR | S_IRUGO, show_fan,
|
| H A D | w83793.c | 463 show_fan(struct device *dev, struct device_attribute *attr, char *buf) in show_fan() function 1032 SENSOR_ATTR_2(fan##index##_input, S_IRUGO, show_fan, \ 1035 show_fan, store_fan_min, FAN_MIN, index - 1)
|
| H A D | nct6775-core.c | 1953 show_fan(struct device *dev, struct device_attribute *attr, char *buf) in show_fan() function 2160 SENSOR_TEMPLATE(fan_input, "fan%d_input", 0444, show_fan, NULL, 0);
|