Searched refs:fan_slots (Results 1 – 1 of 1) sorted by relevance
74 static struct wf_control *fan_slots; variable394 param.additive = (fan_slots->type == WF_CONTROL_RPM_FAN); in wf_smu_create_slots_fans()395 param.min = wf_control_get_min(fan_slots); in wf_smu_create_slots_fans()396 param.max = wf_control_get_max(fan_slots); in wf_smu_create_slots_fans()405 if (fan_slots) in wf_smu_create_slots_fans()406 wf_control_set_max(fan_slots); in wf_smu_create_slots_fans()445 if (fan_slots && wf_smu_failure_state == 0) { in wf_smu_slots_fans_tick()446 rc = wf_control_set(fan_slots, st->setpoint); in wf_smu_slots_fans_tick()503 if (fan_slots) in wf_smu_tick()504 wf_control_set_max(fan_slots); in wf_smu_tick()[all …]