Searched refs:vexpress_hwmon_label_show (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A 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);
|
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | vexpress-hwmon.c | 24 static ssize_t vexpress_hwmon_label_show(struct device *dev, in vexpress_hwmon_label_show() function 74 if (dev_attr->show == vexpress_hwmon_label_show && in vexpress_hwmon_attr_is_visible() 87 static DEVICE_ATTR(in1_label, 0444, vexpress_hwmon_label_show, NULL); 107 static DEVICE_ATTR(curr1_label, 0444, vexpress_hwmon_label_show, NULL); 126 static DEVICE_ATTR(temp1_label, 0444, vexpress_hwmon_label_show, NULL); 145 static DEVICE_ATTR(power1_label, 0444, vexpress_hwmon_label_show, NULL); 164 static DEVICE_ATTR(energy1_label, 0444, vexpress_hwmon_label_show, NULL);
|
Completed in 2 milliseconds