Lines Matching refs:fw_module

347 	struct sof_ipc4_fw_module *fw_module;  in sof_ipc4_widget_setup_msg()  local
355 fw_module = swidget->module_info; in sof_ipc4_widget_setup_msg()
357 msg->primary = fw_module->man4_module_entry.id; in sof_ipc4_widget_setup_msg()
364 type = (fw_module->man4_module_entry.type & SOF_IPC4_MODULE_DP) ? 1 : 0; in sof_ipc4_widget_setup_msg()
374 struct sof_ipc4_fw_module *fw_module = swidget->module_info; in sof_ipc4_widget_update_kcontrol_module_id() local
383 msg->primary |= fw_module->man4_module_entry.id; in sof_ipc4_widget_update_kcontrol_module_id()
867 struct sof_ipc4_fw_module *fw_module; in sof_ipc4_widget_setup_comp_process() local
888 fw_module = swidget->module_info; in sof_ipc4_widget_setup_comp_process()
890 fw_module->man4_module_entry.type); in sof_ipc4_widget_setup_comp_process()
953 struct sof_ipc4_fw_module *fw_module = swidget->module_info; in sof_ipc4_update_resource_usage() local
965 if (fw_module->man4_module_entry.type & SOF_IPC4_MODULE_LL) { in sof_ipc4_update_resource_usage()
984 sof_ipc4_update_cpc_from_manifest(sdev, fw_module, base_config); in sof_ipc4_update_resource_usage()
1001 struct sof_ipc4_fw_module *fw_module = swidget->module_info; in sof_ipc4_widget_assign_instance_id() local
1002 int max_instances = fw_module->man4_module_entry.instance_max_count; in sof_ipc4_widget_assign_instance_id()
1004 swidget->instance_id = ida_alloc_max(&fw_module->m_ida, max_instances, GFP_KERNEL); in sof_ipc4_widget_assign_instance_id()
2345 struct sof_ipc4_fw_module *fw_module = swidget->module_info; in sof_ipc4_widget_setup() local
2347 ida_free(&fw_module->m_ida, swidget->instance_id); in sof_ipc4_widget_setup()
2358 struct sof_ipc4_fw_module *fw_module = swidget->module_info; in sof_ipc4_widget_free() local
2398 ida_free(&fw_module->m_ida, swidget->instance_id); in sof_ipc4_widget_free()
2497 struct sof_ipc4_fw_module *fw_module; in sof_ipc4_set_copier_sink_format() local
2511 fw_module = src_widget->module_info; in sof_ipc4_set_copier_sink_format()
2528 msg.primary = fw_module->man4_module_entry.id; in sof_ipc4_set_copier_sink_format()