vexpress_hwmon_label_show
static DEVICE_ATTR(curr1_label, 0444, vexpress_hwmon_label_show, NULL);
static DEVICE_ATTR(temp1_label, 0444, vexpress_hwmon_label_show, NULL);
static DEVICE_ATTR(power1_label, 0444, vexpress_hwmon_label_show, NULL);
static DEVICE_ATTR(energy1_label, 0444, vexpress_hwmon_label_show, NULL);
if (dev_attr->show == vexpress_hwmon_label_show &&
static DEVICE_ATTR(in1_label, 0444, vexpress_hwmon_label_show, NULL);