Searched refs:wf_control_set (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/drivers/macintosh/ |
D | windfarm_pm72.c | 286 err = wf_control_set(cpu_rear_fans[cpu], sp->target); in cpu_fans_tick_split() 297 err = wf_control_set(cpu_front_fans[cpu], intake); in cpu_fans_tick_split() 368 err = wf_control_set(cpu_rear_fans[cpu], sp->target); in cpu_fans_tick_combined() 374 err = wf_control_set(cpu_front_fans[cpu], intake); in cpu_fans_tick_combined() 382 err = wf_control_set(cpu_pumps[cpu], pump); in cpu_fans_tick_combined() 495 err = wf_control_set(backside_fan, speed); in backside_fan_tick() 574 err = wf_control_set(drives_fan, speed); in drives_fan_tick() 631 wf_control_set(slots_fan, SLOTS_FAN_DEFAULT_PWM); in pm72_tick()
|
D | windfarm_pm91.c | 265 rc = wf_control_set(fan_cpu_main, st->cpu_setpoint); in wf_smu_cpu_fans_tick() 273 rc = wf_control_set(fan_cpu_second, st->cpu_setpoint); in wf_smu_cpu_fans_tick() 281 rc = wf_control_set(fan_cpu_third, st->cpu_setpoint); in wf_smu_cpu_fans_tick() 362 rc = wf_control_set(fan_hd, st->setpoint); in wf_smu_drive_fans_tick() 445 rc = wf_control_set(fan_slots, st->setpoint); in wf_smu_slots_fans_tick()
|
D | windfarm_pm81.c | 376 rc = wf_control_set(fan_system, st->sys_setpoint); in wf_smu_sys_fans_tick() 384 rc = wf_control_set(fan_hd, st->hd_setpoint); in wf_smu_sys_fans_tick() 528 rc = wf_control_set(fan_cpu_main, st->cpu_setpoint); in wf_smu_cpu_fans_tick()
|
D | windfarm_rm31.c | 282 err = wf_control_set(cpu_fans[cpu][i], speed); in cpu_fans_tick() 412 err = wf_control_set(backside_fan, speed); in backside_fan_tick() 479 err = wf_control_set(slots_fan, speed); in slots_fan_tick()
|
D | windfarm.h | 73 static inline int wf_control_set(struct wf_control *ct, s32 val) in wf_control_set() function
|