Searched refs:show_in_label (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/hwmon/ |
D | sch5636.c | 195 static ssize_t show_in_label(struct device *dev, struct device_attribute in show_in_label() function 294 SENSOR_ATTR(in0_label, 0444, show_in_label, NULL, 0), 296 SENSOR_ATTR(in1_label, 0444, show_in_label, NULL, 1), 298 SENSOR_ATTR(in2_label, 0444, show_in_label, NULL, 2), 300 SENSOR_ATTR(in3_label, 0444, show_in_label, NULL, 3), 302 SENSOR_ATTR(in4_label, 0444, show_in_label, NULL, 4),
|
D | sch5627.c | 320 static ssize_t show_in_label(struct device *dev, struct device_attribute in show_in_label() function 381 static SENSOR_DEVICE_ATTR(in0_label, S_IRUGO, show_in_label, NULL, 0); 382 static SENSOR_DEVICE_ATTR(in1_label, S_IRUGO, show_in_label, NULL, 1); 383 static SENSOR_DEVICE_ATTR(in2_label, S_IRUGO, show_in_label, NULL, 2); 384 static SENSOR_DEVICE_ATTR(in3_label, S_IRUGO, show_in_label, NULL, 3);
|
D | nct6683.c | 662 show_in_label(struct device *dev, struct device_attribute *attr, char *buf) in show_in_label() function 701 SENSOR_TEMPLATE(in_label, "in%d_label", S_IRUGO, show_in_label, NULL, 0);
|