Searched refs:IPC4_MOD_ID (Results 1 – 8 of 8) sorted by relevance
411 #define IPC4_MOD_ID(x) ((x) >> 16) macro
79 uint32_t module_id = IPC4_MOD_ID(mod->dev->ipc_config.id); in iadk_modules_init()
253 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()
297 if (IPC4_MOD_ID(current->ipc_config.id)) in pipeline_comp_prepare()
149 if (cmd == COMP_TRIGGER_STOP && IPC4_MOD_ID(host->ipc_config.id)) { in pipeline_task_cmd()
163 if (!is_single_ppl && (!is_same_sched || IPC4_MOD_ID(current->ipc_config.id))) { in pipeline_comp_list()
338 if (!is_single_ppl && IPC4_MOD_ID(current->ipc_config.id)) in pipeline_comp_reset()
47 #define IPC4_MOD_ID(x) ((x) >> 16) macro82 drv = ipc4_get_comp_drv(IPC4_MOD_ID(comp_id)); in comp_new_ipc4()