Searched refs:get_cpu_temp (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/platform/mips/ |
| D | cpu_hwmon.c | 67 static ssize_t get_cpu_temp(struct device *dev, 72 static SENSOR_DEVICE_ATTR(temp1_input, S_IRUGO, get_cpu_temp, NULL, 1); 74 static SENSOR_DEVICE_ATTR(temp2_input, S_IRUGO, get_cpu_temp, NULL, 2); 76 static SENSOR_DEVICE_ATTR(temp3_input, S_IRUGO, get_cpu_temp, NULL, 3); 78 static SENSOR_DEVICE_ATTR(temp4_input, S_IRUGO, get_cpu_temp, NULL, 4); 111 static ssize_t get_cpu_temp(struct device *dev, in get_cpu_temp() function
|