Home
last modified time | relevance | path

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

/linux-3.3/drivers/macintosh/
Dwindfarm_pm91.c74 static struct wf_control *fan_hd; variable
315 param.additive = (fan_hd->type == WF_CONTROL_RPM_FAN); in wf_smu_create_drive_fans()
316 param.min = fan_hd->ops->get_min(fan_hd); in wf_smu_create_drive_fans()
317 param.max = fan_hd->ops->get_max(fan_hd); in wf_smu_create_drive_fans()
326 if (fan_hd) in wf_smu_create_drive_fans()
327 wf_control_set_max(fan_hd); in wf_smu_create_drive_fans()
364 if (fan_hd && wf_smu_failure_state == 0) { in wf_smu_drive_fans_tick()
365 rc = fan_hd->ops->set_value(fan_hd, st->setpoint); in wf_smu_drive_fans_tick()
503 if (fan_hd) in wf_smu_tick()
504 wf_control_set_max(fan_hd); in wf_smu_tick()
[all …]
Dwindfarm_pm81.c139 static struct wf_control *fan_hd; variable
308 if (fan_hd) { in wf_smu_create_sys_fans()
310 max(pid_param.min,fan_hd->ops->get_min(fan_hd)); in wf_smu_create_sys_fans()
312 min(pid_param.max,fan_hd->ops->get_max(fan_hd)); in wf_smu_create_sys_fans()
325 if (fan_hd) in wf_smu_create_sys_fans()
326 wf_control_set_max(fan_hd); in wf_smu_create_sys_fans()
384 if (fan_hd && wf_smu_failure_state == 0) { in wf_smu_sys_fans_tick()
385 rc = fan_hd->ops->set_value(fan_hd, st->hd_setpoint); in wf_smu_sys_fans_tick()
579 if (fan_hd) in wf_smu_tick()
580 wf_control_set_max(fan_hd); in wf_smu_tick()
[all …]