Lines Matching full:reply
33 * interrupt and send reply msg to dsp in hda_dsp_ipc_host_done()
50 * set DONE bit - tell DSP we have received the reply msg in hda_dsp_ipc_dsp_done()
51 * from DSP, and processed it, don't send more reply to host in hda_dsp_ipc_dsp_done()
134 struct sof_ipc_reply reply; in hda_dsp_ipc_get_reply() local
138 * Sometimes, there is unexpected reply ipc arriving. The reply in hda_dsp_ipc_get_reply()
151 * memory windows are powered off before sending IPC reply, in hda_dsp_ipc_get_reply()
155 reply.error = 0; in hda_dsp_ipc_get_reply()
156 reply.hdr.cmd = SOF_IPC_GLB_REPLY; in hda_dsp_ipc_get_reply()
157 reply.hdr.size = sizeof(reply); in hda_dsp_ipc_get_reply()
158 memcpy(msg->reply_data, &reply, sizeof(reply)); in hda_dsp_ipc_get_reply()
189 /* Message from DSP (reply or notification) */ in hda_dsp_ipc4_irq_thread()
200 /* Reply received */ in hda_dsp_ipc4_irq_thread()
216 "IPC reply before FW_READY: %#x|%#x\n", in hda_dsp_ipc4_irq_thread()
269 /* is this a reply message from the DSP */ in hda_dsp_ipc_irq_thread()
285 * if the DSP is fast enough to receive an IPC message, reply to in hda_dsp_ipc_irq_thread()
289 * reply. in hda_dsp_ipc_irq_thread()
294 /* handle immediate reply from DSP core */ in hda_dsp_ipc_irq_thread()
303 dev_dbg_ratelimited(sdev->dev, "IPC reply before FW_READY: %#x\n", in hda_dsp_ipc_irq_thread()