Lines Matching defs:msg
63 struct snd_sof_ipc_msg *msg = sdev->msg;
67 if (!msg) {
76 memcpy(msg->reply_data, &reply, sizeof(reply));
80 if (reply.hdr.size != msg->reply_size) {
82 msg->reply_size, reply.hdr.size);
87 if (msg->reply_size > 0)
89 msg->reply_data, msg->reply_size);
92 msg->reply_error = ret;
136 static int imx8_send_msg(struct snd_sof_dev *sdev, struct snd_sof_ipc_msg *msg)
140 sof_mailbox_write(sdev, sdev->host_box.offset, msg->msg_data,
141 msg->msg_size);