Searched refs:wf_smu_drive_fans (Results 1 – 1 of 1) sorted by relevance
121 static struct wf_smu_drive_fans_state *wf_smu_drive_fans; variable302 wf_smu_drive_fans = kmalloc(sizeof(struct wf_smu_drive_fans_state), in wf_smu_create_drive_fans()304 if (wf_smu_drive_fans == NULL) { in wf_smu_create_drive_fans()309 wf_smu_drive_fans->ticks = 1; in wf_smu_create_drive_fans()315 wf_pid_init(&wf_smu_drive_fans->pid, ¶m); in wf_smu_create_drive_fans()478 if (wf_smu_drive_fans) in wf_smu_tick()479 wf_smu_drive_fans_tick(wf_smu_drive_fans); in wf_smu_tick()691 kfree(wf_smu_drive_fans); in wf_smu_remove()