Searched refs:show_vrm_reg (Results 1 – 6 of 6) sorted by relevance
/drivers/hwmon/ |
D | it87.c | 836 show_vrm_reg(struct device *dev, struct device_attribute *attr, char *buf) in show_vrm_reg() function 852 static DEVICE_ATTR(vrm, S_IRUGO | S_IWUSR, show_vrm_reg, store_vrm_reg);
|
D | lm85.c | 427 static ssize_t show_vrm_reg(struct device *dev, struct device_attribute *attr, in show_vrm_reg() function 442 static DEVICE_ATTR(vrm, S_IRUGO | S_IWUSR, show_vrm_reg, store_vrm_reg);
|
D | w83791d.c | 1105 static ssize_t show_vrm_reg(struct device *dev, in show_vrm_reg() function 1126 static DEVICE_ATTR(vrm, S_IRUGO | S_IWUSR, show_vrm_reg, store_vrm_reg);
|
D | w83627hf.c | 698 show_vrm_reg(struct device *dev, struct device_attribute *attr, char *buf) in show_vrm_reg() function 714 static DEVICE_ATTR(vrm, S_IRUGO | S_IWUSR, show_vrm_reg, store_vrm_reg);
|
D | w83781d.c | 418 show_vrm_reg(struct device *dev, struct device_attribute *attr, char *buf) in show_vrm_reg() function 436 static DEVICE_ATTR(vrm, S_IRUGO | S_IWUSR, show_vrm_reg, store_vrm_reg);
|
D | adm1026.c | 1222 static ssize_t show_vrm_reg(struct device *dev, struct device_attribute *attr, char *buf) in show_vrm_reg() function 1236 static DEVICE_ATTR(vrm, S_IRUGO | S_IWUSR, show_vrm_reg, store_vrm_reg);
|