Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/macintosh/
Dwindfarm_pm81.c233 static struct wf_smu_sys_fans_state *wf_smu_sys_fans; variable
286 wf_smu_sys_fans = kmalloc(sizeof(struct wf_smu_sys_fans_state), in wf_smu_create_sys_fans()
288 if (wf_smu_sys_fans == NULL) { in wf_smu_create_sys_fans()
293 wf_smu_sys_fans->ticks = 1; in wf_smu_create_sys_fans()
294 wf_smu_sys_fans->scale0 = param->scale0; in wf_smu_create_sys_fans()
295 wf_smu_sys_fans->offset0 = param->offset0; in wf_smu_create_sys_fans()
296 wf_smu_sys_fans->scale1 = param->scale1; in wf_smu_create_sys_fans()
297 wf_smu_sys_fans->offset1 = param->offset1; in wf_smu_create_sys_fans()
314 wf_pid_init(&wf_smu_sys_fans->pid, &pid_param); in wf_smu_create_sys_fans()
515 systarget = wf_smu_sys_fans ? wf_smu_sys_fans->pid.target : 0; in wf_smu_cpu_fans_tick()
[all …]