Searched refs:show_label (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/hwmon/ |
H A D | wm831x-hwmon.c | 62 static ssize_t show_label(struct device *dev, in show_label() function 76 static SENSOR_DEVICE_ATTR(in##id##_label, S_IRUGO, show_label, \ 92 static SENSOR_DEVICE_ATTR(temp1_label, S_IRUGO, show_label, NULL, 100 static SENSOR_DEVICE_ATTR(temp2_label, S_IRUGO, show_label, NULL,
|
H A D | wm8350-hwmon.c | 38 static ssize_t show_label(struct device *dev, in show_label() function 49 static SENSOR_DEVICE_ATTR(in##id##_label, S_IRUGO, show_label, \
|
H A D | ibmpowernv.c | 163 static ssize_t show_label(struct device *dev, struct device_attribute *devattr, in show_label() function 625 NULL, show_label, NULL); in create_device_attrs()
|
H A D | coretemp.c | 341 static ssize_t show_label(struct device *dev, in show_label() function 427 show_label, show_crit_alarm, show_temp, show_tjmax, in create_core_attrs()
|
H A D | it87.c | 2225 static ssize_t show_label(struct device *dev, struct device_attribute *attr, in show_label() function 2253 static SENSOR_DEVICE_ATTR(in3_label, S_IRUGO, show_label, NULL, 0); 2254 static SENSOR_DEVICE_ATTR(in7_label, S_IRUGO, show_label, NULL, 1); 2255 static SENSOR_DEVICE_ATTR(in8_label, S_IRUGO, show_label, NULL, 2); 2257 static SENSOR_DEVICE_ATTR(in9_label, S_IRUGO, show_label, NULL, 3);
|