Lines Matching defs:object_new_raw
306 s16 *object_new_raw, s16 *object_old_raw)
328 *object_new_raw = (read + (s16)read_tmp) / 2;
345 s16 *object_new_raw, s16 *object_old_raw)
361 object_new_raw, object_old_raw);
386 static int mlx90632_read_object_raw_extended(struct regmap *regmap, s16 *object_new_raw)
425 *object_new_raw = read;
430 static int mlx90632_read_all_channel_extended(struct mlx90632_data *data, s16 *object_new_raw,
445 ret = mlx90632_read_object_raw_extended(data->regmap, object_new_raw);
495 static s64 mlx90632_preprocess_temp_obj(s16 object_new_raw, s16 object_old_raw,
506 div64_s64(((s64)((object_new_raw + object_old_raw) / 2)
512 static s64 mlx90632_preprocess_temp_obj_extended(s16 object_new_raw, s16 ambient_new_raw,
522 div64_s64((s64) object_new_raw * 1000000000000LL, MLX90632_REF_12),
631 s16 ambient_new_raw, ambient_old_raw, object_new_raw, object_old_raw;
668 &object_new_raw, &object_old_raw);
672 if (object_new_raw > MLX90632_EXTENDED_LIMIT &&
674 ret = mlx90632_read_all_channel_extended(data, &object_new_raw,
682 object = mlx90632_preprocess_temp_obj_extended(object_new_raw,
694 object = mlx90632_preprocess_temp_obj(object_new_raw,