Home
last modified time | relevance | path

Searched refs:IPC4_MOD_ID (Results 1 – 8 of 8) sorted by relevance

/sof-3.4.0/src/include/ipc4/
Dmodule.h411 #define IPC4_MOD_ID(x) ((x) >> 16) macro
/sof-3.4.0/src/audio/module_adapter/module/
Diadk_modules.c79 uint32_t module_id = IPC4_MOD_ID(mod->dev->ipc_config.id); in iadk_modules_init()
/sof-3.4.0/src/library_manager/
Dlib_manager.c253 uint32_t module_id = IPC4_MOD_ID(ipc_config->id); in lib_manager_allocate_module()
284 uint32_t module_id = IPC4_MOD_ID(ipc_config->id); in lib_manager_free_module()
/sof-3.4.0/src/audio/pipeline/
Dpipeline-params.c297 if (IPC4_MOD_ID(current->ipc_config.id)) in pipeline_comp_prepare()
Dpipeline-schedule.c149 if (cmd == COMP_TRIGGER_STOP && IPC4_MOD_ID(host->ipc_config.id)) { in pipeline_task_cmd()
Dpipeline-stream.c163 if (!is_single_ppl && (!is_same_sched || IPC4_MOD_ID(current->ipc_config.id))) { in pipeline_comp_list()
Dpipeline-graph.c338 if (!is_single_ppl && IPC4_MOD_ID(current->ipc_config.id)) in pipeline_comp_reset()
/sof-3.4.0/src/ipc/ipc4/
Dhelper.c47 #define IPC4_MOD_ID(x) ((x) >> 16) macro
82 drv = ipc4_get_comp_drv(IPC4_MOD_ID(comp_id)); in comp_new_ipc4()