Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/macintosh/
Dwindfarm_pm81.c234 static struct wf_smu_sys_fans_state *wf_smu_sys_fans; variable
287 wf_smu_sys_fans = kmalloc(sizeof(struct wf_smu_sys_fans_state), in wf_smu_create_sys_fans()
289 if (wf_smu_sys_fans == NULL) { in wf_smu_create_sys_fans()
294 wf_smu_sys_fans->ticks = 1; in wf_smu_create_sys_fans()
295 wf_smu_sys_fans->scale0 = param->scale0; in wf_smu_create_sys_fans()
296 wf_smu_sys_fans->offset0 = param->offset0; in wf_smu_create_sys_fans()
297 wf_smu_sys_fans->scale1 = param->scale1; in wf_smu_create_sys_fans()
298 wf_smu_sys_fans->offset1 = param->offset1; in wf_smu_create_sys_fans()
315 wf_pid_init(&wf_smu_sys_fans->pid, &pid_param); in wf_smu_create_sys_fans()
516 systarget = wf_smu_sys_fans ? wf_smu_sys_fans->pid.target : 0; in wf_smu_cpu_fans_tick()
[all …]