Lines Matching full:pump
140 /* Specs of the D5 Next pump */
146 /* Sensor report offsets for the D5 Next pump */
156 /* Control report offsets for the D5 Next pump */
158 static u16 d5next_ctrl_fan_offsets[] = { 0x97, 0x42 }; /* Pump and fan speed (from 0-100%) */
160 /* Specs of the Aquastream Ultimate pump */
161 /* Pump does not follow the standard structure, so only consider the fan */
165 /* Sensor report offsets for the Aquastream Ultimate pump */
260 /* Specs of the Aquastream XT pump */
291 "Pump speed",
296 "Pump power",
301 "Pump voltage",
308 "Pump current",
443 "User-Provided Pump Speed",
464 "Pump speed",
471 "Pump power"
476 "Pump voltage"
481 "Pump current"
605 /* Converts raw value for Aquastream XT pump speed to RPM */
802 * Special case to support pump RPM, fan RPM, in aqc_is_visible()
851 /* Special case to support pump and fan power */ in aqc_is_visible()
871 /* Special case to support pump and fan current */ in aqc_is_visible()
876 /* Special case to support pump current */ in aqc_is_visible()
941 /* Read pump speed in RPM */ in aqc_legacy_read()