Searched refs:speed_input (Results 1 – 1 of 1) sorted by relevance
570 s32 speed_input[8]; member943 priv->speed_input[0] = aqc_aquastreamxt_convert_pump_rpm(sensor_value); in aqc_legacy_read()948 priv->speed_input[1] = 0; in aqc_legacy_read()952 priv->speed_input[1] = aqc_aquastreamxt_convert_fan_rpm(sensor_value); in aqc_legacy_read()1018 if (priv->speed_input[channel] == -ENODATA) in aqc_read()1021 *val = priv->speed_input[channel]; in aqc_read()1337 priv->speed_input[i] = in aqc_raw_event()1353 priv->speed_input[i] = get_unaligned_be16(data + priv->flow_sensors_start_offset + in aqc_raw_event()1378 priv->speed_input[1] = get_unaligned_be16(data + AQUASTREAMULT_PUMP_OFFSET); in aqc_raw_event()1379 priv->speed_input[2] = get_unaligned_be16(data + AQUASTREAMULT_PRESSURE_OFFSET); in aqc_raw_event()[all …]