Searched refs:get_cpu_temp (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/drivers/platform/loongarch/ |
H A D | cpu_hwmon.c | 33 static ssize_t get_cpu_temp(struct device *dev, in get_cpu_temp() function 41 static SENSOR_DEVICE_ATTR(temp1_input, 0444, get_cpu_temp, NULL, 1); 43 static SENSOR_DEVICE_ATTR(temp2_input, 0444, get_cpu_temp, NULL, 2); 45 static SENSOR_DEVICE_ATTR(temp3_input, 0444, get_cpu_temp, NULL, 3); 47 static SENSOR_DEVICE_ATTR(temp4_input, 0444, get_cpu_temp, NULL, 4); 49 static SENSOR_DEVICE_ATTR(temp5_input, 0444, get_cpu_temp, NULL, 4); 51 static SENSOR_DEVICE_ATTR(temp6_input, 0444, get_cpu_temp, NULL, 4); 53 static SENSOR_DEVICE_ATTR(temp7_input, 0444, get_cpu_temp, NULL, 4); 55 static SENSOR_DEVICE_ATTR(temp8_input, 0444, get_cpu_temp, NULL, 4); 57 static SENSOR_DEVICE_ATTR(temp9_input, 0444, get_cpu_temp, NUL [all...] |
/kernel/linux/linux-5.10/drivers/platform/mips/ |
H A D | cpu_hwmon.c | 66 static ssize_t get_cpu_temp(struct device *dev, in get_cpu_temp() function 75 static SENSOR_DEVICE_ATTR(temp1_input, 0444, get_cpu_temp, NULL, 1); 77 static SENSOR_DEVICE_ATTR(temp2_input, 0444, get_cpu_temp, NULL, 2); 79 static SENSOR_DEVICE_ATTR(temp3_input, 0444, get_cpu_temp, NULL, 3); 81 static SENSOR_DEVICE_ATTR(temp4_input, 0444, get_cpu_temp, NULL, 4);
|
/kernel/linux/linux-6.6/drivers/platform/mips/ |
H A D | cpu_hwmon.c | 66 static ssize_t get_cpu_temp(struct device *dev, in get_cpu_temp() function 75 static SENSOR_DEVICE_ATTR(temp1_input, 0444, get_cpu_temp, NULL, 1); 77 static SENSOR_DEVICE_ATTR(temp2_input, 0444, get_cpu_temp, NULL, 2); 79 static SENSOR_DEVICE_ATTR(temp3_input, 0444, get_cpu_temp, NULL, 3); 81 static SENSOR_DEVICE_ATTR(temp4_input, 0444, get_cpu_temp, NULL, 4);
|
Completed in 2 milliseconds