nct6775_show_beep
EXPORT_SYMBOL_GPL(nct6775_show_beep);
SENSOR_TEMPLATE(in_beep, "in%d_beep", 0644, nct6775_show_beep, nct6775_store_beep, 0);
SENSOR_TEMPLATE(fan_beep, "fan%d_beep", 0644, nct6775_show_beep,
static SENSOR_DEVICE_ATTR(intrusion0_beep, 0644, nct6775_show_beep,
static SENSOR_DEVICE_ATTR(intrusion1_beep, 0644, nct6775_show_beep,
static SENSOR_DEVICE_ATTR(beep_enable, 0644, nct6775_show_beep,
ssize_t nct6775_show_beep(struct device *dev, struct device_attribute *attr, char *buf);