Searched refs:show_vrm_reg (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/drivers/hwmon/ |
D | w83791d.c | 1159 static ssize_t show_vrm_reg(struct device *dev, in show_vrm_reg() function 1191 static DEVICE_ATTR(vrm, S_IRUGO | S_IWUSR, show_vrm_reg, store_vrm_reg);
|
D | lm85.c | 625 static ssize_t show_vrm_reg(struct device *dev, struct device_attribute *attr, in show_vrm_reg() function 650 static DEVICE_ATTR(vrm, S_IRUGO | S_IWUSR, show_vrm_reg, store_vrm_reg);
|
D | w83781d.c | 428 show_vrm_reg(struct device *dev, struct device_attribute *attr, char *buf) in show_vrm_reg() function 450 static DEVICE_ATTR(vrm, S_IRUGO | S_IWUSR, show_vrm_reg, store_vrm_reg);
|
D | w83627hf.c | 807 show_vrm_reg(struct device *dev, struct device_attribute *attr, char *buf) in show_vrm_reg() function 829 static DEVICE_ATTR(vrm, S_IRUGO | S_IWUSR, show_vrm_reg, store_vrm_reg);
|
D | adm1026.c | 1070 static ssize_t show_vrm_reg(struct device *dev, struct device_attribute *attr, in show_vrm_reg() function 1095 static DEVICE_ATTR(vrm, S_IRUGO | S_IWUSR, show_vrm_reg, store_vrm_reg);
|
D | it87.c | 1474 static ssize_t show_vrm_reg(struct device *dev, struct device_attribute *attr, in show_vrm_reg() function 1493 static DEVICE_ATTR(vrm, S_IRUGO | S_IWUSR, show_vrm_reg, store_vrm_reg);
|