Home
last modified time | relevance | path

Searched refs:INIT (Results 1 – 25 of 29) sorted by relevance

12

/device/linaro/hikey/hifi/xaf/hifi-dpf/audio/
Dxa-class-base.c43 TRACE_TAG(INIT, 1);
79 TRACE(INIT, _b("Codec[%p] pre-initialization completed"), base); in xa_base_preinit()
127 …TRACE(INIT, _b("Mem tab %d: sz=%d al=%d ty=%d Scratch memory (%p)"), i, size, align, type, base->s… in xa_base_postinit()
138 …TRACE(INIT, _b("Mem tab %d: sz=%d al=%d ty=%d Persistent memory (%p)"), i, size, align, type, base… in xa_base_postinit()
156 …TRACE(INIT, _b("Codec[%p] post-initialization completed (api:%p[%u])"), base, base->api.addr, base… in xa_base_postinit()
437 TRACE(INIT, _b("force component[%p] termination"), base); in xa_base_command()
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()
Dxa-class-audio-codec.c44 TRACE_TAG(INIT, 1);
121 …TRACE(INIT, _b("codec[%p]::runtime init: f=%u, c=%u, w=%u, i=%u, o=%u"), codec, msg->sample_rate, … in xa_codec_prepare_runtime()
141 TRACE(INIT, _b("ts-factor: %u (%u)"), codec->factor, factor); in xa_codec_prepare_runtime()
149 …TRACE(INIT, _b("codec[%p] runtime initialized: i=%u, o=%u"), codec, msg->input_length, msg->output… in xa_codec_prepare_runtime()
719 TRACE(INIT, _b("audio-codec[%p@%u] destroyed"), codec, core); in xa_audio_codec_destroy()
751 TRACE(INIT, _b("codec[%p] cleanup sequence started"), codec); in xa_audio_codec_cleanup()
782 TRACE(INIT, _b("Codec[%p] initialized"), codec); in xa_audio_codec_factory()
Dxa-class-mixer.c44 TRACE_TAG(INIT, 1);
520 TRACE(INIT, _b("mixer[%p]::track[%u] input port created - size=%u"), mixer, idx, size); in xa_mixer_memtab()
536 TRACE(INIT, _b("mixer[%p] output port created; size=%u"), mixer, size); in xa_mixer_memtab()
804 TRACE(INIT, _b("mixer[%p] destroyed"), mixer); in xa_mixer_destroy()
839 TRACE(INIT, _b("mixer[%p] cleanup sequence started"), mixer); in xa_mixer_cleanup()
866 TRACE(INIT, _b("Mixer[%p] created"), mixer); in xa_mixer_factory()
/device/linaro/hikey/hifi/xaf/host-apf/proxy/
Dxf-fio.c37 TRACE_TAG(INIT, 1);
175 TRACE(INIT, _b("proxy-%u interface opened"), core); in xf_ipc_open()
191 TRACE(INIT, _b("proxy-%u interface closed"), core); in xf_ipc_close()
Dxf-proxy.c35 TRACE_TAG(INIT, 1);
303 TRACE(INIT, _b("IPC proxy[%p] thread terminated: %d"), proxy, r); in xf_proxy_thread()
344 TRACE(INIT, _b("proxy-%u[%p] opened"), core, proxy); in xf_proxy_init()
360 TRACE(INIT, _b("proxy-%u[%p] closed"), core, proxy); in xf_proxy_close()
407 TRACE(INIT, _b("component[%p]:(id=%s,core=%u) created"), handle, id, core); in xf_open()
443 TRACE(INIT, _b("component[%p] destroyed"), handle); in xf_close()
Dxaf-api.c35 TRACE_TAG(INIT, 1);
/device/linaro/hikey/hifi/xaf/hifi-dpf/core/
Dxf-io.c42 TRACE_TAG(INIT, 1);
78 TRACE(INIT, _b("input-port[%p] created - %p@%u[%u]"), port, port->buffer, align, size); in xf_input_port_init()
371 TRACE(INIT, _b("input-port[%p] destroyed"), port); in xf_input_port_destroy()
390 TRACE(INIT, _b("output-port[%p] initialized"), port); in xf_output_port_init()
643 TRACE(INIT, _b("output-port[%p] destroyed"), port); in xf_output_port_destroy()
Dxf-shmem.c43 TRACE_TAG(INIT, 1);
347 TRACE(INIT, _b("SHMEM-%u subsystem initialized"), core); in xf_shmem_init()
Dxf-mem.c42 TRACE_TAG(INIT, 1);
358 TRACE(INIT, _b("memory allocator initialized: [%p..%p)"), addr, addr + size); in xf_mm_init()
Dxf-core.c43 TRACE_TAG(INIT, 1);
624 TRACE(INIT, _b("core-%u initialized"), core); in xf_core_init()
706 TRACE(INIT, _b("Global data initialized")); in xf_global_init()
/device/google/cuttlefish/host/frontend/gcastv2/webrtc/
DSCTPHandler.cpp130 static constexpr uint8_t INIT = 1; in processChunk() local
143 && (chunkType == INIT in processChunk()
153 case INIT: in processChunk()
/device/linaro/hikey/hifi/xaf/hifi-dpf/app/
Dxa-factory.c44 TRACE_TAG(INIT, 1);
/device/linaro/bootloader/edk2/Omap35xxPkg/MmcHostDxe/
DMmcHostDxe.c468 MmioOr32 (MMCHS_CON, INIT); in MMCNotifyState()
483 MmioAnd32 (MMCHS_CON, ~INIT); in MMCNotifyState()
/device/mediatek/wembley-sepolicy/non_plat/
Drilproxy.te70 # Purpose: Allow rild access to send SUPL INIT to mnld
/device/mediatek/wembley-sepolicy/r_non_plat/
Drilproxy.te70 # Purpose: Allow rild access to send SUPL INIT to mnld
/device/linaro/bootloader/edk2/Omap35xxPkg/Include/Omap3530/
DOmap3530MMCHS.h36 #define INIT BIT1 macro
/device/linaro/hikey/hifi/xaf/hifi-dpf/plugins/cadence/pcm_proc/
Dxa-pcm.c46 TRACE_TAG(INIT, 1);
346 …TRACE(INIT, _b("PCM format converter initialized: PCM%u -> PCM%u, ich=%u, och=%u, map=%X"), in_wid… in xa_pcm_do_runtime_init()
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/PlatformSecLib/Ia32/
DFlat32.asm88 ; Warm Reset (INIT#) check.
DFlat32.S175 # Warm Reset (INIT#) check.
/device/linaro/bootloader/edk2/UefiCpuPkg/
DUefiCpuPkg.uni29 …puInitIpiDelayInMicroSeconds_PROMPT #language en-US "Configure delay value after send an INIT IPI"
31 …econds_HELP #language en-US "Specifies delay value in microseconds after sending out an INIT IPI."
DUefiCpuPkg.dec142 ## Specifies delay value in microseconds after sending out an INIT IPI.
143 # @Prompt Configure delay value after send an INIT IPI
/device/linaro/bootloader/edk2/Omap35xxPkg/MMCHSDxe/
DMMCHS.c398 MmioOr32 (MMCHS_CON, INIT); in PerformCardIdenfication()
413 MmioAnd32 (MMCHS_CON, ~INIT); in PerformCardIdenfication()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/Ipf/
DSalApi.h51 INIT, enumerator
/device/linaro/hikey/hifi/xaf/hifi-dpf/plugins/cadence/mixer/
Dxa-mixer.c43 TRACE_TAG(INIT, 1);
/device/linaro/dragonboard/db845c/firmware/
Dadsp.b1332INIT: Property string NULL����AFEDevCommon.cpp:GPIO INIT: Failed to attach to TLMM����AFEDevCommon…

12