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