Home
last modified time | relevance | path

Searched refs:show_vid (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/hwmon/
Dvt1211.c890 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),
Dw83793.c334 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),
Dlm93.c2223 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);