Searched refs:ipc_type (Results 1 – 15 of 15) sorted by relevance
48 module_param_named(ipc_type, sof_pci_ipc_type, int, 0444);49 MODULE_PARM_DESC(ipc_type, "SOF IPC type (0): SOF, (1) Intel CAVS");235 sof_pdata->ipc_type = desc->ipc_default; in sof_pci_probe()238 sof_pdata->ipc_type = desc->ipc_default; in sof_pci_probe()253 sof_pdata->ipc_type = sof_pci_ipc_type; in sof_pci_probe()262 sof_pdata->fw_filename = desc->default_fw_filename[sof_pdata->ipc_type]; in sof_pci_probe()283 sof_pdata->desc->default_fw_path[sof_pdata->ipc_type], in sof_pci_probe()291 sof_pdata->desc->default_fw_path[sof_pdata->ipc_type]; in sof_pci_probe()300 } else if (sof_pdata->desc->default_lib_path[sof_pdata->ipc_type]) { in sof_pci_probe()304 sof_pdata->desc->default_lib_path[sof_pdata->ipc_type], in sof_pci_probe()[all …]
78 if (sdev->pdata->ipc_type != SOF_IPC) in sof_register_ipc_flood_test()134 if (sdev->pdata->ipc_type != SOF_IPC) in sof_register_ipc_kernel_injector()290 if (cdev->sdev->pdata->ipc_type == SOF_IPC) { in sof_client_ipc_tx_message()295 } else if (cdev->sdev->pdata->ipc_type == SOF_INTEL_IPC4) { in sof_client_ipc_tx_message()308 if (cdev->sdev->pdata->ipc_type == SOF_IPC) { in sof_client_ipc_rx_message()327 if (cdev->sdev->pdata->ipc_type == SOF_IPC) { in sof_client_ipc_set_get_data()332 } else if (cdev->sdev->pdata->ipc_type == SOF_INTEL_IPC4) { in sof_client_ipc_set_get_data()348 if (sdev->pdata->ipc_type == SOF_INTEL_IPC4) in sof_client_ipc4_find_module()436 return sdev->pdata->ipc_type; in sof_client_get_ipc_type()466 if (sdev->pdata->ipc_type == SOF_IPC) { in sof_client_ipc_rx_dispatcher()[all …]
27 enum sof_ipc_type ipc_type; member266 priv->ipc_type = sof_client_get_ipc_type(cdev); in sof_msg_inject_probe()270 if (priv->ipc_type == SOF_INTEL_IPC4) in sof_msg_inject_probe()278 if (priv->ipc_type == SOF_INTEL_IPC4) { in sof_msg_inject_probe()
166 switch (sdev->pdata->ipc_type) { in snd_sof_ipc_init()179 sdev->pdata->ipc_type); in snd_sof_ipc_init()
384 if (!(BIT(plat_data->ipc_type) & plat_data->desc->ipc_supported_mask)) { in snd_sof_device_probe()386 plat_data->ipc_type, plat_data->desc->ipc_supported_mask); in snd_sof_device_probe()
497 if (sdev->pdata->ipc_type != SOF_IPC) in ipc3_dtrace_init()
42 if (sdev->pdata->ipc_type == SOF_IPC) { in sof_apl_ops_init()55 if (sdev->pdata->ipc_type == SOF_INTEL_IPC4) { in sof_apl_ops_init()
110 if (sdev->pdata->ipc_type == SOF_IPC) { in sof_icl_ops_init()123 if (sdev->pdata->ipc_type == SOF_INTEL_IPC4) { in sof_icl_ops_init()
69 if (sdev->pdata->ipc_type == SOF_IPC) { in sof_tgl_ops_init()82 if (sdev->pdata->ipc_type == SOF_INTEL_IPC4) { in sof_tgl_ops_init()
389 if (sdev->pdata->ipc_type == SOF_IPC) { in sof_cnl_ops_init()402 if (sdev->pdata->ipc_type == SOF_INTEL_IPC4) { in sof_cnl_ops_init()
610 if (sdev->pdata->ipc_type == SOF_INTEL_IPC4 && !hda_use_tplg_nhlt) { in hda_set_dai_drv_ops()619 if (sdev->pdata->ipc_type == SOF_INTEL_IPC4) { in hda_ops_free()
608 sdev->pdata->ipc_type == SOF_INTEL_IPC4)) in hda_dsp_post_fw_run()
611 switch (sdev->pdata->ipc_type) { in hda_select_dai_widget_ops()
721 if (flags & SOF_DBG_DUMP_REGS && sdev->pdata->ipc_type == SOF_IPC) { in hda_dsp_dump()
108 enum sof_ipc_type ipc_type; member