Lines Matching defs:reply_data
241 reply = msg->reply_data;
282 msg->reply_data, msg->reply_size);
289 static int ipc3_wait_tx_done(struct snd_sof_ipc *ipc, void *reply_data)
315 if (reply_data && msg->reply_size)
317 memcpy(reply_data, msg->reply_data,
334 void *reply_data, size_t reply_bytes)
352 return ipc3_wait_tx_done(ipc, reply_data);
356 void *reply_data, size_t reply_bytes, bool no_pm)
383 ret = ipc3_tx_msg_unlocked(ipc, msg_data, msg_bytes, reply_data, reply_bytes);
396 payload = reply_data;
769 msg->reply_data = devm_kzalloc(sdev->dev, SOF_IPC_MSG_MAX_SIZE, GFP_KERNEL);
770 if (!msg->reply_data)