Searched refs:vexpress_hwmon_label_show (Results 1 – 1 of 1) sorted by relevance
/drivers/hwmon/ |
D | vexpress.c | 32 static ssize_t vexpress_hwmon_label_show(struct device *dev, in vexpress_hwmon_label_show() function 82 if (dev_attr->show == vexpress_hwmon_label_show && in vexpress_hwmon_attr_is_visible() 95 static DEVICE_ATTR(in1_label, S_IRUGO, vexpress_hwmon_label_show, NULL); 116 static DEVICE_ATTR(curr1_label, S_IRUGO, vexpress_hwmon_label_show, NULL); 136 static DEVICE_ATTR(temp1_label, S_IRUGO, vexpress_hwmon_label_show, NULL); 156 static DEVICE_ATTR(power1_label, S_IRUGO, vexpress_hwmon_label_show, NULL); 176 static DEVICE_ATTR(energy1_label, S_IRUGO, vexpress_hwmon_label_show, NULL);
|