/linux-4.4.14/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 | 487 store_beep(struct device *dev, struct device_attribute *attr, const char *buf, in store_beep() function 597 store_beep, 0x5c, 0); 599 store_beep, 0x5c, 1); 601 store_beep, 0x5c, 2); 603 store_beep, 0x5c, 3); 605 store_beep, 0x5c, 4); 607 store_beep, 0x5c, 5); 716 static SENSOR_DEVICE_ATTR_2(in0_beep, S_IRUGO | S_IWUSR, show_beep, store_beep, 727 static SENSOR_DEVICE_ATTR_2(in2_beep, S_IRUGO | S_IWUSR, show_beep, store_beep, 736 static SENSOR_DEVICE_ATTR_2(in3_beep, S_IRUGO | S_IWUSR, show_beep, store_beep, [all …]
|
D | w83781d.c | 542 store_beep(struct device *dev, struct device_attribute *attr, in store_beep() function 601 show_beep, store_beep, 0); 603 show_beep, store_beep, 1); 605 show_beep, store_beep, 2); 607 show_beep, store_beep, 3); 609 show_beep, store_beep, 8); 611 show_beep, store_beep, 9); 613 show_beep, store_beep, 10); 615 show_beep, store_beep, 16); 617 show_beep, store_beep, 17); [all …]
|
D | w83627hf.c | 910 store_beep(struct device *dev, struct device_attribute *attr, in store_beep() function 960 show_beep, store_beep, 0); 962 show_beep, store_beep, 1); 964 show_beep, store_beep, 2); 966 show_beep, store_beep, 3); 968 show_beep, store_beep, 8); 970 show_beep, store_beep, 9); 972 show_beep, store_beep, 10); 974 show_beep, store_beep, 16); 976 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 | 1710 store_beep(struct device *dev, struct device_attribute *attr, const char *buf, in store_beep() function 1809 SENSOR_TEMPLATE(in_beep, "in%d_beep", S_IWUSR | S_IRUGO, show_beep, store_beep, 2027 store_beep, FAN_ALARM_BASE); 3183 store_beep, INTRUSION_ALARM_BASE); 3185 store_beep, INTRUSION_ALARM_BASE + 1); 3187 store_beep, BEEP_ENABLE_BASE);
|