Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/macintosh/
H A Dwindfarm_pm91.c121 static struct wf_smu_drive_fans_state *wf_smu_drive_fans; variable
302 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, &param); 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()
/kernel/linux/linux-6.6/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()

Completed in 3 milliseconds