Lines Matching defs:object_new_raw
465 s16 *object_new_raw, s16 *object_old_raw)
487 *object_new_raw = (read + (s16)read_tmp) / 2;
504 s16 *object_new_raw, s16 *object_old_raw)
540 object_new_raw, object_old_raw);
565 static int mlx90632_read_object_raw_extended(struct regmap *regmap, s16 *object_new_raw)
604 *object_new_raw = read;
609 static int mlx90632_read_all_channel_extended(struct mlx90632_data *data, s16 *object_new_raw,
636 ret = mlx90632_read_object_raw_extended(data->regmap, object_new_raw);
684 static s64 mlx90632_preprocess_temp_obj(s16 object_new_raw, s16 object_old_raw,
695 div64_s64(((s64)((object_new_raw + object_old_raw) / 2)
701 static s64 mlx90632_preprocess_temp_obj_extended(s16 object_new_raw, s16 ambient_new_raw,
711 div64_s64((s64) object_new_raw * 1000000000000LL, MLX90632_REF_12),
816 s16 ambient_new_raw, ambient_old_raw, object_new_raw, object_old_raw;
857 &object_new_raw, &object_old_raw);
861 if (object_new_raw > MLX90632_EXTENDED_LIMIT &&
863 ret = mlx90632_read_all_channel_extended(data, &object_new_raw,
871 object = mlx90632_preprocess_temp_obj_extended(object_new_raw,
883 object = mlx90632_preprocess_temp_obj(object_new_raw,