Searched refs:set_beep (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/drivers/hwmon/ |
D | it87.c | 1873 static ssize_t set_beep(struct device *dev, struct device_attribute *attr, in set_beep() function 1895 show_beep, set_beep, 1); 1904 static SENSOR_DEVICE_ATTR(fan1_beep, S_IRUGO, show_beep, set_beep, 0); 1905 static SENSOR_DEVICE_ATTR(fan2_beep, S_IRUGO, show_beep, set_beep, 0); 1906 static SENSOR_DEVICE_ATTR(fan3_beep, S_IRUGO, show_beep, set_beep, 0); 1907 static SENSOR_DEVICE_ATTR(fan4_beep, S_IRUGO, show_beep, set_beep, 0); 1908 static SENSOR_DEVICE_ATTR(fan5_beep, S_IRUGO, show_beep, set_beep, 0); 1909 static SENSOR_DEVICE_ATTR(fan6_beep, S_IRUGO, show_beep, set_beep, 0); 1911 show_beep, set_beep, 2);
|