Home
last modified time | relevance | path

Searched refs:show_label (Results 1 – 14 of 14) sorted by relevance

/Linux-v4.19/drivers/hwmon/
Dda9052-hwmon.c298 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 …]
Dda9055-hwmon.c202 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,
Dwm831x-hwmon.c74 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,
Dnsa320-hwmon.c117 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);
Dabx500.c132 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()
Dwm8350-hwmon.c50 static ssize_t show_label(struct device *dev, in show_label() function
61 static SENSOR_DEVICE_ATTR(in##id##_label, S_IRUGO, show_label, \
Dabx500.h28 ssize_t (*show_label) (struct device *, member
Dmenf21bmc_hwmon.c104 show_label(struct device *dev, struct device_attribute *devattr, char *buf) in show_label() function
149 show_label, NULL, idx);
Dabituguru3.c908 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)
Dab8500.c198 data->ops.show_label = ab8500_show_label; in abx500_hwmon_init()
Dcoretemp.c117 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()
Di5k_amb.c253 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()
Dibmpowernv.c175 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()
Dit87.c1956 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);