Lines Matching refs:reply
32 struct sof_ipc_reply reply;
46 &reply, sizeof(reply));
63 struct sof_ipc_reply reply;
69 &reply, sizeof(reply));
77 struct sof_ipc_probe_info_params *reply;
84 reply = kzalloc(SOF_IPC_MSG_MAX_SIZE, GFP_KERNEL);
85 if (!reply)
91 msg.rhdr.hdr.size, reply, SOF_IPC_MSG_MAX_SIZE);
92 if (ret < 0 || reply->rhdr.error < 0)
95 if (!reply->num_elems)
99 bytes = sizeof(reply->dma[0]);
101 bytes = sizeof(reply->desc[0]);
102 bytes *= reply->num_elems;
103 *params = kmemdup(&reply->dma[0], bytes, GFP_KERNEL);
108 *num_params = reply->num_elems;
111 kfree(reply);
153 struct sof_ipc_reply reply;
166 &reply, sizeof(reply));
187 struct sof_ipc_reply reply;
200 &reply, sizeof(reply));
241 struct sof_ipc_reply reply;
254 &reply, sizeof(reply));
273 struct sof_ipc_reply reply;
286 &reply, sizeof(reply));