Searched refs:ipc_type (Results 1 – 20 of 20) sorted by relevance
| /linux/sound/soc/sof/ |
| A D | fw-file-profile.c | 100 enum sof_ipc_type ipc_type, in sof_file_profile_for_ipc_type() argument 116 desc->default_fw_path[ipc_type], in sof_file_profile_for_ipc_type() 147 ipc_type, out_profile->fw_path, in sof_file_profile_for_ipc_type() 160 desc->default_lib_path[ipc_type], in sof_file_profile_for_ipc_type() 188 out_profile->ipc_type = ipc_type; in sof_file_profile_for_ipc_type() 214 enum sof_ipc_type ipc_type, in sof_print_missing_firmware_info() argument 235 if (i == ipc_type) in sof_print_missing_firmware_info() 266 enum sof_ipc_type ipc_type, in sof_print_profile_info() argument 271 if (ipc_type != profile->ipc_type) in sof_print_profile_info() 274 profile->ipc_type, ipc_type); in sof_print_profile_info() [all …]
|
| A D | sof-client.c | 78 if (sdev->pdata->ipc_type != SOF_IPC_TYPE_3) in sof_register_ipc_flood_test() 134 if (sdev->pdata->ipc_type != SOF_IPC_TYPE_3) in sof_register_ipc_kernel_injector() 290 if (cdev->sdev->pdata->ipc_type == SOF_IPC_TYPE_3) { in sof_client_ipc_tx_message() 309 cdev->sdev->pdata->ipc_type == SOF_IPC_TYPE_3) { in sof_client_ipc_rx_message() 328 if (cdev->sdev->pdata->ipc_type == SOF_IPC_TYPE_3) { in sof_client_ipc_set_get_data() 349 if (sdev->pdata->ipc_type == SOF_IPC_TYPE_4) in sof_client_ipc4_find_module() 437 return sdev->pdata->ipc_type; in sof_client_get_ipc_type() 467 if (sdev->pdata->ipc_type == SOF_IPC_TYPE_3) { in sof_client_ipc_rx_dispatcher() 477 sdev->pdata->ipc_type); in sof_client_ipc_rx_dispatcher() 501 if (cdev->sdev->pdata->ipc_type == SOF_IPC_TYPE_3) { in sof_client_register_ipc_rx_handler() [all …]
|
| A D | core.c | 237 if (base_profile->ipc_type != plat_data->desc->ipc_default) in sof_select_ipc_and_paths() 240 plat_data->desc->ipc_default, base_profile->ipc_type); in sof_select_ipc_and_paths() 272 plat_data->ipc_type = out_profile.ipc_type; in sof_select_ipc_and_paths() 315 if (!(BIT(base_profile->ipc_type) & plat_data->desc->ipc_supported_mask)) { in sof_init_sof_ops() 318 base_profile->ipc_type, plat_data->desc->ipc_supported_mask); in sof_init_sof_ops() 326 plat_data->ipc_type = base_profile->ipc_type; in sof_init_sof_ops() 355 } else if (plat_data->ipc_type != base_profile->ipc_type) { in sof_init_environment()
|
| A D | sof-pci-dev.c | 48 module_param_named(ipc_type, sof_pci_ipc_type, int, 0444); 49 MODULE_PARM_DESC(ipc_type, "Force SOF IPC type. 0 - IPC3, 1 - IPC4"); 239 path_override->ipc_type = desc->ipc_default; in sof_pci_probe() 241 path_override->ipc_type = sof_pci_ipc_type; in sof_pci_probe()
|
| A D | sof-client-ipc-msg-injector.c | 27 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_IPC_TYPE_4) in sof_msg_inject_probe() 278 if (priv->ipc_type == SOF_IPC_TYPE_4) { in sof_msg_inject_probe()
|
| A D | ipc.c | 166 switch (sdev->pdata->ipc_type) { in snd_sof_ipc_init() 179 sdev->pdata->ipc_type); in snd_sof_ipc_init()
|
| A D | sof-acpi-dev.c | 78 sof_pdata->ipc_file_profile_base.ipc_type = desc->ipc_default; in sof_acpi_probe()
|
| A D | sof-of-dev.c | 68 sof_pdata->ipc_file_profile_base.ipc_type = desc->ipc_default; in sof_of_probe()
|
| A D | debug.c | 330 if (plat_data->ipc_type != SOF_IPC_TYPE_3) { in snd_sof_dbg_init() 357 (u32 *)&plat_data->ipc_type); in snd_sof_dbg_init()
|
| A D | ipc3-dtrace.c | 497 if (sdev->pdata->ipc_type != SOF_IPC_TYPE_3) in ipc3_dtrace_init()
|
| /linux/include/sound/ |
| A D | sof.h | 61 enum sof_ipc_type ipc_type; member 120 enum sof_ipc_type ipc_type; member
|
| /linux/sound/soc/sof/intel/ |
| A D | apl.c | 41 if (sdev->pdata->ipc_type == SOF_IPC_TYPE_3) { in sof_apl_ops_init() 54 if (sdev->pdata->ipc_type == SOF_IPC_TYPE_4) { in sof_apl_ops_init()
|
| A D | icl.c | 109 if (sdev->pdata->ipc_type == SOF_IPC_TYPE_3) { in sof_icl_ops_init() 122 if (sdev->pdata->ipc_type == SOF_IPC_TYPE_4) { in sof_icl_ops_init()
|
| A D | tgl.c | 75 if (sdev->pdata->ipc_type == SOF_IPC_TYPE_3) { in sof_tgl_ops_init() 90 if (sdev->pdata->ipc_type == SOF_IPC_TYPE_4) { in sof_tgl_ops_init()
|
| A D | cnl.c | 395 if (sdev->pdata->ipc_type == SOF_IPC_TYPE_3) { in sof_cnl_ops_init() 408 if (sdev->pdata->ipc_type == SOF_IPC_TYPE_4) { in sof_cnl_ops_init()
|
| A D | hda-dai.c | 722 if (sdev->pdata->ipc_type == SOF_IPC_TYPE_4 && !hda_use_tplg_nhlt) { in hda_set_dai_drv_ops() 732 if (sdev->pdata->ipc_type == SOF_IPC_TYPE_4) { in hda_ops_free()
|
| A D | hda.c | 79 if (sdev->pdata->ipc_type == SOF_IPC_TYPE_4) { in sdw_params_free() 408 sdev->pdata->ipc_type == SOF_IPC_TYPE_4)) { in hda_dsp_post_fw_run()
|
| A D | hda-dai-ops.c | 615 switch (sdev->pdata->ipc_type) { in hda_select_dai_widget_ops()
|
| A D | hda-stream.c | 964 if (sdev->pdata->ipc_type == SOF_IPC_TYPE_4) { in hda_dsp_stream_init()
|
| A D | hda-dsp.c | 1619 if (flags & SOF_DBG_DUMP_REGS && sdev->pdata->ipc_type == SOF_IPC_TYPE_3) { in hda_dsp_dump()
|
Completed in 37 milliseconds