Searched refs:show_label (Results 1 – 7 of 7) sorted by relevance
/Linux-v6.6/drivers/hwmon/ |
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,
|
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, \
|
D | abituguru3.c | 895 static ssize_t show_label(struct device *dev, in show_label() function 928 SENSOR_ATTR_2(in%d_label, 0444, show_label, NULL, 0, 0) 940 SENSOR_ATTR_2(temp%d_label, 0444, show_label, NULL, 0, 0) 951 SENSOR_ATTR_2(fan%d_label, 0444, show_label, NULL, 0, 0)
|
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()
|
D | i5k_amb.c | 240 static ssize_t show_label(struct device *dev, in show_label() function 287 iattr->s_attr.dev_attr.show = show_label; in i5k_amb_hwmon_init()
|
D | coretemp.c | 332 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()
|
D | it87.c | 2224 static ssize_t show_label(struct device *dev, struct device_attribute *attr, in show_label() function 2252 static SENSOR_DEVICE_ATTR(in3_label, S_IRUGO, show_label, NULL, 0); 2253 static SENSOR_DEVICE_ATTR(in7_label, S_IRUGO, show_label, NULL, 1); 2254 static SENSOR_DEVICE_ATTR(in8_label, S_IRUGO, show_label, NULL, 2); 2256 static SENSOR_DEVICE_ATTR(in9_label, S_IRUGO, show_label, NULL, 3);
|