Home
last modified time | relevance | path

Searched refs:fw_module (Results 1 – 5 of 5) sorted by relevance

/linux/sound/soc/sof/
H A Dipc4-loader.c28 struct sof_ipc4_fw_module *fw_module; in sof_ipc4_fw_parse_ext_man() local
92 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()
554 * @fw_module in sof_ipc4_reload_fw_libraries()
575 sof_ipc4_update_cpc_from_manifest(struct snd_sof_dev * sdev,struct sof_ipc4_fw_module * fw_module,struct sof_ipc4_base_module_cfg * basecfg) sof_ipc4_update_cpc_from_manifest() argument
[all...]
H A Dsof-client-probes-ipc4.c106 struct sof_ipc4_fw_module *fw_module = in sof_ipc4_probe_get_module_info() local
109 if (!fw_module) { in sof_ipc4_probe_get_module_info()
114 priv->ipc_priv = &fw_module->man4_module_entry; in sof_ipc4_probe_get_module_info()
H A Dipc4-topology.c227 struct sof_ipc4_fw_module *fw_module = swidget->module_info; in sof_ipc4_find_swidget_by_ids() local
233 if (fw_module && fw_module->man4_module_entry.id == module_id && in sof_ipc4_find_swidget_by_ids()
524 struct sof_ipc4_fw_module *fw_module; in sof_ipc4_widget_setup_msg() local
532 fw_module = swidget->module_info; in sof_ipc4_widget_setup_msg()
534 msg->primary = fw_module->man4_module_entry.id; in sof_ipc4_widget_setup_msg()
549 type = (fw_module->man4_module_entry.type & SOF_IPC4_MODULE_DP) ? 1 : 0; in sof_ipc4_widget_setup_msg()
561 struct sof_ipc4_fw_module *fw_module = swidget->module_info; in sof_ipc4_widget_update_kcontrol_module_id() local
570 msg->primary |= fw_module->man4_module_entry.id; in sof_ipc4_widget_update_kcontrol_module_id()
1203 struct sof_ipc4_fw_module *fw_module; in sof_ipc4_widget_setup_comp_process() local
1225 fw_module = swidget->module_info; in sof_ipc4_widget_setup_comp_process()
[all …]
H A Dipc4-priv.h121 struct sof_ipc4_fw_module *fw_module,
/linux/drivers/net/ethernet/intel/libie/
H A Dfwlog.c951 struct libie_aqc_fw_log_cfg_resp *fw_module = &fw_modules[i]; in libie_aq_fwlog_get() local
954 le16_to_cpu(fw_module->module_identifier); in libie_aq_fwlog_get()
955 cfg->module_entries[i].log_level = fw_module->log_level; in libie_aq_fwlog_get()