Searched refs:slots_fan (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/macintosh/
H A Dwindfarm_rm31.c57 static struct wf_control *slots_fan; variable in typeref:struct:wf_control
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;
[all...]
H A Dwindfarm_pm112.c87 static struct wf_control *slots_fan; variable in typeref:struct:wf_control
465 if (!slots_fan || !slots_power)
479 wf_control_set_max(slots_fan);
486 err = slots_fan->ops->set_value(slots_fan, speed);
504 if (slots_fan)
505 wf_control_set_max(slots_fan);
580 if (slots_fan == NULL && wf_get_control(ct) == 0)
581 slots_fan = ct;
H A Dwindfarm_pm72.c59 static struct wf_control *slots_fan; variable in typeref:struct:wf_control
602 if (slots_fan)
603 wf_control_set_max(slots_fan);
631 wf_control_set(slots_fan, SLOTS_FAN_DEFAULT_PWM);
689 slots_fan = ct;
699 slots_fan &&

Completed in 1439 milliseconds