Searched refs:store_beep (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/drivers/hwmon/ |
D | w83791d.c | 439 static ssize_t store_beep(struct device *dev, struct device_attribute *attr, in store_beep() function 490 SENSOR_ATTR(in0_beep, S_IWUSR | S_IRUGO, show_beep, store_beep, 0), 491 SENSOR_ATTR(in1_beep, S_IWUSR | S_IRUGO, show_beep, store_beep, 13), 492 SENSOR_ATTR(in2_beep, S_IWUSR | S_IRUGO, show_beep, store_beep, 2), 493 SENSOR_ATTR(in3_beep, S_IWUSR | S_IRUGO, show_beep, store_beep, 3), 494 SENSOR_ATTR(in4_beep, S_IWUSR | S_IRUGO, show_beep, store_beep, 8), 495 SENSOR_ATTR(in5_beep, S_IWUSR | S_IRUGO, show_beep, store_beep, 9), 496 SENSOR_ATTR(in6_beep, S_IWUSR | S_IRUGO, show_beep, store_beep, 10), 497 SENSOR_ATTR(in7_beep, S_IWUSR | S_IRUGO, show_beep, store_beep, 16), 498 SENSOR_ATTR(in8_beep, S_IWUSR | S_IRUGO, show_beep, store_beep, 17), [all …]
|
D | w83781d.c | 528 store_beep(struct device *dev, struct device_attribute *attr, in store_beep() function 587 show_beep, store_beep, 0); 589 show_beep, store_beep, 1); 591 show_beep, store_beep, 2); 593 show_beep, store_beep, 3); 595 show_beep, store_beep, 8); 597 show_beep, store_beep, 9); 599 show_beep, store_beep, 10); 601 show_beep, store_beep, 16); 603 show_beep, store_beep, 17); [all …]
|
D | w83795.c | 720 store_beep(struct device *dev, struct device_attribute *attr, in store_beep() function 1619 show_alarm_beep, store_beep, BEEP_ENABLE, \ 1634 show_alarm_beep, store_beep, BEEP_ENABLE, index + 31) } 1674 show_alarm_beep, store_beep, BEEP_ENABLE, index + 17) } 1697 show_alarm_beep, store_beep, BEEP_ENABLE, \ 1847 store_beep, BEEP_ENABLE, 46), 1849 store_beep, BEEP_ENABLE, 47),
|
D | w83793.c | 371 store_beep(struct device *dev, struct device_attribute *attr, in store_beep() function 1024 show_alarm_beep, store_beep, BEEP_ENABLE, \ 1031 show_alarm_beep, store_beep, BEEP_ENABLE, index + 17), \ 1063 show_alarm_beep, store_beep, BEEP_ENABLE, index + 11), \
|