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

/linux-4.1.27/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
302 wf_smu_drive_fans = kmalloc(sizeof(struct wf_smu_drive_fans_state), wf_smu_create_drive_fans()
304 if (wf_smu_drive_fans == NULL) { wf_smu_create_drive_fans()
309 wf_smu_drive_fans->ticks = 1; wf_smu_create_drive_fans()
315 wf_pid_init(&wf_smu_drive_fans->pid, &param); wf_smu_create_drive_fans()
478 if (wf_smu_drive_fans) wf_smu_tick()
479 wf_smu_drive_fans_tick(wf_smu_drive_fans); wf_smu_tick()
691 kfree(wf_smu_drive_fans); wf_smu_remove()

Completed in 40 milliseconds