Lines Matching defs:object
129 * @object_ambient_temperature: Ambient temperature at object (might differ of
212 * @data: pointer to mlx90632_data object containing regmap information
545 static s32 mlx90632_calc_temp_object_iteration(s32 prev_object_temp, s64 object,
564 ir_Alpha = div64_s64((s64)object * 10000000LL, Alpha_corr);
578 static s32 mlx90632_calc_temp_object(s64 object, s64 ambient, s32 Ea, s32 Eb,
593 temp = mlx90632_calc_temp_object_iteration(temp, object, TAdut, TAdut4,
600 static s32 mlx90632_calc_temp_object_extended(s64 object, s64 ambient, s64 reflected,
617 temp = mlx90632_calc_temp_object_iteration(temp, object, TAdut, TaTr4,
632 s64 object, ambient;
682 object = mlx90632_preprocess_temp_obj_extended(object_new_raw,
685 *val = mlx90632_calc_temp_object_extended(object, ambient,
694 object = mlx90632_preprocess_temp_obj(object_new_raw,
699 *val = mlx90632_calc_temp_object(object, ambient, Ea, Eb, Fa, Fb, Ga,