Searched refs:ready (Results 1 – 14 of 14) sorted by relevance
19 ipc->ready = false; in catpt_ipc_init()39 ipc->ready = true; in catpt_ipc_arm()93 if (!ipc->ready) in catpt_dsp_do_send_msg()108 ipc->ready = false; in catpt_dsp_do_send_msg()216 ipc->ready = false; in catpt_dsp_process_response()
40 bool ready; member
162 ipc->ready = false; in avs_dsp_exception_caught()221 if (!adev->ipc->ready && msg.notify_msg_type != AVS_NOTIFY_FW_READY) { in avs_dsp_process_notification()267 adev->ipc->ready = true; in avs_dsp_process_notification()326 if (!ipc->ready) in avs_ipc_wait_busy_completion()396 if (!ipc->ready) in avs_dsp_do_send_msg()564 ipc->ready = false; in avs_ipc_init()578 ipc->ready = false; in avs_ipc_block()
224 bool ready; member
163 if (ts->ready) { in axg_tdm_formatter_attach()334 ts->ready = true; in axg_tdm_stream_start()356 ts->ready = false; in axg_tdm_stream_stop()
58 bool ready; member
98 bool ready) in lola_stream_wait_for_fifo() argument100 unsigned int val = ready ? LOLA_DSD_STS_FIFORDY : 0; in lola_stream_wait_for_fifo()117 bool ready) in lola_sync_wait_for_fifo() argument119 unsigned int val = ready ? LOLA_DSD_STS_FIFORDY : 0; in lola_sync_wait_for_fifo()138 if (ready) in lola_sync_wait_for_fifo()
425 struct sof_ipc_fw_ready *ready = &sdev->fw_ready; in ipc3_dtrace_enable() local426 struct sof_ipc_fw_version *v = &ready->version; in ipc3_dtrace_enable()594 struct sof_ipc_fw_ready *ready = &sdev->fw_ready; in ipc3_dtrace_release() local595 struct sof_ipc_fw_version *v = &ready->version; in ipc3_dtrace_release()
780 struct sof_ipc_fw_ready *ready = &sdev->fw_ready; in sof_ipc3_validate_fw_version() local781 struct sof_ipc_fw_version *v = &ready->version; in sof_ipc3_validate_fw_version()804 if (ready->flags & SOF_IPC_INFO_BUILD) in sof_ipc3_validate_fw_version()811 str_enabled_disabled(ready->flags & SOF_IPC_INFO_GDB), in sof_ipc3_validate_fw_version()812 str_enabled_disabled(ready->flags & SOF_IPC_INFO_LOCKS), in sof_ipc3_validate_fw_version()813 str_enabled_disabled(ready->flags & SOF_IPC_INFO_LOCKSV)); in sof_ipc3_validate_fw_version()
1465 struct sof_ipc_fw_ready *ready = &sdev->fw_ready; in sof_link_dmic_load() local1466 struct sof_ipc_fw_version *v = &ready->version; in sof_link_dmic_load()2088 struct sof_ipc_pipe_ready ready; in sof_ipc3_complete_pipeline() local2094 memset(&ready, 0, sizeof(ready)); in sof_ipc3_complete_pipeline()2095 ready.hdr.size = sizeof(ready); in sof_ipc3_complete_pipeline()2096 ready.hdr.cmd = SOF_IPC_GLB_TPLG_MSG | SOF_IPC_TPLG_PIPE_COMPLETE; in sof_ipc3_complete_pipeline()2097 ready.comp_id = swidget->comp_id; in sof_ipc3_complete_pipeline()2099 ret = sof_ipc_tx_message_no_reply(sdev->ipc, &ready, sizeof(ready)); in sof_ipc3_complete_pipeline()
169 struct sof_ipc_fw_ready *ready = &sdev->fw_ready; in sof_compr_set_params() local170 struct sof_ipc_fw_version *v = &ready->version; in sof_compr_set_params()
170 codec/machine driver is ready, or to exclude the impact of those200 DPIB/posbuf is not ready, select "Y".
203 So, say Y only if you are ready to be annoyed.
106 bool ready; member
Completed in 36 milliseconds