Home
last modified time | relevance | path

Searched refs:sensor_cpu_temp (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/macintosh/
Dwindfarm_pm91.c67 static struct wf_sensor *sensor_cpu_temp; variable
231 rc = wf_sensor_get(sensor_cpu_temp, &temp); in wf_smu_cpu_fans_tick()
588 if (sensor_cpu_temp == NULL && !strcmp(sr->name, "cpu-temp")) { in wf_smu_new_sensor()
590 sensor_cpu_temp = sr; in wf_smu_new_sensor()
603 if (sensor_cpu_power && sensor_cpu_temp && in wf_smu_new_sensor()
669 if (sensor_cpu_temp) in wf_smu_remove()
670 wf_put_sensor(sensor_cpu_temp); in wf_smu_remove()
Dwindfarm_pm81.c135 static struct wf_sensor *sensor_cpu_temp; variable
486 rc = wf_sensor_get(sensor_cpu_temp, &temp); in wf_smu_cpu_fans_tick()
662 if (sensor_cpu_temp == NULL && !strcmp(sr->name, "cpu-temp")) { in wf_smu_new_sensor()
664 sensor_cpu_temp = sr; in wf_smu_new_sensor()
672 if (sensor_cpu_power && sensor_cpu_temp && sensor_hd_temp) in wf_smu_new_sensor()
747 if (sensor_cpu_temp) in wf_smu_remove()
748 wf_put_sensor(sensor_cpu_temp); in wf_smu_remove()
Dwindfarm_pm121.c230 static struct wf_sensor *sensor_cpu_temp; variable
744 rc = sensor_cpu_temp->ops->get_value(sensor_cpu_temp, &temp); in pm121_cpu_fans_tick()
927 &sensor_cpu_temp) && all; in pm121_new_sensor()