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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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 57 milliseconds