Lines Matching refs:reply
27 * interrupt and send reply msg to dsp
44 * set DONE bit - tell DSP we have received the reply msg
45 * from DSP, and processed it, don't send more reply to host
125 struct sof_ipc_reply reply;
129 * Sometimes, there is unexpected reply ipc arriving. The reply
142 * memory windows are powered off before sending IPC reply,
146 reply.error = 0;
147 reply.hdr.cmd = SOF_IPC_GLB_REPLY;
148 reply.hdr.size = sizeof(reply);
149 memcpy(msg->reply_data, &reply, sizeof(reply));
179 /* Message from DSP (reply or notification) */
206 "IPC reply before FW_READY: %#x|%#x\n",
258 /* is this a reply message from the DSP */
274 * if the DSP is fast enough to receive an IPC message, reply to
278 * reply.
283 /* handle immediate reply from DSP core */
292 dev_dbg_ratelimited(sdev->dev, "IPC reply before FW_READY: %#x\n",