Searched refs:sensor_value (Results 1 – 2 of 2) sorted by relevance
954 int ret, i, sensor_value; in aqc_legacy_read() local966 sensor_value = get_unaligned_le16(priv->buffer + priv->temp_sensor_start_offset + in aqc_legacy_read()968 if (sensor_value == AQC_SENSOR_NA) in aqc_legacy_read()971 priv->temp_input[i] = sensor_value * 10; in aqc_legacy_read()984 sensor_value = get_unaligned_le16(priv->buffer + priv->fan_sensor_offsets[0]); in aqc_legacy_read()985 priv->speed_input[0] = aqc_aquastreamxt_convert_pump_rpm(sensor_value); in aqc_legacy_read()988 sensor_value = get_unaligned_le16(priv->buffer + AQUASTREAMXT_FAN_STATUS_OFFSET); in aqc_legacy_read()989 if (sensor_value == AQUASTREAMXT_FAN_STOPPED) { in aqc_legacy_read()992 sensor_value = in aqc_legacy_read()994 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()