Home
last modified time | relevance | path

Searched refs:show_temp_label (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/input/touchscreen/
Dsun4i-ts.c227 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/
Dw83627ehf.c1205 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),
Dadt7462.c877 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);
Dnct6683.c792 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);
Dnct6775.c2201 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);