Searched refs:show_temp_label (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/input/touchscreen/ |
D | sun4i-ts.c | 228 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/ |
D | w83627ehf.c | 1199 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),
|
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 | 784 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);
|
D | nct6775.c | 2056 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);
|