Home
last modified time | relevance | path

Searched refs:show_fan (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/hwmon/
H A Dlm63.c333 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 Dw83793.c463 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 Dnct6775-core.c1953 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);