Home
last modified time | relevance | path

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

/linux-3.3/drivers/macintosh/
Dwindfarm_pm91.c69 static struct wf_sensor *sensor_hd_temp; variable
342 rc = sensor_hd_temp->ops->get_value(sensor_hd_temp, &temp); in wf_smu_drive_fans_tick()
592 if (sensor_hd_temp == NULL && !strcmp(sr->name, "hd-temp")) { in wf_smu_new_sensor()
594 sensor_hd_temp = sr; in wf_smu_new_sensor()
603 sensor_hd_temp && sensor_slots_power) in wf_smu_new_sensor()
670 if (sensor_hd_temp) in wf_smu_remove()
671 wf_put_sensor(sensor_hd_temp); in wf_smu_remove()
Dwindfarm_pm81.c137 static struct wf_sensor *sensor_hd_temp; variable
341 rc = sensor_hd_temp->ops->get_value(sensor_hd_temp, &temp); in wf_smu_sys_fans_tick()
664 if (sensor_hd_temp == NULL && !strcmp(sr->name, "hd-temp")) { in wf_smu_new_sensor()
666 sensor_hd_temp = sr; in wf_smu_new_sensor()
669 if (sensor_cpu_power && sensor_cpu_temp && sensor_hd_temp) in wf_smu_new_sensor()
746 if (sensor_hd_temp) in wf_smu_remove()
747 wf_put_sensor(sensor_hd_temp); in wf_smu_remove()