Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/input/touchscreen/
Dsun4i-ts.c228 static ssize_t show_temp_label(struct device *dev, in show_temp_label() function
235 static DEVICE_ATTR(temp1_label, S_IRUGO, show_temp_label, NULL);
/linux-4.4.14/drivers/hwmon/
Dw83627ehf.c1199 show_temp_label(struct device *dev, struct device_attribute *attr, char *buf) in show_temp_label() function
1300 SENSOR_ATTR(temp1_label, S_IRUGO, show_temp_label, NULL, 0),
1301 SENSOR_ATTR(temp2_label, S_IRUGO, show_temp_label, NULL, 1),
1302 SENSOR_ATTR(temp3_label, S_IRUGO, show_temp_label, NULL, 2),
1303 SENSOR_ATTR(temp4_label, S_IRUGO, show_temp_label, NULL, 3),
1304 SENSOR_ATTR(temp5_label, S_IRUGO, show_temp_label, NULL, 4),
1305 SENSOR_ATTR(temp6_label, S_IRUGO, show_temp_label, NULL, 5),
1306 SENSOR_ATTR(temp7_label, S_IRUGO, show_temp_label, NULL, 6),
1307 SENSOR_ATTR(temp8_label, S_IRUGO, show_temp_label, NULL, 7),
1308 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.c784 show_temp_label(struct device *dev, struct device_attribute *attr, char *buf) in show_temp_label() function
881 SENSOR_TEMPLATE(temp_label, "temp%d_label", S_IRUGO, show_temp_label, NULL, 0);
Dnct6775.c2056 show_temp_label(struct device *dev, struct device_attribute *attr, char *buf) in show_temp_label() function
2222 SENSOR_TEMPLATE(temp_label, "temp%d_label", S_IRUGO, show_temp_label, NULL, 0);