fan_hd 136 drivers/macintosh/windfarm_pm81.c static struct wf_control *fan_hd; fan_hd 307 drivers/macintosh/windfarm_pm81.c if (fan_hd) { fan_hd 309 drivers/macintosh/windfarm_pm81.c max(pid_param.min, wf_control_get_min(fan_hd)); fan_hd 311 drivers/macintosh/windfarm_pm81.c min(pid_param.max, wf_control_get_max(fan_hd)); fan_hd 324 drivers/macintosh/windfarm_pm81.c if (fan_hd) fan_hd 325 drivers/macintosh/windfarm_pm81.c wf_control_set_max(fan_hd); fan_hd 383 drivers/macintosh/windfarm_pm81.c if (fan_hd && wf_smu_failure_state == 0) { fan_hd 384 drivers/macintosh/windfarm_pm81.c rc = wf_control_set(fan_hd, st->hd_setpoint); fan_hd 577 drivers/macintosh/windfarm_pm81.c if (fan_hd) fan_hd 578 drivers/macintosh/windfarm_pm81.c wf_control_set_max(fan_hd); fan_hd 641 drivers/macintosh/windfarm_pm81.c if (fan_hd == NULL && !strcmp(ct->name, "drive-bay-fan")) { fan_hd 643 drivers/macintosh/windfarm_pm81.c fan_hd = ct; fan_hd 646 drivers/macintosh/windfarm_pm81.c if (fan_system && fan_hd && fan_cpu_main && cpufreq_clamp) fan_hd 753 drivers/macintosh/windfarm_pm81.c if (fan_hd) fan_hd 754 drivers/macintosh/windfarm_pm81.c wf_put_control(fan_hd); fan_hd 72 drivers/macintosh/windfarm_pm91.c static struct wf_control *fan_hd; fan_hd 312 drivers/macintosh/windfarm_pm91.c param.additive = (fan_hd->type == WF_CONTROL_RPM_FAN); fan_hd 313 drivers/macintosh/windfarm_pm91.c param.min = wf_control_get_min(fan_hd); fan_hd 314 drivers/macintosh/windfarm_pm91.c param.max = wf_control_get_max(fan_hd); fan_hd 323 drivers/macintosh/windfarm_pm91.c if (fan_hd) fan_hd 324 drivers/macintosh/windfarm_pm91.c wf_control_set_max(fan_hd); fan_hd 361 drivers/macintosh/windfarm_pm91.c if (fan_hd && wf_smu_failure_state == 0) { fan_hd 362 drivers/macintosh/windfarm_pm91.c rc = wf_control_set(fan_hd, st->setpoint); fan_hd 500 drivers/macintosh/windfarm_pm91.c if (fan_hd) fan_hd 501 drivers/macintosh/windfarm_pm91.c wf_control_set_max(fan_hd); fan_hd 562 drivers/macintosh/windfarm_pm91.c if (fan_hd == NULL && !strcmp(ct->name, "drive-bay-fan")) { fan_hd 564 drivers/macintosh/windfarm_pm91.c fan_hd = ct; fan_hd 572 drivers/macintosh/windfarm_pm91.c if (fan_cpu_main && (fan_cpu_second || fan_cpu_third) && fan_hd && fan_hd 682 drivers/macintosh/windfarm_pm91.c if (fan_hd) fan_hd 683 drivers/macintosh/windfarm_pm91.c wf_put_control(fan_hd);