Searched refs:wf_control_set_max (Results 1 – 7 of 7) sorted by relevance
213 wf_control_set_max(cpufreq_clamp); in wf_smu_create_cpu_fans()215 wf_control_set_max(fan_cpu_main); in wf_smu_create_cpu_fans()324 wf_control_set_max(fan_hd); in wf_smu_create_drive_fans()405 wf_control_set_max(fan_slots); in wf_smu_create_slots_fans()493 wf_control_set_max(cpufreq_clamp); in wf_smu_tick()495 wf_control_set_max(fan_cpu_main); in wf_smu_tick()497 wf_control_set_max(fan_cpu_second); in wf_smu_tick()499 wf_control_set_max(fan_cpu_third); in wf_smu_tick()501 wf_control_set_max(fan_hd); in wf_smu_tick()503 wf_control_set_max(fan_slots); in wf_smu_tick()
194 wf_control_set_max(cpufreq_clamp); in cpu_max_all_fans()197 wf_control_set_max(cpu_fans[i]); in cpu_max_all_fans()380 wf_control_set_max(backside_fan); in backside_fan_tick()430 wf_control_set_max(drive_bay_fan); in drive_bay_fan_tick()477 wf_control_set_max(slots_fan); in slots_fan_tick()496 wf_control_set_max(cpufreq_clamp); in set_fail_state()499 wf_control_set_max(cpu_fans[i]); in set_fail_state()501 wf_control_set_max(backside_fan); in set_fail_state()503 wf_control_set_max(slots_fan); in set_fail_state()505 wf_control_set_max(drive_bay_fan); in set_fail_state()[all …]
108 wf_control_set_max(cpufreq_clamp); in cpu_max_all_fans()111 wf_control_set_max(cpu_fans[i][0]); in cpu_max_all_fans()113 wf_control_set_max(cpu_fans[i][1]); in cpu_max_all_fans()115 wf_control_set_max(cpu_fans[i][2]); in cpu_max_all_fans()389 wf_control_set_max(backside_fan); in backside_fan_tick()402 wf_control_set_max(backside_fan); in backside_fan_tick()470 wf_control_set_max(slots_fan); in slots_fan_tick()506 wf_control_set_max(backside_fan); in set_fail_state()508 wf_control_set_max(slots_fan); in set_fail_state()558 wf_control_set_max(cpufreq_clamp); in rm31_tick()
114 wf_control_set_max(cpufreq_clamp); in cpu_max_all_fans()117 wf_control_set_max(cpu_front_fans[i]); in cpu_max_all_fans()119 wf_control_set_max(cpu_rear_fans[i]); in cpu_max_all_fans()121 wf_control_set_max(cpu_pumps[i]); in cpu_max_all_fans()487 wf_control_set_max(backside_fan); in backside_fan_tick()566 wf_control_set_max(drives_fan); in drives_fan_tick()601 wf_control_set_max(backside_fan); in set_fail_state()603 wf_control_set_max(slots_fan); in set_fail_state()605 wf_control_set_max(drives_fan); in set_fail_state()660 wf_control_set_max(cpufreq_clamp); in pm72_tick()
323 wf_control_set_max(fan_system); in wf_smu_create_sys_fans()325 wf_control_set_max(fan_hd); in wf_smu_create_sys_fans()467 wf_control_set_max(cpufreq_clamp); in wf_smu_create_cpu_fans()469 wf_control_set_max(fan_cpu_main); in wf_smu_create_cpu_fans()572 wf_control_set_max(cpufreq_clamp); in wf_smu_tick()574 wf_control_set_max(fan_system); in wf_smu_tick()576 wf_control_set_max(fan_cpu_main); in wf_smu_tick()578 wf_control_set_max(fan_hd); in wf_smu_tick()
577 wf_control_set_max(control); in pm121_create_sys_fans()712 wf_control_set_max(controls[CPUFREQ]); in pm121_create_cpu_fans()714 wf_control_set_max(fan_cpu); in pm121_create_cpu_fans()832 wf_control_set_max(controls[i]); in pm121_tick()
61 static inline int wf_control_set_max(struct wf_control *ct) in wf_control_set_max() function