Lines Matching refs:TRACE

79     TRACE(INIT, _b("Codec[%p] pre-initialization completed"), base);  in xa_base_preinit()
103 TRACE(1, _b("i = %u (of %u)"), (u32)i, (u32)n); in xa_base_postinit()
127TRACE(INIT, _b("Mem tab %d: sz=%d al=%d ty=%d Scratch memory (%p)"), i, size, align, type, base->s… in xa_base_postinit()
138TRACE(INIT, _b("Mem tab %d: sz=%d al=%d ty=%d Persistent memory (%p)"), i, size, align, type, base… in xa_base_postinit()
151 TRACE(ERROR, _x("Invalid memory type: [%d]=(%u, %u, %u)"), i, type, size, align); in xa_base_postinit()
156TRACE(INIT, _b("Codec[%p] post-initialization completed (api:%p[%u])"), base, base->api.addr, base… in xa_base_postinit()
181 TRACE(SETUP, _b("set-param[%p]: [%u]=%u"), base, param[i].id, param[i].value); in xa_base_set_param()
253TRACE(SETUP, _b("[%03x]: %02X:%02X:%02X:%02X:%02X:%02X:%02X:%02X:%02X:%02X:%02X:%02X:%02X:%02X:%02… in xa_base_set_param_ext()
276 TRACE(SETUP, _b("remaining:%u, desc_size:%u"), (u32)remaining, (u32)dsize); in xa_base_set_param_ext()
284TRACE(SETUP, _b("set-ext-param[%p]: [%u]:%u - [%02X:%02X:%02X:%02X:...]"), base, id, dsize, cmd->d… in xa_base_set_param_ext()
317TRACE(SETUP, _b("[%03x]: %02X:%02X:%02X:%02X:%02X:%02X:%02X:%02X:%02X:%02X:%02X:%02X:%02X:%02X:%02… in xa_base_get_param_ext()
349TRACE(SETUP, _b("get-ext-param[%p]: [%u]:%u - [%02X:%02X:%02X:%02X:...]"), base, id, size, cmd->da… in xa_base_get_param_ext()
393 TRACE(EXEC, _b("Initialization result: %d"), done); in xa_base_process()
400 TRACE(1, _b("do exec")); in xa_base_process()
408 TRACE(EXEC, _b("Execution result: %d"), done); in xa_base_process()
432TRACE(EXEC, _b("[%p]:state[%X]:(%X, %d, %p)"), base, base->state, m->opcode, m->length, m->buffer); in xa_base_command()
437 TRACE(INIT, _b("force component[%p] termination"), base); in xa_base_command()
471 TRACE(EXEC, _b("codec[%p] processing pending"), base); in xa_base_schedule()
486 TRACE(EXEC, _b("codec[%p] processing cancelled"), base); in xa_base_cancel()
501 TRACE(INIT, _b("codec[%p]:%u destroyed"), base, core); in xa_base_destroy()
534 TRACE(INIT, _b("Codec[%p]:%u initialized"), base, core); in xa_base_factory()