Home
last modified time | relevance | path

Searched refs:sensor_hd_temp (Results 1 – 2 of 2) sorted by relevance

/drivers/macintosh/
Dwindfarm_pm91.c68 static struct wf_sensor *sensor_hd_temp; variable
341 rc = sensor_hd_temp->ops->get_value(sensor_hd_temp, &temp); in wf_smu_drive_fans_tick()
591 if (sensor_hd_temp == NULL && !strcmp(sr->name, "hd-temp")) { in wf_smu_new_sensor()
593 sensor_hd_temp = sr; in wf_smu_new_sensor()
602 sensor_hd_temp && sensor_slots_power) in wf_smu_new_sensor()
669 if (sensor_hd_temp) in wf_smu_remove()
670 wf_put_sensor(sensor_hd_temp); in wf_smu_remove()
Dwindfarm_pm81.c136 static struct wf_sensor *sensor_hd_temp; variable
340 rc = sensor_hd_temp->ops->get_value(sensor_hd_temp, &temp); in wf_smu_sys_fans_tick()
663 if (sensor_hd_temp == NULL && !strcmp(sr->name, "hd-temp")) { in wf_smu_new_sensor()
665 sensor_hd_temp = sr; in wf_smu_new_sensor()
668 if (sensor_cpu_power && sensor_cpu_temp && sensor_hd_temp) in wf_smu_new_sensor()
745 if (sensor_hd_temp) in wf_smu_remove()
746 wf_put_sensor(sensor_hd_temp); in wf_smu_remove()