Searched refs:nct6775_show_alarm (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/hwmon/
H A Dnct6775.h207 ssize_t nct6775_show_alarm(struct device *dev, struct device_attribute *attr, char *buf);
H A Dnct6775-platform.c789 static SENSOR_DEVICE_ATTR(intrusion0_alarm, 0644, nct6775_show_alarm,
791 static SENSOR_DEVICE_ATTR(intrusion1_alarm, 0644, nct6775_show_alarm,
H A Dnct6775-core.c1750 nct6775_show_alarm(struct device *dev, struct device_attribute *attr, char *buf) function
1763 EXPORT_SYMBOL_GPL(nct6775_show_alarm); variable
1929 SENSOR_TEMPLATE(in_alarm, "in%d_alarm", 0444, nct6775_show_alarm, NULL, 0);
2162 SENSOR_TEMPLATE(fan_alarm, "fan%d_alarm", 0444, nct6775_show_alarm, NULL, FAN_ALARM_BASE);

Completed in 225 milliseconds