Home
last modified time | relevance | path

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

/openbmc/linux/drivers/macintosh/
H A Dwindfarm_pm91.c72 static struct wf_control *fan_cpu_third; variable
281 if (fan_cpu_third && wf_smu_failure_state == 0) { in wf_smu_cpu_fans_tick()
282 rc = wf_control_set(fan_cpu_third, st->cpu_setpoint); in wf_smu_cpu_fans_tick()
499 if (fan_cpu_third) in wf_smu_tick()
500 wf_control_set_max(fan_cpu_third); in wf_smu_tick()
553 if (fan_cpu_third == NULL && !strcmp(ct->name, "cpu-front-fan-0")) { in wf_smu_new_control()
555 fan_cpu_third = ct; in wf_smu_new_control()
573 if (fan_cpu_main && (fan_cpu_second || fan_cpu_third) && fan_hd && in wf_smu_new_control()
681 if (fan_cpu_third) in wf_smu_remove()
682 wf_put_control(fan_cpu_third); in wf_smu_remove()