Searched refs:fan_system (Results 1 – 1 of 1) sorted by relevance
139 static struct wf_control *fan_system; variable307 pid_param.min = wf_control_get_min(fan_system); in wf_smu_create_sys_fans()308 pid_param.max = wf_control_get_max(fan_system); in wf_smu_create_sys_fans()324 if (fan_system) in wf_smu_create_sys_fans()325 wf_control_set_max(fan_system); in wf_smu_create_sys_fans()377 if (fan_system && wf_smu_failure_state == 0) { in wf_smu_sys_fans_tick()378 rc = wf_control_set(fan_system, st->sys_setpoint); in wf_smu_sys_fans_tick()575 if (fan_system) in wf_smu_tick()576 wf_control_set_max(fan_system); in wf_smu_tick()623 if (fan_system == NULL && !strcmp(ct->name, "system-fan")) { in wf_smu_new_control()[all …]