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