Home
last modified time | relevance | path

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

/openbmc/linux/drivers/macintosh/
H A Dwindfarm_pm91.c122 static struct wf_smu_drive_fans_state *wf_smu_drive_fans; variable
303 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, &param); 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()