Searched refs:wf_smu_drive_fans (Results 1 – 1 of 1) sorted by relevance
122 static struct wf_smu_drive_fans_state *wf_smu_drive_fans; variable303 wf_smu_drive_fans = kmalloc(sizeof(struct wf_smu_drive_fans_state), in wf_smu_create_drive_fans()305 if (wf_smu_drive_fans == NULL) { in wf_smu_create_drive_fans()310 wf_smu_drive_fans->ticks = 1; in wf_smu_create_drive_fans()316 wf_pid_init(&wf_smu_drive_fans->pid, ¶m); in wf_smu_create_drive_fans()479 if (wf_smu_drive_fans) in wf_smu_tick()480 wf_smu_drive_fans_tick(wf_smu_drive_fans); in wf_smu_tick()692 kfree(wf_smu_drive_fans); in wf_smu_remove()