Home
last modified time | relevance | path

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

/drivers/input/touchscreen/
Dsun4i-ts.c218 static ssize_t show_temp_label(struct device *dev, in show_temp_label() function
225 static DEVICE_ATTR(temp1_label, S_IRUGO, show_temp_label, NULL);
/drivers/hwmon/
Dw83627ehf.c1192 show_temp_label(struct device *dev, struct device_attribute *attr, char *buf) in show_temp_label() function
1293 SENSOR_ATTR(temp1_label, S_IRUGO, show_temp_label, NULL, 0),
1294 SENSOR_ATTR(temp2_label, S_IRUGO, show_temp_label, NULL, 1),
1295 SENSOR_ATTR(temp3_label, S_IRUGO, show_temp_label, NULL, 2),
1296 SENSOR_ATTR(temp4_label, S_IRUGO, show_temp_label, NULL, 3),
1297 SENSOR_ATTR(temp5_label, S_IRUGO, show_temp_label, NULL, 4),
1298 SENSOR_ATTR(temp6_label, S_IRUGO, show_temp_label, NULL, 5),
1299 SENSOR_ATTR(temp7_label, S_IRUGO, show_temp_label, NULL, 6),
1300 SENSOR_ATTR(temp8_label, S_IRUGO, show_temp_label, NULL, 7),
1301 SENSOR_ATTR(temp9_label, S_IRUGO, show_temp_label, NULL, 8),
Dnct6683.c783 show_temp_label(struct device *dev, struct device_attribute *attr, char *buf) in show_temp_label() function
880 SENSOR_TEMPLATE(temp_label, "temp%d_label", S_IRUGO, show_temp_label, NULL, 0);
Dnct6775.c2311 show_temp_label(struct device *dev, struct device_attribute *attr, char *buf) in show_temp_label() function
2480 SENSOR_TEMPLATE(temp_label, "temp%d_label", S_IRUGO, show_temp_label, NULL, 0);