Searched refs:fw_module (Results 1 – 5 of 5) 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()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()444 struct sof_ipc4_fw_module *fw_module, in sof_ipc4_update_cpc_from_manifest() argument453 if (!fw_module->fw_mod_cfg) { in sof_ipc4_update_cpc_from_manifest()466 fw_mod_cfg = fw_module->fw_mod_cfg; in sof_ipc4_update_cpc_from_manifest()[all …]
77 struct sof_ipc4_fw_module *fw_module = in sof_ipc4_probe_get_module_info() local80 if (!fw_module) { in sof_ipc4_probe_get_module_info()85 priv->ipc_priv = &fw_module->man4_module_entry; in sof_ipc4_probe_get_module_info()
182 if (fw_module && fw_module->man4_module_entry.id == module_id && in sof_ipc4_find_swidget_by_ids()378 struct sof_ipc4_fw_module *fw_module; in sof_ipc4_widget_setup_msg() local386 fw_module = swidget->module_info; in sof_ipc4_widget_setup_msg()388 msg->primary = fw_module->man4_module_entry.id; in sof_ipc4_widget_setup_msg()414 msg->primary |= fw_module->man4_module_entry.id; in sof_ipc4_widget_update_kcontrol_module_id()977 struct sof_ipc4_fw_module *fw_module; in sof_ipc4_widget_setup_comp_process() local999 fw_module = swidget->module_info; in sof_ipc4_widget_setup_comp_process()1001 fw_module->man4_module_entry.type); in sof_ipc4_widget_setup_comp_process()2884 struct sof_ipc4_fw_module *fw_module; in sof_ipc4_set_copier_sink_format() local2895 fw_module = src_widget->module_info; in sof_ipc4_set_copier_sink_format()[all …]
114 struct sof_ipc4_fw_module *fw_module,
355 struct ice_aqc_fw_log_cfg_resp *fw_module = &fw_modules[i]; in ice_aq_fwlog_get() local358 le16_to_cpu(fw_module->module_identifier); in ice_aq_fwlog_get()359 cfg->module_entries[i].log_level = fw_module->log_level; in ice_aq_fwlog_get()
Completed in 16 milliseconds