Lines Matching defs:object
146 * @object_ambient_temperature: Ambient temperature at object (might differ of
326 * @data: pointer to mlx90632_data object containing regmap information
357 * @data: pointer to mlx90632_data object containing regmap information
734 static s32 mlx90632_calc_temp_object_iteration(s32 prev_object_temp, s64 object,
753 ir_Alpha = div64_s64((s64)object * 10000000LL, Alpha_corr);
767 static s32 mlx90632_calc_temp_object(s64 object, s64 ambient, s32 Ea, s32 Eb,
782 temp = mlx90632_calc_temp_object_iteration(temp, object, TAdut, TAdut4,
789 static s32 mlx90632_calc_temp_object_extended(s64 object, s64 ambient, s64 reflected,
806 temp = mlx90632_calc_temp_object_iteration(temp, object, TAdut, TaTr4,
819 s64 object, ambient;
871 object = mlx90632_preprocess_temp_obj_extended(object_new_raw,
874 *val = mlx90632_calc_temp_object_extended(object, ambient,
883 object = mlx90632_preprocess_temp_obj(object_new_raw,
888 *val = mlx90632_calc_temp_object(object, ambient, Ea, Eb, Fa, Fb, Ga,
955 * @data: pointer to mlx90632_data object containing interaction_ts information