Searched refs:show_fan (Results 26 - 30 of 30) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hwmon/
H A Dw83781d.c340 static SENSOR_DEVICE_ATTR(fan1_input, S_IRUGO, show_fan, NULL, 0);
343 static SENSOR_DEVICE_ATTR(fan2_input, S_IRUGO, show_fan, NULL, 1);
346 static SENSOR_DEVICE_ATTR(fan3_input, S_IRUGO, show_fan, NULL, 2);
H A Dw83793.c443 show_fan(struct device *dev, struct device_attribute *attr, char *buf) function
976 SENSOR_ATTR_2(fan##index##_input, S_IRUGO, show_fan, \
979 show_fan, store_fan_min, FAN_MIN, index - 1)
H A Dlm85.c366 static ssize_t show_fan(struct device *dev, struct device_attribute *attr, function
399 show_fan, NULL, offset - 1); \
H A Dadm1026.c830 static ssize_t show_fan(struct device *dev, struct device_attribute *attr, function
866 static SENSOR_DEVICE_ATTR(fan##offset##_input, S_IRUGO, show_fan, NULL, \
H A Dit87.c600 static ssize_t show_fan(struct device *dev, struct device_attribute *attr, function
978 show_fan, NULL, offset - 1); \

Completed in 96 milliseconds

12