Searched refs:nct6775_show_beep (Results 1 – 3 of 3) sorted by relevance
| /Linux-v6.1/drivers/hwmon/ |
| D | nct6775.h | 206 ssize_t nct6775_show_beep(struct device *dev, struct device_attribute *attr, char *buf);
|
| D | nct6775-platform.c | 753 static SENSOR_DEVICE_ATTR(intrusion0_beep, 0644, nct6775_show_beep, 755 static SENSOR_DEVICE_ATTR(intrusion1_beep, 0644, nct6775_show_beep, 757 static SENSOR_DEVICE_ATTR(beep_enable, 0644, nct6775_show_beep,
|
| D | nct6775-core.c | 1716 nct6775_show_beep(struct device *dev, struct device_attribute *attr, char *buf) in nct6775_show_beep() function 1730 EXPORT_SYMBOL_GPL(nct6775_show_beep); 1835 SENSOR_TEMPLATE(in_beep, "in%d_beep", 0644, nct6775_show_beep, nct6775_store_beep, 0); 2068 SENSOR_TEMPLATE(fan_beep, "fan%d_beep", 0644, nct6775_show_beep,
|