Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/hwmon/
Dnct6775.h207 ssize_t nct6775_show_alarm(struct device *dev, struct device_attribute *attr, char *buf);
Dnct6775-platform.c789 static SENSOR_DEVICE_ATTR(intrusion0_alarm, 0644, nct6775_show_alarm,
791 static SENSOR_DEVICE_ATTR(intrusion1_alarm, 0644, nct6775_show_alarm,
Dnct6775-core.c1750 nct6775_show_alarm(struct device *dev, struct device_attribute *attr, char *buf) in nct6775_show_alarm() function
1763 EXPORT_SYMBOL_GPL(nct6775_show_alarm);
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);