Lines Matching defs:fan_system
138 static struct wf_control *fan_system;
306 pid_param.min = wf_control_get_min(fan_system);
307 pid_param.max = wf_control_get_max(fan_system);
323 if (fan_system)
324 wf_control_set_max(fan_system);
376 if (fan_system && wf_smu_failure_state == 0) {
377 rc = wf_control_set(fan_system, st->sys_setpoint);
574 if (fan_system)
575 wf_control_set_max(fan_system);
622 if (fan_system == NULL && !strcmp(ct->name, "system-fan")) {
624 fan_system = ct;
637 if (fan_system && fan_cpu_main && cpufreq_clamp)
647 if (fan_system && fan_hd && fan_cpu_main && cpufreq_clamp)
756 if (fan_system)
757 wf_put_control(fan_system);