Lines Matching refs:temp_input
569 s32 temp_input[20]; /* Max 4 physical and 16 virtual or 8 physical and 12 virtual */ member
929 priv->temp_input[i] = sensor_value * 10; in aqc_legacy_read()
997 if (priv->temp_input[channel] == -ENODATA) in aqc_read()
1000 *val = priv->temp_input[channel]; in aqc_read()
1318 priv->temp_input[i] = -ENODATA; in aqc_raw_event()
1320 priv->temp_input[i] = sensor_value * 10; in aqc_raw_event()
1329 priv->temp_input[i] = -ENODATA; in aqc_raw_event()
1331 priv->temp_input[i] = sensor_value * 10; in aqc_raw_event()
1371 priv->temp_input[i] = -ENODATA; in aqc_raw_event()
1373 priv->temp_input[i] = sensor_value * 10; in aqc_raw_event()
1394 if (priv->temp_input[1] == -ENODATA) in aqc_raw_event()
1427 priv->temp_input[1] = get_unaligned_be16(data + LEAKSHIELD_TEMPERATURE_2) * 10; in aqc_raw_event()