Searched refs:show_vid (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/hwmon/ |
D | vt1211.c | 890 static ssize_t show_vid(struct device *dev, struct device_attribute *attr, in show_vid() function 1086 __ATTR(cpu0_vid, S_IRUGO, show_vid, NULL),
|
D | w83793.c | 334 show_vid(struct device *dev, struct device_attribute *attr, char *buf) in show_vid() function 1169 SENSOR_ATTR_2(cpu0_vid, S_IRUGO, show_vid, NULL, NOT_USED, 0), 1170 SENSOR_ATTR_2(cpu1_vid, S_IRUGO, show_vid, NULL, NOT_USED, 1),
|
D | lm93.c | 2223 static ssize_t show_vid(struct device *dev, struct device_attribute *attr, in show_vid() function 2231 static SENSOR_DEVICE_ATTR(cpu0_vid, S_IRUGO, show_vid, NULL, 0); 2232 static SENSOR_DEVICE_ATTR(cpu1_vid, S_IRUGO, show_vid, NULL, 1);
|