Lines Matching defs:fan_system
137 static struct wf_control *fan_system;
305 pid_param.min = wf_control_get_min(fan_system);
306 pid_param.max = wf_control_get_max(fan_system);
322 if (fan_system)
323 wf_control_set_max(fan_system);
375 if (fan_system && wf_smu_failure_state == 0) {
376 rc = wf_control_set(fan_system, st->sys_setpoint);
573 if (fan_system)
574 wf_control_set_max(fan_system);
621 if (fan_system == NULL && !strcmp(ct->name, "system-fan")) {
623 fan_system = ct;
636 if (fan_system && fan_cpu_main && cpufreq_clamp)
646 if (fan_system && fan_hd && fan_cpu_main && cpufreq_clamp)
755 if (fan_system)
756 wf_put_control(fan_system);