Searched refs:fan_cpu_third (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/macintosh/
H A Dwindfarm_pm91.c72 static struct wf_control *fan_cpu_third; variable in typeref:struct:wf_control
280 if (fan_cpu_third && wf_smu_failure_state == 0) { wf_smu_cpu_fans_tick()
281 rc = wf_control_set(fan_cpu_third, st->cpu_setpoint); wf_smu_cpu_fans_tick()
498 if (fan_cpu_third) wf_smu_tick()
499 wf_control_set_max(fan_cpu_third); wf_smu_tick()
552 if (fan_cpu_third == NULL && !strcmp(ct->name, "cpu-front-fan-0")) { wf_smu_new_control()
554 fan_cpu_third = ct; wf_smu_new_control()
572 if (fan_cpu_main && (fan_cpu_second || fan_cpu_third) && fan_hd && wf_smu_new_control()
680 if (fan_cpu_third) wf_smu_remove()
681 wf_put_control(fan_cpu_third); wf_smu_remove()

Completed in 87 milliseconds