Searched refs:show_label (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/hwmon/ |
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,
|
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, \
|
A 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)
|
A D | coretemp.c | 104 static ssize_t show_label(struct device *dev, in show_label() function 386 show_label, show_crit_alarm, show_temp, show_tjmax, in create_core_attrs()
|
A 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()
|
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()
|
A D | it87.c | 1947 static ssize_t show_label(struct device *dev, struct device_attribute *attr, in show_label() function 1975 static SENSOR_DEVICE_ATTR(in3_label, S_IRUGO, show_label, NULL, 0); 1976 static SENSOR_DEVICE_ATTR(in7_label, S_IRUGO, show_label, NULL, 1); 1977 static SENSOR_DEVICE_ATTR(in8_label, S_IRUGO, show_label, NULL, 2); 1979 static SENSOR_DEVICE_ATTR(in9_label, S_IRUGO, show_label, NULL, 3);
|
Completed in 23 milliseconds