Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/macintosh/
Dwindfarm_pm72.c360 pump = (sp->target * wf_control_get_max(pump0)) / in cpu_fans_tick_combined()
413 fmax = wf_control_get_max(cpu_rear_fans[cpu]); in cpu_setup_pid()
506 s32 fmax = wf_control_get_max(backside_fan); in backside_setup_pid()
585 s32 fmax = wf_control_get_max(drives_fan); in drives_setup_pid()
Dwindfarm_pm91.c198 pid_param.max = wf_control_get_max(fan_cpu_main); in wf_smu_create_cpu_fans()
315 param.max = wf_control_get_max(fan_hd); in wf_smu_create_drive_fans()
396 param.max = wf_control_get_max(fan_slots); in wf_smu_create_slots_fans()
Dwindfarm_pm81.c307 pid_param.max = wf_control_get_max(fan_system); in wf_smu_create_sys_fans()
312 min(pid_param.max, wf_control_get_max(fan_hd)); in wf_smu_create_sys_fans()
452 pid_param.max = wf_control_get_max(fan_cpu_main); in wf_smu_create_cpu_fans()
Dwindfarm_rm31.c314 fmax = wf_control_get_max(cpu_fans[cpu][0]); in cpu_setup_pid()
423 s32 fmax = wf_control_get_max(backside_fan); in backside_setup_pid()
490 s32 fmax = wf_control_get_max(slots_fan); in slots_setup_pid()
Dwindfarm.h88 static inline s32 wf_control_get_max(struct wf_control *ct) in wf_control_get_max() function