Lines Matching defs:slots_fan
57 static struct wf_control *slots_fan;
458 if (!slots_fan || !slots_temp || !slots_tick)
470 wf_control_set_max(slots_fan);
479 err = wf_control_set(slots_fan, speed);
489 s32 fmin = wf_control_get_min(slots_fan);
490 s32 fmax = wf_control_get_max(slots_fan);
507 if (slots_fan)
508 wf_control_set_max(slots_fan);
586 slots_fan = ct;
595 slots_fan;