Home
last modified time | relevance | path

Searched refs:ipc_type (Results 1 – 15 of 15) sorted by relevance

/openbmc/linux/sound/soc/sof/
H A Dsof-pci-dev.c48 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()
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()
312 sof_pdata->desc->default_lib_path[sof_pdata->ipc_type]; in sof_pci_probe()
[all …]
H A Dsof-client.c78 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()
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()
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()
476 sdev->pdata->ipc_type); in sof_client_ipc_rx_dispatcher()
500 if (cdev->sdev->pdata->ipc_type == SOF_IPC) { in sof_client_register_ipc_rx_handler()
[all …]
H A Dsof-client-ipc-msg-injector.c27 enum sof_ipc_type ipc_type; member
266 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()
H A Dipc.c166 switch (sdev->pdata->ipc_type) { in snd_sof_ipc_init()
179 sdev->pdata->ipc_type); in snd_sof_ipc_init()
H A Dcore.c384 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()
H A Dipc3-dtrace.c497 if (sdev->pdata->ipc_type != SOF_IPC) in ipc3_dtrace_init()
/openbmc/linux/sound/soc/sof/intel/
H A Dapl.c42 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()
H A Dicl.c110 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()
H A Dtgl.c69 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()
H A Dcnl.c389 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()
H A Dhda-dai.c610 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()
H A Dhda-dai-ops.c611 switch (sdev->pdata->ipc_type) { in hda_select_dai_widget_ops()
H A Dhda-loader.c608 sdev->pdata->ipc_type == SOF_INTEL_IPC4)) in hda_dsp_post_fw_run()
H A Dhda.c721 if (flags & SOF_DBG_DUMP_REGS && sdev->pdata->ipc_type == SOF_IPC) { in hda_dsp_dump()
/openbmc/linux/include/sound/
H A Dsof.h108 enum sof_ipc_type ipc_type; member