Searched refs:wf_cpu_pid_run (Results 1 - 16 of 16) sorted by relevance
/kernel/linux/linux-5.10/drivers/macintosh/ |
H A D | windfarm_pid.c | 88 s32 wf_cpu_pid_run(struct wf_cpu_pid_state *st, s32 new_power, s32 new_temp) in wf_cpu_pid_run() function 144 EXPORT_SYMBOL_GPL(wf_cpu_pid_run); variable
|
H A D | windfarm_pid.h | 84 extern s32 wf_cpu_pid_run(struct wf_cpu_pid_state *st, s32 power, s32 temp);
|
H A D | windfarm_pm72.c | 281 wf_cpu_pid_run(sp, power, temp); in cpu_fans_tick_split() 348 wf_cpu_pid_run(sp, power, temp); in cpu_fans_tick_combined()
|
H A D | windfarm_pm81.c | 510 new_setpoint = wf_cpu_pid_run(&st->pid, power, temp); in wf_smu_cpu_fans_tick()
|
H A D | windfarm_pm112.c | 307 t = wf_cpu_pid_run(sp, power, temp); in cpu_fans_tick()
|
H A D | windfarm_rm31.c | 273 wf_cpu_pid_run(sp, power, temp); in cpu_fans_tick()
|
H A D | windfarm_pm91.c | 256 new_setpoint = wf_cpu_pid_run(&st->pid, power, temp); in wf_smu_cpu_fans_tick()
|
H A D | windfarm_pm121.c | 755 new_setpoint = wf_cpu_pid_run(&st->pid, power, temp); in pm121_cpu_fans_tick()
|
/kernel/linux/linux-6.6/drivers/macintosh/ |
H A D | windfarm_pid.c | 88 s32 wf_cpu_pid_run(struct wf_cpu_pid_state *st, s32 new_power, s32 new_temp) in wf_cpu_pid_run() function 144 EXPORT_SYMBOL_GPL(wf_cpu_pid_run); variable
|
H A D | windfarm_pid.h | 87 extern s32 wf_cpu_pid_run(struct wf_cpu_pid_state *st, s32 power, s32 temp);
|
H A D | windfarm_pm72.c | 281 wf_cpu_pid_run(sp, power, temp); in cpu_fans_tick_split() 348 wf_cpu_pid_run(sp, power, temp); in cpu_fans_tick_combined()
|
H A D | windfarm_pm112.c | 309 t = wf_cpu_pid_run(sp, power, temp); in cpu_fans_tick()
|
H A D | windfarm_pm81.c | 511 new_setpoint = wf_cpu_pid_run(&st->pid, power, temp); in wf_smu_cpu_fans_tick()
|
H A D | windfarm_rm31.c | 273 wf_cpu_pid_run(sp, power, temp); in cpu_fans_tick()
|
H A D | windfarm_pm91.c | 257 new_setpoint = wf_cpu_pid_run(&st->pid, power, temp); in wf_smu_cpu_fans_tick()
|
H A D | windfarm_pm121.c | 756 new_setpoint = wf_cpu_pid_run(&st->pid, power, temp); in pm121_cpu_fans_tick()
|
Completed in 13 milliseconds