/drivers/hwmon/ |
D | w83791d.c | 456 static ssize_t store_beep(struct device *dev, struct device_attribute *attr, in store_beep() function 507 SENSOR_ATTR(in0_beep, S_IWUSR | S_IRUGO, show_beep, store_beep, 0), 508 SENSOR_ATTR(in1_beep, S_IWUSR | S_IRUGO, show_beep, store_beep, 13), 509 SENSOR_ATTR(in2_beep, S_IWUSR | S_IRUGO, show_beep, store_beep, 2), 510 SENSOR_ATTR(in3_beep, S_IWUSR | S_IRUGO, show_beep, store_beep, 3), 511 SENSOR_ATTR(in4_beep, S_IWUSR | S_IRUGO, show_beep, store_beep, 8), 512 SENSOR_ATTR(in5_beep, S_IWUSR | S_IRUGO, show_beep, store_beep, 9), 513 SENSOR_ATTR(in6_beep, S_IWUSR | S_IRUGO, show_beep, store_beep, 10), 514 SENSOR_ATTR(in7_beep, S_IWUSR | S_IRUGO, show_beep, store_beep, 16), 515 SENSOR_ATTR(in8_beep, S_IWUSR | S_IRUGO, show_beep, store_beep, 17), [all …]
|
D | nct7802.c | 489 store_beep(struct device *dev, struct device_attribute *attr, const char *buf, in store_beep() function 599 store_beep, 0x5c, 0); 601 store_beep, 0x5c, 1); 603 store_beep, 0x5c, 2); 605 store_beep, 0x5c, 3); 607 store_beep, 0x5c, 4); 609 store_beep, 0x5c, 5); 718 static SENSOR_DEVICE_ATTR_2(in0_beep, S_IRUGO | S_IWUSR, show_beep, store_beep, 729 static SENSOR_DEVICE_ATTR_2(in2_beep, S_IRUGO | S_IWUSR, show_beep, store_beep, 738 static SENSOR_DEVICE_ATTR_2(in3_beep, S_IRUGO | S_IWUSR, show_beep, store_beep, [all …]
|
D | w83781d.c | 541 store_beep(struct device *dev, struct device_attribute *attr, in store_beep() function 600 show_beep, store_beep, 0); 602 show_beep, store_beep, 1); 604 show_beep, store_beep, 2); 606 show_beep, store_beep, 3); 608 show_beep, store_beep, 8); 610 show_beep, store_beep, 9); 612 show_beep, store_beep, 10); 614 show_beep, store_beep, 16); 616 show_beep, store_beep, 17); [all …]
|
D | w83627hf.c | 919 store_beep(struct device *dev, struct device_attribute *attr, in store_beep() function 969 show_beep, store_beep, 0); 971 show_beep, store_beep, 1); 973 show_beep, store_beep, 2); 975 show_beep, store_beep, 3); 977 show_beep, store_beep, 8); 979 show_beep, store_beep, 9); 981 show_beep, store_beep, 10); 983 show_beep, store_beep, 16); 985 show_beep, store_beep, 17); [all …]
|
D | w83795.c | 733 store_beep(struct device *dev, struct device_attribute *attr, in store_beep() function 1632 show_alarm_beep, store_beep, BEEP_ENABLE, \ 1647 show_alarm_beep, store_beep, BEEP_ENABLE, index + 31) } 1687 show_alarm_beep, store_beep, BEEP_ENABLE, index + 17) } 1710 show_alarm_beep, store_beep, BEEP_ENABLE, \ 1860 store_beep, BEEP_ENABLE, 46), 1862 store_beep, BEEP_ENABLE, 47),
|
D | w83793.c | 386 store_beep(struct device *dev, struct device_attribute *attr, in store_beep() function 1039 show_alarm_beep, store_beep, BEEP_ENABLE, \ 1046 show_alarm_beep, store_beep, BEEP_ENABLE, index + 17), \ 1078 show_alarm_beep, store_beep, BEEP_ENABLE, index + 11), \
|
D | nct6775.c | 1791 store_beep(struct device *dev, struct device_attribute *attr, const char *buf, in store_beep() function 1890 SENSOR_TEMPLATE(in_beep, "in%d_beep", S_IWUSR | S_IRUGO, show_beep, store_beep, 2108 store_beep, FAN_ALARM_BASE); 3269 store_beep, INTRUSION_ALARM_BASE); 3271 store_beep, INTRUSION_ALARM_BASE + 1); 3273 store_beep, BEEP_ENABLE_BASE);
|