Lines Matching refs:fw_module

176 		struct sof_ipc4_fw_module *fw_module = swidget->module_info;  in sof_ipc4_find_swidget_by_ids()  local
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() local
386 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()
395 type = (fw_module->man4_module_entry.type & SOF_IPC4_MODULE_DP) ? 1 : 0; in sof_ipc4_widget_setup_msg()
405 struct sof_ipc4_fw_module *fw_module = swidget->module_info; in sof_ipc4_widget_update_kcontrol_module_id() local
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() local
999 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()
1068 struct sof_ipc4_fw_module *fw_module = swidget->module_info; in sof_ipc4_update_resource_usage() local
1080 if (fw_module->man4_module_entry.type & SOF_IPC4_MODULE_LL) { in sof_ipc4_update_resource_usage()
1099 sof_ipc4_update_cpc_from_manifest(sdev, fw_module, base_config); in sof_ipc4_update_resource_usage()
1116 struct sof_ipc4_fw_module *fw_module = swidget->module_info; in sof_ipc4_widget_assign_instance_id() local
1117 int max_instances = fw_module->man4_module_entry.instance_max_count; in sof_ipc4_widget_assign_instance_id()
1119 swidget->instance_id = ida_alloc_max(&fw_module->m_ida, max_instances, GFP_KERNEL); in sof_ipc4_widget_assign_instance_id()
2732 struct sof_ipc4_fw_module *fw_module = swidget->module_info; in sof_ipc4_widget_setup() local
2734 ida_free(&fw_module->m_ida, swidget->instance_id); in sof_ipc4_widget_setup()
2745 struct sof_ipc4_fw_module *fw_module = swidget->module_info; in sof_ipc4_widget_free() local
2785 ida_free(&fw_module->m_ida, swidget->instance_id); in sof_ipc4_widget_free()
2884 struct sof_ipc4_fw_module *fw_module; in sof_ipc4_set_copier_sink_format() local
2895 fw_module = src_widget->module_info; in sof_ipc4_set_copier_sink_format()
2914 msg.primary = fw_module->man4_module_entry.id; in sof_ipc4_set_copier_sink_format()