Searched refs:show_temp_label (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/input/touchscreen/ |
D | sun4i-ts.c | 227 static ssize_t show_temp_label(struct device *dev, in show_temp_label() function 234 static DEVICE_ATTR(temp1_label, S_IRUGO, show_temp_label, NULL);
|
/Linux-v4.19/drivers/hwmon/ |
D | w83627ehf.c | 1205 show_temp_label(struct device *dev, struct device_attribute *attr, char *buf) in show_temp_label() function 1306 SENSOR_ATTR(temp1_label, S_IRUGO, show_temp_label, NULL, 0), 1307 SENSOR_ATTR(temp2_label, S_IRUGO, show_temp_label, NULL, 1), 1308 SENSOR_ATTR(temp3_label, S_IRUGO, show_temp_label, NULL, 2), 1309 SENSOR_ATTR(temp4_label, S_IRUGO, show_temp_label, NULL, 3), 1310 SENSOR_ATTR(temp5_label, S_IRUGO, show_temp_label, NULL, 4), 1311 SENSOR_ATTR(temp6_label, S_IRUGO, show_temp_label, NULL, 5), 1312 SENSOR_ATTR(temp7_label, S_IRUGO, show_temp_label, NULL, 6), 1313 SENSOR_ATTR(temp8_label, S_IRUGO, show_temp_label, NULL, 7), 1314 SENSOR_ATTR(temp9_label, S_IRUGO, show_temp_label, NULL, 8),
|
D | adt7462.c | 877 static ssize_t show_temp_label(struct device *dev, in show_temp_label() function 1457 static SENSOR_DEVICE_ATTR(temp1_label, S_IRUGO, show_temp_label, NULL, 0); 1458 static SENSOR_DEVICE_ATTR(temp2_label, S_IRUGO, show_temp_label, NULL, 1); 1459 static SENSOR_DEVICE_ATTR(temp3_label, S_IRUGO, show_temp_label, NULL, 2); 1460 static SENSOR_DEVICE_ATTR(temp4_label, S_IRUGO, show_temp_label, NULL, 3);
|
D | nct6683.c | 792 show_temp_label(struct device *dev, struct device_attribute *attr, char *buf) in show_temp_label() function 889 SENSOR_TEMPLATE(temp_label, "temp%d_label", S_IRUGO, show_temp_label, NULL, 0);
|
D | nct6775.c | 2201 show_temp_label(struct device *dev, struct device_attribute *attr, char *buf) in show_temp_label() function 2370 SENSOR_TEMPLATE(temp_label, "temp%d_label", S_IRUGO, show_temp_label, NULL, 0);
|