/drivers/hwmon/ |
D | adm1025.c | 333 show_vid(struct device *dev, struct device_attribute *attr, char *buf) in show_vid() function 338 static DEVICE_ATTR(cpu0_vid, S_IRUGO, show_vid, NULL);
|
D | adm9240.c | 447 static ssize_t show_vid(struct device *dev, in show_vid() function 453 static DEVICE_ATTR(cpu0_vid, S_IRUGO, show_vid, NULL);
|
D | smsc47m192.c | 336 static ssize_t show_vid(struct device *dev, struct device_attribute *attr, in show_vid() function 342 static DEVICE_ATTR(cpu0_vid, S_IRUGO, show_vid, NULL);
|
D | asb100.c | 459 static ssize_t show_vid(struct device *dev, struct device_attribute *attr, in show_vid() function 466 static DEVICE_ATTR(cpu0_vid, S_IRUGO, show_vid, NULL);
|
D | lm78.c | 425 static ssize_t show_vid(struct device *dev, struct device_attribute *da, in show_vid() function 431 static DEVICE_ATTR(cpu0_vid, S_IRUGO, show_vid, NULL);
|
D | lm87.c | 511 static ssize_t show_vid(struct device *dev, struct device_attribute *attr, char *buf) in show_vid() function 516 static DEVICE_ATTR(cpu0_vid, S_IRUGO, show_vid, NULL);
|
D | w83793.c | 266 show_vid(struct device *dev, struct device_attribute *attr, char *buf) in show_vid() function 1038 SENSOR_ATTR_2(cpu0_vid, S_IRUGO, show_vid, NULL, NOT_USED, 0), 1039 SENSOR_ATTR_2(cpu1_vid, S_IRUGO, show_vid, NULL, NOT_USED, 1),
|
D | vt1211.c | 839 static ssize_t show_vid(struct device *dev, struct device_attribute *attr, in show_vid() function 1048 __ATTR(cpu0_vid, S_IRUGO, show_vid, NULL),
|
D | lm93.c | 2072 static ssize_t show_vid(struct device *dev, struct device_attribute *attr, in show_vid() function 2080 static SENSOR_DEVICE_ATTR(cpu0_vid, S_IRUGO, show_vid, NULL, 0); 2081 static SENSOR_DEVICE_ATTR(cpu1_vid, S_IRUGO, show_vid, NULL, 1);
|
D | w83627ehf.c | 1161 show_vid(struct device *dev, struct device_attribute *attr, char *buf) in show_vid() function 1166 static DEVICE_ATTR(cpu0_vid, S_IRUGO, show_vid, NULL);
|
D | pc87360.c | 555 static ssize_t show_vid(struct device *dev, struct device_attribute *attr, char *buf) in show_vid() function 560 static DEVICE_ATTR(cpu0_vid, S_IRUGO, show_vid, NULL);
|
D | dme1737.c | 1389 static ssize_t show_vid(struct device *dev, struct device_attribute *attr, in show_vid() function 1539 static DEVICE_ATTR(cpu0_vid, S_IRUGO, show_vid, NULL);
|