/Linux-v4.19/drivers/hwmon/ |
D | da9052-hwmon.c | 298 static ssize_t show_label(struct device *dev, in show_label() function 329 static SENSOR_DEVICE_ATTR(in0_label, 0444, show_label, NULL, 333 static SENSOR_DEVICE_ATTR(in3_label, 0444, show_label, NULL, 337 static SENSOR_DEVICE_ATTR(in4_label, 0444, show_label, NULL, 341 static SENSOR_DEVICE_ATTR(in5_label, 0444, show_label, NULL, 345 static SENSOR_DEVICE_ATTR(in6_label, 0444, show_label, NULL, 349 static SENSOR_DEVICE_ATTR(in9_label, 0444, show_label, NULL, 354 static SENSOR_DEVICE_ATTR(in70_label, 0444, show_label, NULL, 358 static SENSOR_DEVICE_ATTR(in71_label, 0444, show_label, NULL, 362 static SENSOR_DEVICE_ATTR(in72_label, 0444, show_label, NULL, [all …]
|
D | da9055-hwmon.c | 202 static ssize_t show_label(struct device *dev, in show_label() function 211 static SENSOR_DEVICE_ATTR(in0_label, S_IRUGO, show_label, NULL, 215 static SENSOR_DEVICE_ATTR(in1_label, S_IRUGO, show_label, NULL, 219 static SENSOR_DEVICE_ATTR(in2_label, S_IRUGO, show_label, NULL, 223 static SENSOR_DEVICE_ATTR(in3_label, S_IRUGO, show_label, NULL, 228 static SENSOR_DEVICE_ATTR(temp1_label, S_IRUGO, show_label, NULL,
|
D | wm831x-hwmon.c | 74 static ssize_t show_label(struct device *dev, in show_label() function 88 static SENSOR_DEVICE_ATTR(in##id##_label, S_IRUGO, show_label, \ 104 static SENSOR_DEVICE_ATTR(temp1_label, S_IRUGO, show_label, NULL, 112 static SENSOR_DEVICE_ATTR(temp2_label, S_IRUGO, show_label, NULL,
|
D | nsa320-hwmon.c | 117 static ssize_t show_label(struct device *dev, in show_label() function 147 static SENSOR_DEVICE_ATTR(temp1_label, S_IRUGO, show_label, NULL, NSA320_TEMP); 149 static SENSOR_DEVICE_ATTR(fan1_label, S_IRUGO, show_label, NULL, NSA320_FAN);
|
D | abx500.c | 132 static ssize_t show_label(struct device *dev, in show_label() function 137 return data->ops.show_label(dev, devattr, buf); in show_label() 279 static SENSOR_DEVICE_ATTR(temp1_label, S_IRUGO, show_label, NULL, 0); 289 static SENSOR_DEVICE_ATTR(temp2_label, S_IRUGO, show_label, NULL, 1); 299 static SENSOR_DEVICE_ATTR(temp3_label, S_IRUGO, show_label, NULL, 2); 309 static SENSOR_DEVICE_ATTR(temp4_label, S_IRUGO, show_label, NULL, 3); 402 !data->ops.show_label) in abx500_temp_probe()
|
D | wm8350-hwmon.c | 50 static ssize_t show_label(struct device *dev, in show_label() function 61 static SENSOR_DEVICE_ATTR(in##id##_label, S_IRUGO, show_label, \
|
D | abx500.h | 28 ssize_t (*show_label) (struct device *, member
|
D | menf21bmc_hwmon.c | 104 show_label(struct device *dev, struct device_attribute *devattr, char *buf) in show_label() function 149 show_label, NULL, idx);
|
D | abituguru3.c | 908 static ssize_t show_label(struct device *dev, in show_label() function 941 SENSOR_ATTR_2(in%d_label, 0444, show_label, NULL, 0, 0) 953 SENSOR_ATTR_2(temp%d_label, 0444, show_label, NULL, 0, 0) 964 SENSOR_ATTR_2(fan%d_label, 0444, show_label, NULL, 0, 0)
|
D | ab8500.c | 198 data->ops.show_label = ab8500_show_label; in abx500_hwmon_init()
|
D | coretemp.c | 117 static ssize_t show_label(struct device *dev, in show_label() function 399 show_label, show_crit_alarm, show_temp, show_tjmax, in create_core_attrs()
|
D | i5k_amb.c | 253 static ssize_t show_label(struct device *dev, in show_label() function 300 iattr->s_attr.dev_attr.show = show_label; in i5k_amb_hwmon_init()
|
D | ibmpowernv.c | 175 static ssize_t show_label(struct device *dev, struct device_attribute *devattr, in show_label() function 644 NULL, show_label, NULL); in create_device_attrs()
|
D | it87.c | 1956 static ssize_t show_label(struct device *dev, struct device_attribute *attr, in show_label() function 1984 static SENSOR_DEVICE_ATTR(in3_label, S_IRUGO, show_label, NULL, 0); 1985 static SENSOR_DEVICE_ATTR(in7_label, S_IRUGO, show_label, NULL, 1); 1986 static SENSOR_DEVICE_ATTR(in8_label, S_IRUGO, show_label, NULL, 2); 1988 static SENSOR_DEVICE_ATTR(in9_label, S_IRUGO, show_label, NULL, 3);
|