Searched refs:show_alarms_reg (Results 1 – 6 of 6) sorted by relevance
/drivers/hwmon/ |
D | lm85.c | 663 static ssize_t show_alarms_reg(struct device *dev, struct device_attribute in show_alarms_reg() function 670 static DEVICE_ATTR(alarms, S_IRUGO, show_alarms_reg, NULL);
|
D | w83791d.c | 1044 static ssize_t show_alarms_reg(struct device *dev, in show_alarms_reg() function 1051 static DEVICE_ATTR(alarms, S_IRUGO, show_alarms_reg, NULL);
|
D | w83792d.c | 584 show_alarms_reg(struct device *dev, struct device_attribute *attr, char *buf) in show_alarms_reg() function 1053 static DEVICE_ATTR(alarms, S_IRUGO, show_alarms_reg, NULL);
|
D | w83781d.c | 453 show_alarms_reg(struct device *dev, struct device_attribute *attr, char *buf) in show_alarms_reg() function 459 static DEVICE_ATTR(alarms, S_IRUGO, show_alarms_reg, NULL);
|
D | w83627hf.c | 833 show_alarms_reg(struct device *dev, struct device_attribute *attr, char *buf) in show_alarms_reg() function 838 static DEVICE_ATTR(alarms, S_IRUGO, show_alarms_reg, NULL);
|
D | adm1026.c | 1097 static ssize_t show_alarms_reg(struct device *dev, in show_alarms_reg() function 1104 static DEVICE_ATTR(alarms, S_IRUGO, show_alarms_reg, NULL);
|