Lines Matching defs:msg
36 struct snd_sof_ipc_msg *msg = sdev->msg;
40 if (!msg) {
49 memcpy(msg->reply_data, &reply, sizeof(reply));
53 if (reply.hdr.size != msg->reply_size) {
55 msg->reply_size, reply.hdr.size);
60 if (msg->reply_size > 0)
62 msg->reply_data, msg->reply_size);
65 msg->reply_error = ret;
109 static int imx8m_send_msg(struct snd_sof_dev *sdev, struct snd_sof_ipc_msg *msg)
113 sof_mailbox_write(sdev, sdev->host_box.offset, msg->msg_data,
114 msg->msg_size);