Searched refs:store_fan_div (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hwmon/
H A Dfschmd.c424 static ssize_t store_fan_div(struct device *dev, struct device_attribute function
624 SENSOR_ATTR(fan1_div, 0644, show_fan_div, store_fan_div, 0),
630 SENSOR_ATTR(fan2_div, 0644, show_fan_div, store_fan_div, 1),
636 SENSOR_ATTR(fan3_div, 0644, show_fan_div, store_fan_div, 2),
642 SENSOR_ATTR(fan4_div, 0644, show_fan_div, store_fan_div, 3),
648 SENSOR_ATTR(fan5_div, 0644, show_fan_div, store_fan_div, 4),
654 SENSOR_ATTR(fan6_div, 0644, show_fan_div, store_fan_div, 5),
660 SENSOR_ATTR(fan7_div, 0644, show_fan_div, store_fan_div, 6),
H A Dw83792d.c447 store_fan_div(struct device *dev, struct device_attribute *attr, function
1107 show_fan_div, store_fan_div, 1);
1109 show_fan_div, store_fan_div, 2);
1111 show_fan_div, store_fan_div, 3);
1113 show_fan_div, store_fan_div, 4);
1115 show_fan_div, store_fan_div, 5);
1117 show_fan_div, store_fan_div, 6);
1119 show_fan_div, store_fan_div, 7);
H A Dw83791d.c561 static ssize_t store_fan_div(struct device *dev, struct device_attribute *attr, function
610 dev_warn(dev, "store_fan_div: Unexpected nr seen: %d\n", nr);
668 show_fan_div, store_fan_div, 0),
670 show_fan_div, store_fan_div, 1),
672 show_fan_div, store_fan_div, 2),
674 show_fan_div, store_fan_div, 3),
676 show_fan_div, store_fan_div, 4),
H A Dw83l786ng.c284 store_fan_div(struct device *dev, struct device_attribute *attr, function
345 store_fan_div, 0),
347 store_fan_div, 1),
H A Dw83627hf.c878 store_fan_div(struct device *dev, struct device_attribute *devattr, function
914 show_fan_div, store_fan_div, 0);
916 show_fan_div, store_fan_div, 1);
918 show_fan_div, store_fan_div, 2);
H A Dw83781d.c626 store_fan_div(struct device *dev, struct device_attribute *da, function
666 show_fan_div, store_fan_div, 0);
668 show_fan_div, store_fan_div, 1);
670 show_fan_div, store_fan_div, 2);

Completed in 107 milliseconds