Searched refs:nct6775_show_beep (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/drivers/hwmon/ |
D | nct6775.h | 208 ssize_t nct6775_show_beep(struct device *dev, struct device_attribute *attr, char *buf);
|
D | nct6775-platform.c | 793 static SENSOR_DEVICE_ATTR(intrusion0_beep, 0644, nct6775_show_beep, 795 static SENSOR_DEVICE_ATTR(intrusion1_beep, 0644, nct6775_show_beep, 797 static SENSOR_DEVICE_ATTR(beep_enable, 0644, nct6775_show_beep,
|
D | nct6775-core.c | 1803 nct6775_show_beep(struct device *dev, struct device_attribute *attr, char *buf) in nct6775_show_beep() function 1817 EXPORT_SYMBOL_GPL(nct6775_show_beep); 1926 SENSOR_TEMPLATE(in_beep, "in%d_beep", 0644, nct6775_show_beep, nct6775_store_beep, 0); 2159 SENSOR_TEMPLATE(fan_beep, "fan%d_beep", 0644, nct6775_show_beep,
|