Searched refs:fan_hd (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/macintosh/
H A Dwindfarm_pm91.c74 static struct wf_control *fan_hd; variable in typeref:struct:wf_control
315 param.additive = (fan_hd->type == WF_CONTROL_RPM_FAN);
316 param.min = fan_hd->ops->get_min(fan_hd);
317 param.max = fan_hd->ops->get_max(fan_hd);
326 if (fan_hd)
327 wf_control_set_max(fan_hd);
364 if (fan_hd && wf_smu_failure_state == 0) {
365 rc = fan_hd
[all...]
H A Dwindfarm_pm81.c139 static struct wf_control *fan_hd; variable in typeref:struct:wf_control
308 if (fan_hd) {
310 max(pid_param.min,fan_hd->ops->get_min(fan_hd));
312 min(pid_param.max,fan_hd->ops->get_max(fan_hd));
325 if (fan_hd)
326 wf_control_set_max(fan_hd);
384 if (fan_hd && wf_smu_failure_state == 0) {
385 rc = fan_hd
[all...]

Completed in 54 milliseconds