Home
last modified time | relevance | path

Searched refs:msg_data (Results 1 – 8 of 8) sorted by relevance

/sound/soc/sof/
Dipc.c221 struct sof_ipc_cmd_hdr *hdr = msg->msg_data; in tx_wait_done()
252 void *msg_data, size_t msg_bytes, in sof_ipc_tx_message_unlocked() argument
278 memcpy(msg->msg_data, msg_data, msg_bytes); in sof_ipc_tx_message_unlocked()
307 void *msg_data, size_t msg_bytes, void *reply_data, in sof_ipc_tx_message() argument
322 return sof_ipc_tx_message_no_pm(ipc, header, msg_data, msg_bytes, in sof_ipc_tx_message()
333 void *msg_data, size_t msg_bytes, in sof_ipc_tx_message_no_pm() argument
345 ret = sof_ipc_tx_message_unlocked(ipc, header, msg_data, msg_bytes, in sof_ipc_tx_message_no_pm()
849 msg->msg_data = devm_kzalloc(sdev->dev, SOF_IPC_MSG_MAX_SIZE, in snd_sof_ipc_init()
851 if (!msg->msg_data) in snd_sof_ipc_init()
Dsof-priv.h344 void *msg_data; member
511 void *msg_data, size_t msg_bytes, void *reply_data,
514 void *msg_data, size_t msg_bytes,
/sound/soc/sof/intel/
Dcnl.c152 pm_gate = msg->msg_data; in cnl_compact_ipc_compress()
191 sof_mailbox_write(sdev, sdev->host_box.offset, msg->msg_data, in cnl_ipc_send_msg()
196 hdr = msg->msg_data; in cnl_ipc_send_msg()
Dhda-ipc.c60 sof_mailbox_write(sdev, sdev->host_box.offset, msg->msg_data, in hda_dsp_ipc_send_msg()
85 hdr = msg->msg_data; in hda_dsp_ipc_get_reply()
Datom.c190 sof_mailbox_write(sdev, sdev->host_box.offset, msg->msg_data, in atom_send_msg()
Dbdw.c368 sof_mailbox_write(sdev, sdev->host_box.offset, msg->msg_data, in bdw_send_msg()
/sound/soc/sof/imx/
Dimx8m.c113 sof_mailbox_write(sdev, sdev->host_box.offset, msg->msg_data, in imx8m_send_msg()
Dimx8.c140 sof_mailbox_write(sdev, sdev->host_box.offset, msg->msg_data, in imx8_send_msg()