Searched refs:wf_control_set (Results  1 – 5 of 5) sorted by relevance
| /linux-4.1.27/drivers/macintosh/ | 
| D | windfarm_pm72.c | 287 		err = wf_control_set(cpu_rear_fans[cpu], sp->target);  in cpu_fans_tick_split() 298 		err = wf_control_set(cpu_front_fans[cpu], intake);  in cpu_fans_tick_split() 369 		err = wf_control_set(cpu_rear_fans[cpu], sp->target);  in cpu_fans_tick_combined() 375 		err = wf_control_set(cpu_front_fans[cpu], intake);  in cpu_fans_tick_combined() 383 			err = wf_control_set(cpu_pumps[cpu], pump);  in cpu_fans_tick_combined() 496 	err = wf_control_set(backside_fan, speed);  in backside_fan_tick() 575 	err = wf_control_set(drives_fan, speed);  in drives_fan_tick() 632 		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 | 377 		rc = wf_control_set(fan_system, st->sys_setpoint);  in wf_smu_sys_fans_tick() 385 		rc = wf_control_set(fan_hd, st->hd_setpoint);  in wf_smu_sys_fans_tick() 529 		rc = wf_control_set(fan_cpu_main, st->cpu_setpoint);  in wf_smu_cpu_fans_tick()
  | 
| D | windfarm_rm31.c | 283 			err = wf_control_set(cpu_fans[cpu][i], speed);  in cpu_fans_tick() 413 	err = wf_control_set(backside_fan, speed);  in backside_fan_tick() 480 	err = wf_control_set(slots_fan, speed);  in slots_fan_tick()
  | 
| D | windfarm.h | 76 static inline int wf_control_set(struct wf_control *ct, s32 val)  in wf_control_set()  function
  |