Home
last modified time | relevance | path

Searched refs:nct6775_show_beep (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/hwmon/
H A Dnct6775.h208 ssize_t nct6775_show_beep(struct device *dev, struct device_attribute *attr, char *buf);
H A Dnct6775-platform.c793 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,
H A Dnct6775-core.c1807 nct6775_show_beep(struct device *dev, struct device_attribute *attr, char *buf) in nct6775_show_beep() function
1821 EXPORT_SYMBOL_GPL(nct6775_show_beep);
1930 SENSOR_TEMPLATE(in_beep, "in%d_beep", 0644, nct6775_show_beep, nct6775_store_beep, 0);
2163 SENSOR_TEMPLATE(fan_beep, "fan%d_beep", 0644, nct6775_show_beep,