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

/drivers/macintosh/
H A Dwindfarm_pm121.c457 struct pm121_cpu_state { struct
463 static struct pm121_cpu_state *pm121_cpu_state; variable in typeref:struct:pm121_cpu_state
670 pm121_cpu_state = kmalloc(sizeof(struct pm121_cpu_state),
672 if (pm121_cpu_state == NULL)
674 pm121_cpu_state->ticks = 1;
699 wf_cpu_pid_init(&pm121_cpu_state->pid, &pid_param);
718 static void pm121_cpu_fans_tick(struct pm121_cpu_state *st)
808 for (i = 0; i < pm121_cpu_state
[all...]

Completed in 10 milliseconds