Searched refs:nct6775_show_alarm (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/hwmon/ |
H A D | nct6775.h | 207 ssize_t nct6775_show_alarm(struct device *dev, struct device_attribute *attr, char *buf);
|
H A D | nct6775-platform.c | 789 static SENSOR_DEVICE_ATTR(intrusion0_alarm, 0644, nct6775_show_alarm, 791 static SENSOR_DEVICE_ATTR(intrusion1_alarm, 0644, nct6775_show_alarm,
|
H A D | nct6775-core.c | 1750 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);
|