Searched refs:ipc_type (Results 1 – 14 of 14) sorted by relevance
44 module_param_named(ipc_type, sof_pci_ipc_type, int, 0444);45 MODULE_PARM_DESC(ipc_type, "SOF IPC type (0): SOF, (1) Intel CAVS");216 sof_pdata->ipc_type = desc->ipc_default; in sof_pci_probe()219 sof_pdata->ipc_type = desc->ipc_default; in sof_pci_probe()234 sof_pdata->ipc_type = sof_pci_ipc_type; in sof_pci_probe()243 sof_pdata->fw_filename = desc->default_fw_filename[sof_pdata->ipc_type]; in sof_pci_probe()264 sof_pdata->desc->default_fw_path[sof_pdata->ipc_type], in sof_pci_probe()272 sof_pdata->desc->default_fw_path[sof_pdata->ipc_type]; in sof_pci_probe()279 sof_pdata->desc->default_tplg_path[sof_pdata->ipc_type]; in sof_pci_probe()
76 if (sdev->pdata->ipc_type != SOF_IPC) in sof_register_ipc_flood_test()252 if (cdev->sdev->pdata->ipc_type == SOF_IPC) { in sof_client_ipc_tx_message()257 } else if (cdev->sdev->pdata->ipc_type == SOF_INTEL_IPC4) { in sof_client_ipc_tx_message()347 return sdev->pdata->ipc_type; in sof_client_get_ipc_type()377 if (sdev->pdata->ipc_type == SOF_IPC) { in sof_client_ipc_rx_dispatcher()381 } else if (sdev->pdata->ipc_type == SOF_INTEL_IPC4) { in sof_client_ipc_rx_dispatcher()387 sdev->pdata->ipc_type); in sof_client_ipc_rx_dispatcher()411 if (cdev->sdev->pdata->ipc_type == SOF_IPC) { in sof_client_register_ipc_rx_handler()414 } else if (cdev->sdev->pdata->ipc_type == SOF_INTEL_IPC4) { in sof_client_register_ipc_rx_handler()419 __func__, sdev->pdata->ipc_type); in sof_client_register_ipc_rx_handler()
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()
158 switch (sdev->pdata->ipc_type) { in snd_sof_ipc_init()171 sdev->pdata->ipc_type); in snd_sof_ipc_init()
366 if (!(BIT(plat_data->ipc_type) & plat_data->desc->ipc_supported_mask)) { in snd_sof_device_probe()368 plat_data->ipc_type, plat_data->desc->ipc_supported_mask); in snd_sof_device_probe()
506 if (sdev->pdata->ipc_type != SOF_IPC) in ipc3_dtrace_init()
42 if (sdev->pdata->ipc_type == SOF_IPC) { in sof_apl_ops_init()53 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()121 if (sdev->pdata->ipc_type == SOF_INTEL_IPC4) { in sof_icl_ops_init()
65 if (sdev->pdata->ipc_type == SOF_IPC) { in sof_tgl_ops_init()76 if (sdev->pdata->ipc_type == SOF_INTEL_IPC4) { in sof_tgl_ops_init()
369 if (sdev->pdata->ipc_type == SOF_IPC) { in sof_cnl_ops_init()380 if (sdev->pdata->ipc_type == SOF_INTEL_IPC4) { in sof_cnl_ops_init()
773 switch (sdev->pdata->ipc_type) { in hda_set_dai_drv_ops()824 if (sdev->pdata->ipc_type == SOF_INTEL_IPC4) { in hda_ops_free()
543 sdev->pdata->ipc_type == SOF_INTEL_IPC4)) in hda_dsp_post_fw_run()
602 if (flags & SOF_DBG_DUMP_REGS && sdev->pdata->ipc_type == SOF_IPC) { in hda_dsp_dump()
96 enum sof_ipc_type ipc_type; member