Searched refs:fw_ready (Results 1 – 19 of 19) sorted by relevance
48 u32 fw_ready:1; member308 u32 fw_ready:1; member356 u32 fw_ready:1; member
200 if (msg.fw_ready) { in catpt_dsp_process_response()209 complete(&cdev->fw_ready); in catpt_dsp_process_response()
88 struct completion fw_ready; member
621 reinit_completion(&cdev->fw_ready); in catpt_boot_firmware()624 ret = wait_for_completion_timeout(&cdev->fw_ready, in catpt_boot_firmware()
217 init_completion(&cdev->fw_ready); in catpt_dev_init()
163 reinit_completion(&adev->fw_ready); in avs_cldma_load_basefw()303 reinit_completion(&adev->fw_ready); in avs_hda_init_rom()347 ret = wait_for_completion_timeout(&adev->fw_ready, in avs_imr_load_basefw()589 ret = wait_for_completion_timeout(&adev->fw_ready, in avs_dsp_load_basefw()
154 struct completion fw_ready; member
268 complete(&adev->fw_ready); in avs_dsp_process_notification()
415 init_completion(&adev->fw_ready); in avs_bus_init()
780 struct sof_ipc_fw_ready *ready = &sdev->fw_ready; in sof_ipc3_validate_fw_version()823 struct sof_ipc_fw_ready *fw_ready = &sdev->fw_ready; in ipc3_fw_ready() local844 ret = snd_sof_dsp_block_read(sdev, SOF_FW_BLK_TYPE_SRAM, offset, fw_ready, in ipc3_fw_ready()845 sizeof(*fw_ready)); in ipc3_fw_ready()
20 memcpy(&sdev->fw_ready.version, &v->version, sizeof(v->version)); in ipc3_fw_ext_man_get_version()21 sdev->fw_ready.flags = v->flags; in ipc3_fw_ext_man_get_version()
425 struct sof_ipc_fw_ready *ready = &sdev->fw_ready; in ipc3_dtrace_enable()594 struct sof_ipc_fw_ready *ready = &sdev->fw_ready; in ipc3_dtrace_release()
1465 struct sof_ipc_fw_ready *ready = &sdev->fw_ready; in sof_link_dmic_load()2144 struct sof_ipc_fw_version *v = &sdev->fw_ready.version; in sof_ipc3_dai_config()2286 struct sof_ipc_fw_version *v = &sdev->fw_ready.version; in sof_ipc3_set_up_all_pipelines()2417 struct sof_ipc_fw_version *v = &sdev->fw_ready.version; in sof_ipc3_free_widgets_in_list()2458 struct sof_ipc_fw_version *v = &sdev->fw_ready.version; in sof_ipc3_tear_down_all_pipelines()
169 struct sof_ipc_fw_ready *ready = &sdev->fw_ready; in sof_compr_set_params()
421 return &sdev->fw_ready.version; in sof_client_get_fw_version()
46 struct sof_ipc_fw_version *v = &sdev->fw_ready.version; in sof_ipc3_pcm_hw_params()
616 struct sof_ipc_fw_ready fw_ready; member
70 sdev->fw_ready.flags & SOF_IPC_INFO_D3_PERSISTENT) in icl_dsp_post_fw_run()
443 (sdev->fw_ready.flags & SOF_IPC_INFO_D3_PERSISTENT || in hda_dsp_post_fw_run()
Completed in 95 milliseconds