Searched refs:wf_smu_drive_fans (Results 1 - 1 of 1) 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.c121 static struct wf_smu_drive_fans_state *wf_smu_drive_fans; variable in typeref:struct:wf_smu_drive_fans_state
305 wf_smu_drive_fans = kmalloc(sizeof(struct wf_smu_drive_fans_state),
307 if (wf_smu_drive_fans == NULL) {
312 wf_smu_drive_fans->ticks = 1;
318 wf_pid_init(&wf_smu_drive_fans->pid, &param);
477 if (wf_smu_drive_fans)
478 wf_smu_drive_fans_tick(wf_smu_drive_fans);
683 kfree(wf_smu_drive_fans);

Completed in 39 milliseconds