Searched refs:wf_smu_drive_fans (Results 1 - 2 of 2) 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.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);
/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.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 244 milliseconds