Searched refs:show_vrm (Results 1 – 8 of 8) sorted by relevance
/drivers/hwmon/ |
D | adm1025.c | 341 show_vrm(struct device *dev, struct device_attribute *attr, char *buf) in show_vrm() function 353 static DEVICE_ATTR(vrm, S_IRUGO | S_IWUSR, show_vrm, set_vrm);
|
D | smsc47m192.c | 344 static ssize_t show_vrm(struct device *dev, struct device_attribute *attr, in show_vrm() function 358 static DEVICE_ATTR(vrm, S_IRUGO | S_IWUSR, show_vrm, set_vrm);
|
D | asb100.c | 469 static ssize_t show_vrm(struct device *dev, struct device_attribute *attr, in show_vrm() function 485 static DEVICE_ATTR(vrm, S_IRUGO | S_IWUSR, show_vrm, set_vrm);
|
D | lm87.c | 518 static ssize_t show_vrm(struct device *dev, struct device_attribute *attr, char *buf) in show_vrm() function 529 static DEVICE_ATTR(vrm, S_IRUGO | S_IWUSR, show_vrm, set_vrm);
|
D | vt1211.c | 820 static ssize_t show_vrm(struct device *dev, struct device_attribute *attr, in show_vrm() function 1047 __ATTR(vrm, S_IRUGO | S_IWUSR, show_vrm, set_vrm),
|
D | w83793.c | 259 show_vrm(struct device *dev, struct device_attribute *attr, char *buf) in show_vrm() function 1041 static DEVICE_ATTR(vrm, S_IWUSR | S_IRUGO, show_vrm, store_vrm);
|
D | pc87360.c | 562 static ssize_t show_vrm(struct device *dev, struct device_attribute *attr, char *buf) in show_vrm() function 573 static DEVICE_ATTR(vrm, S_IRUGO | S_IWUSR, show_vrm, set_vrm);
|
D | dme1737.c | 1370 static ssize_t show_vrm(struct device *dev, struct device_attribute *attr, in show_vrm() function 1538 static DEVICE_ATTR(vrm, S_IRUGO | S_IWUSR, show_vrm, set_vrm);
|