Searched refs:sensor_value (Results 1 – 2 of 2) sorted by relevance
936 int ret, i, sensor_value; in aqc_legacy_read() local946 sensor_value = get_unaligned_le16(priv->buffer + priv->temp_sensor_start_offset + in aqc_legacy_read()948 if (sensor_value == AQC_SENSOR_NA) in aqc_legacy_read()951 priv->temp_input[i] = sensor_value * 10; in aqc_legacy_read()964 sensor_value = get_unaligned_le16(priv->buffer + priv->fan_sensor_offsets[0]); in aqc_legacy_read()965 priv->speed_input[0] = aqc_aquastreamxt_convert_pump_rpm(sensor_value); in aqc_legacy_read()968 sensor_value = get_unaligned_le16(priv->buffer + AQUASTREAMXT_FAN_STATUS_OFFSET); in aqc_legacy_read()969 if (sensor_value == AQUASTREAMXT_FAN_STOPPED) { in aqc_legacy_read()972 sensor_value = in aqc_legacy_read()974 priv->speed_input[1] = aqc_aquastreamxt_convert_fan_rpm(sensor_value); in aqc_legacy_read()[all …]
216 unsigned char sensor_value; member243 action_code = epow_log->sensor_value & 0xF; /* bottom 4 bits */ in rtas_parse_epow_errlog()