Searched refs:show_temp_label (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.15/drivers/input/touchscreen/ |
| D | sun4i-ts.c | 218 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);
|
| /Linux-v5.15/drivers/hwmon/ |
| D | nct6683.c | 782 show_temp_label(struct device *dev, struct device_attribute *attr, char *buf) in show_temp_label() function 879 SENSOR_TEMPLATE(temp_label, "temp%d_label", S_IRUGO, show_temp_label, NULL, 0);
|
| D | nct6775.c | 2311 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);
|