Lines Matching full:pump
145 /* Specs of the D5 Next pump */
151 /* Sensor report offsets for the D5 Next pump */
161 /* Control report offsets for the D5 Next pump */
163 static u16 d5next_ctrl_fan_offsets[] = { 0x97, 0x42 }; /* Pump and fan speed (from 0-100%) */
165 /* Specs of the Aquastream Ultimate pump */
166 /* Pump does not follow the standard structure, so only consider the fan */
170 /* Sensor report offsets for the Aquastream Ultimate pump */
268 /* Specs of the Aquastream XT pump */
310 "Pump speed",
315 "Pump power",
320 "Pump voltage",
327 "Pump current",
463 "User-Provided Pump Speed",
484 "Pump speed",
491 "Pump power"
496 "Pump voltage"
501 "Pump current"
635 /* Converts raw value for Aquastream XT pump speed to RPM */
832 * Special case to support pump RPM, fan RPM, in aqc_is_visible()
890 /* Special case to support pump and fan power */ in aqc_is_visible()
910 /* Special case to support pump and fan current */ in aqc_is_visible()
915 /* Special case to support pump current */ in aqc_is_visible()
983 /* Read pump speed in RPM */ in aqc_legacy_read()