Lines Matching +full:fan +full:- +full:controller
1 .. SPDX-License-Identifier: GPL-2.0-or-later
3 Kernel driver aquacomputer-d5next
8 * Aquacomputer Aquaero 5/6 fan controllers
10 * Aquacomputer Farbwerk RGB controller
11 * Aquacomputer Farbwerk 360 RGB controller
12 * Aquacomputer Octo fan controller
13 * Aquacomputer Quadro fan controller
18 * Aquacomputer Poweradjust 3 fan controller
23 -----------
30 speed (in RPM), power, voltage and current. Temperature offsets and fan speeds
33 For the D5 Next pump, available sensors are pump and fan speed, power, voltage
35 available through debugfs are the serial number, firmware version and power-on
36 count. Attaching a fan to it is optional and allows it to be controlled using
37 temperature curves directly from the pump. If it's not connected, the fan-related
63 filled with coolant. Pump RPM and flow can be set to enhance on-device calculations,
67 and fan IC. It also exposes pump and fan speeds (in RPM), voltages, as well as pump
71 with speed, power, voltage and current of both the pump and optionally connected fan.
74 The Poweradjust 3 controller exposes a single external temperature sensor.
80 -----------
86 -------------
89 temp[1-20]_input Physical/virtual temperature sensors (in millidegrees Celsius)
90 temp[1-8]_offset Temperature sensor correction offset (in millidegrees Celsius)
91 fan[1-8]_input Pump/fan speed (in RPM) / Flow speed (in dL/h)
92 fan1_min Minimal fan speed (in RPM)
93 fan1_max Maximal fan speed (in RPM)
94 fan1_target Target fan speed (in RPM)
96 power[1-8]_input Pump/fan power (in micro Watts)
97 in[0-7]_input Pump/fan voltage (in milli Volts)
98 curr[1-8]_input Pump/fan current (in milli Amperes)
99 pwm[1-8] Fan PWM (0 - 255)
103 ---------------