Searched refs:vexpress_hwmon_label_show (Results 1 – 1 of 1) sorted by relevance
/drivers/hwmon/ |
D | vexpress-hwmon.c | 25 static ssize_t vexpress_hwmon_label_show(struct device *dev, in vexpress_hwmon_label_show() function 75 if (dev_attr->show == vexpress_hwmon_label_show && in vexpress_hwmon_attr_is_visible() 88 static DEVICE_ATTR(in1_label, 0444, vexpress_hwmon_label_show, NULL); 108 static DEVICE_ATTR(curr1_label, 0444, vexpress_hwmon_label_show, NULL); 127 static DEVICE_ATTR(temp1_label, 0444, vexpress_hwmon_label_show, NULL); 146 static DEVICE_ATTR(power1_label, 0444, vexpress_hwmon_label_show, NULL); 165 static DEVICE_ATTR(energy1_label, 0444, vexpress_hwmon_label_show, NULL);
|