Searched refs:fw_module (Results 1 – 3 of 3) sorted by relevance
28 struct sof_ipc4_fw_module *fw_module; in sof_ipc4_fw_parse_ext_man() local92 sizeof(*fw_module), GFP_KERNEL); in sof_ipc4_fw_parse_ext_man()98 fw_module = fw_lib->modules; in sof_ipc4_fw_parse_ext_man()113 memcpy(&fw_module->man4_module_entry, fm_entry, sizeof(*fm_entry)); in sof_ipc4_fw_parse_ext_man()123 fw_module->fw_mod_cfg = &fm_config[fm_entry->cfg_offset]; in sof_ipc4_fw_parse_ext_man()134 fw_module->man4_module_entry.id = i; in sof_ipc4_fw_parse_ext_man()135 ida_init(&fw_module->m_ida); in sof_ipc4_fw_parse_ext_man()136 fw_module->private = NULL; in sof_ipc4_fw_parse_ext_man()138 fw_module++; in sof_ipc4_fw_parse_ext_man()575 struct sof_ipc4_fw_module *fw_module, in sof_ipc4_update_cpc_from_manifest() argument[all …]
217 struct sof_ipc4_fw_module *fw_module = swidget->module_info; in sof_ipc4_find_swidget_by_ids() local 223 if (fw_module && fw_module->man4_module_entry.id == module_id && in sof_ipc4_find_swidget_by_ids() 514 struct sof_ipc4_fw_module *fw_module; in sof_ipc4_widget_setup_msg() local 522 fw_module = swidget->module_info; in sof_ipc4_widget_setup_msg() 524 msg->primary = fw_module->man4_module_entry.id; in sof_ipc4_widget_setup_msg() 539 type = (fw_module->man4_module_entry.type & SOF_IPC4_MODULE_DP) ? 1 : 0; in sof_ipc4_widget_setup_msg() 551 struct sof_ipc4_fw_module *fw_module = swidget->module_info; in sof_ipc4_widget_update_kcontrol_module_id() local 560 msg->primary |= fw_module->man4_module_entry.id; in sof_ipc4_widget_update_kcontrol_module_id() 1189 struct sof_ipc4_fw_module *fw_module; in sof_ipc4_widget_setup_comp_process() local 1280 struct sof_ipc4_fw_module *fw_module = swidget->module_info; sof_ipc4_update_resource_usage() local 1328 struct sof_ipc4_fw_module *fw_module = swidget->module_info; sof_ipc4_widget_assign_instance_id() local 3101 struct sof_ipc4_fw_module *fw_module = swidget->module_info; sof_ipc4_widget_setup() local 3114 struct sof_ipc4_fw_module *fw_module = swidget->module_info; sof_ipc4_widget_free() local 3253 struct sof_ipc4_fw_module *fw_module; sof_ipc4_set_copier_sink_format() local [all...]
121 struct sof_ipc4_fw_module *fw_module,