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

/linux-4.1.27/drivers/macintosh/
H A Dwindfarm_pm91.c74 static struct wf_control *fan_slots; variable in typeref:struct:wf_control
393 param.additive = (fan_slots->type == WF_CONTROL_RPM_FAN); wf_smu_create_slots_fans()
394 param.min = wf_control_get_min(fan_slots); wf_smu_create_slots_fans()
395 param.max = wf_control_get_max(fan_slots); wf_smu_create_slots_fans()
404 if (fan_slots) wf_smu_create_slots_fans()
405 wf_control_set_max(fan_slots); wf_smu_create_slots_fans()
444 if (fan_slots && wf_smu_failure_state == 0) { wf_smu_slots_fans_tick()
445 rc = wf_control_set(fan_slots, st->setpoint); wf_smu_slots_fans_tick()
502 if (fan_slots) wf_smu_tick()
503 wf_control_set_max(fan_slots); wf_smu_tick()
567 if (fan_slots == NULL && !strcmp(ct->name, "slots-fan")) { wf_smu_new_control()
569 fan_slots = ct; wf_smu_new_control()
573 fan_slots && cpufreq_clamp) wf_smu_new_control()
684 if (fan_slots) wf_smu_remove()
685 wf_put_control(fan_slots); wf_smu_remove()

Completed in 72 milliseconds