Home
last modified time | relevance | path

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

/linux/drivers/macintosh/
H A Dwindfarm_pm91.c74 static struct wf_control *fan_slots; variable
391 param.additive = (fan_slots->type == WF_CONTROL_RPM_FAN); in wf_smu_create_slots_fans()
392 param.min = wf_control_get_min(fan_slots); in wf_smu_create_slots_fans()
393 param.max = wf_control_get_max(fan_slots); in wf_smu_create_slots_fans()
402 if (fan_slots) in wf_smu_create_slots_fans()
403 wf_control_set_max(fan_slots); in wf_smu_create_slots_fans()
442 if (fan_slots && wf_smu_failure_state == 0) { in wf_smu_slots_fans_tick()
443 rc = wf_control_set(fan_slots, st->setpoint); in wf_smu_slots_fans_tick()
500 if (fan_slots) in wf_smu_tick()
501 wf_control_set_max(fan_slots); in wf_smu_tick()
[all …]