Searched refs:acp_mailbox_read (Results 1 – 2 of 2) sorted by relevance
| /Linux-v6.1/sound/soc/sof/amd/ |
| D | acp-ipc.c | 24 void acp_mailbox_read(struct snd_sof_dev *sdev, u32 offset, void *message, size_t bytes) in acp_mailbox_read() function 28 EXPORT_SYMBOL_NS(acp_mailbox_read, SND_SOC_SOF_AMD_COMMON); 128 acp_mailbox_read(sdev, offset, &reply, sizeof(reply)); in acp_dsp_ipc_get_reply() 142 acp_mailbox_read(sdev, offset, msg->reply_data, msg->reply_size); in acp_dsp_ipc_get_reply() 196 acp_mailbox_read(sdev, offset, p, sz); in acp_sof_ipc_msg_data()
|
| D | acp.h | 207 void acp_mailbox_read(struct snd_sof_dev *sdev, u32 offset, void *message, size_t bytes);
|