Searched refs:show_beep (Results 1 - 10 of 10) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/hwmon/
H A Dw83791d.c438 static ssize_t show_beep(struct device *dev, struct device_attribute *attr, function
491 SENSOR_ATTR(in0_beep, S_IWUSR | S_IRUGO, show_beep, store_beep, 0),
492 SENSOR_ATTR(in1_beep, S_IWUSR | S_IRUGO, show_beep, store_beep, 13),
493 SENSOR_ATTR(in2_beep, S_IWUSR | S_IRUGO, show_beep, store_beep, 2),
494 SENSOR_ATTR(in3_beep, S_IWUSR | S_IRUGO, show_beep, store_beep, 3),
495 SENSOR_ATTR(in4_beep, S_IWUSR | S_IRUGO, show_beep, store_beep, 8),
496 SENSOR_ATTR(in5_beep, S_IWUSR | S_IRUGO, show_beep, store_beep, 9),
497 SENSOR_ATTR(in6_beep, S_IWUSR | S_IRUGO, show_beep, store_beep, 10),
498 SENSOR_ATTR(in7_beep, S_IWUSR | S_IRUGO, show_beep, store_beep, 16),
499 SENSOR_ATTR(in8_beep, S_IWUSR | S_IRUGO, show_beep, store_bee
[all...]
H A Dgl518sm.c351 static ssize_t show_beep(struct device *dev, struct device_attribute *attr, function
382 static SENSOR_DEVICE_ATTR(in0_beep, S_IRUGO|S_IWUSR, show_beep, set_beep, 0);
383 static SENSOR_DEVICE_ATTR(in1_beep, S_IRUGO|S_IWUSR, show_beep, set_beep, 1);
384 static SENSOR_DEVICE_ATTR(in2_beep, S_IRUGO|S_IWUSR, show_beep, set_beep, 2);
385 static SENSOR_DEVICE_ATTR(in3_beep, S_IRUGO|S_IWUSR, show_beep, set_beep, 3);
386 static SENSOR_DEVICE_ATTR(temp1_beep, S_IRUGO|S_IWUSR, show_beep, set_beep, 4);
387 static SENSOR_DEVICE_ATTR(fan1_beep, S_IRUGO|S_IWUSR, show_beep, set_beep, 5);
388 static SENSOR_DEVICE_ATTR(fan2_beep, S_IRUGO|S_IWUSR, show_beep, set_beep, 6);
H A Dit87.c1120 static ssize_t show_beep(struct device *dev, struct device_attribute *attr, function
1150 show_beep, set_beep, 1);
1151 static SENSOR_DEVICE_ATTR(in1_beep, S_IRUGO, show_beep, NULL, 1);
1152 static SENSOR_DEVICE_ATTR(in2_beep, S_IRUGO, show_beep, NULL, 1);
1153 static SENSOR_DEVICE_ATTR(in3_beep, S_IRUGO, show_beep, NULL, 1);
1154 static SENSOR_DEVICE_ATTR(in4_beep, S_IRUGO, show_beep, NULL, 1);
1155 static SENSOR_DEVICE_ATTR(in5_beep, S_IRUGO, show_beep, NULL, 1);
1156 static SENSOR_DEVICE_ATTR(in6_beep, S_IRUGO, show_beep, NULL, 1);
1157 static SENSOR_DEVICE_ATTR(in7_beep, S_IRUGO, show_beep, NULL, 1);
1159 static SENSOR_DEVICE_ATTR(fan1_beep, S_IRUGO, show_beep, set_bee
[all...]
H A Dw83627hf.c779 show_beep(struct device *dev, struct device_attribute *attr, char *buf) function
833 show_beep, store_beep, 0);
835 show_beep, store_beep, 1);
837 show_beep, store_beep, 2);
839 show_beep, store_beep, 3);
841 show_beep, store_beep, 8);
843 show_beep, store_beep, 9);
845 show_beep, store_beep, 10);
847 show_beep, store_beep, 16);
849 show_beep, store_bee
[all...]
H A Dw83781d.c516 static ssize_t show_beep(struct device *dev, struct device_attribute *attr, function
580 show_beep, store_beep, 0);
582 show_beep, store_beep, 1);
584 show_beep, store_beep, 2);
586 show_beep, store_beep, 3);
588 show_beep, store_beep, 8);
590 show_beep, store_beep, 9);
592 show_beep, store_beep, 10);
594 show_beep, store_beep, 16);
596 show_beep, store_bee
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/hwmon/
H A Dw83791d.c438 static ssize_t show_beep(struct device *dev, struct device_attribute *attr, function
491 SENSOR_ATTR(in0_beep, S_IWUSR | S_IRUGO, show_beep, store_beep, 0),
492 SENSOR_ATTR(in1_beep, S_IWUSR | S_IRUGO, show_beep, store_beep, 13),
493 SENSOR_ATTR(in2_beep, S_IWUSR | S_IRUGO, show_beep, store_beep, 2),
494 SENSOR_ATTR(in3_beep, S_IWUSR | S_IRUGO, show_beep, store_beep, 3),
495 SENSOR_ATTR(in4_beep, S_IWUSR | S_IRUGO, show_beep, store_beep, 8),
496 SENSOR_ATTR(in5_beep, S_IWUSR | S_IRUGO, show_beep, store_beep, 9),
497 SENSOR_ATTR(in6_beep, S_IWUSR | S_IRUGO, show_beep, store_beep, 10),
498 SENSOR_ATTR(in7_beep, S_IWUSR | S_IRUGO, show_beep, store_beep, 16),
499 SENSOR_ATTR(in8_beep, S_IWUSR | S_IRUGO, show_beep, store_bee
[all...]
H A Dgl518sm.c351 static ssize_t show_beep(struct device *dev, struct device_attribute *attr, function
382 static SENSOR_DEVICE_ATTR(in0_beep, S_IRUGO|S_IWUSR, show_beep, set_beep, 0);
383 static SENSOR_DEVICE_ATTR(in1_beep, S_IRUGO|S_IWUSR, show_beep, set_beep, 1);
384 static SENSOR_DEVICE_ATTR(in2_beep, S_IRUGO|S_IWUSR, show_beep, set_beep, 2);
385 static SENSOR_DEVICE_ATTR(in3_beep, S_IRUGO|S_IWUSR, show_beep, set_beep, 3);
386 static SENSOR_DEVICE_ATTR(temp1_beep, S_IRUGO|S_IWUSR, show_beep, set_beep, 4);
387 static SENSOR_DEVICE_ATTR(fan1_beep, S_IRUGO|S_IWUSR, show_beep, set_beep, 5);
388 static SENSOR_DEVICE_ATTR(fan2_beep, S_IRUGO|S_IWUSR, show_beep, set_beep, 6);
H A Dit87.c1120 static ssize_t show_beep(struct device *dev, struct device_attribute *attr, function
1150 show_beep, set_beep, 1);
1151 static SENSOR_DEVICE_ATTR(in1_beep, S_IRUGO, show_beep, NULL, 1);
1152 static SENSOR_DEVICE_ATTR(in2_beep, S_IRUGO, show_beep, NULL, 1);
1153 static SENSOR_DEVICE_ATTR(in3_beep, S_IRUGO, show_beep, NULL, 1);
1154 static SENSOR_DEVICE_ATTR(in4_beep, S_IRUGO, show_beep, NULL, 1);
1155 static SENSOR_DEVICE_ATTR(in5_beep, S_IRUGO, show_beep, NULL, 1);
1156 static SENSOR_DEVICE_ATTR(in6_beep, S_IRUGO, show_beep, NULL, 1);
1157 static SENSOR_DEVICE_ATTR(in7_beep, S_IRUGO, show_beep, NULL, 1);
1159 static SENSOR_DEVICE_ATTR(fan1_beep, S_IRUGO, show_beep, set_bee
[all...]
H A Dw83627hf.c779 show_beep(struct device *dev, struct device_attribute *attr, char *buf) function
833 show_beep, store_beep, 0);
835 show_beep, store_beep, 1);
837 show_beep, store_beep, 2);
839 show_beep, store_beep, 3);
841 show_beep, store_beep, 8);
843 show_beep, store_beep, 9);
845 show_beep, store_beep, 10);
847 show_beep, store_beep, 16);
849 show_beep, store_bee
[all...]
H A Dw83781d.c516 static ssize_t show_beep(struct device *dev, struct device_attribute *attr, function
580 show_beep, store_beep, 0);
582 show_beep, store_beep, 1);
584 show_beep, store_beep, 2);
586 show_beep, store_beep, 3);
588 show_beep, store_beep, 8);
590 show_beep, store_beep, 9);
592 show_beep, store_beep, 10);
594 show_beep, store_beep, 16);
596 show_beep, store_bee
[all...]

Completed in 110 milliseconds