Lines Matching refs:ipc
7 #include <linux/firmware/mediatek/mtk-adsp-ipc.h>
17 * mtk_adsp_ipc_send - send ipc cmd to MTK ADSP
19 * @ipc: ADSP IPC handle
26 int mtk_adsp_ipc_send(struct mtk_adsp_ipc *ipc, unsigned int idx, uint32_t msg)
34 adsp_chan = &ipc->chans[idx];
59 chan->ipc->ops->handle_reply(chan->ipc);
62 chan->ipc->ops->handle_request(chan->ipc);
94 adsp_chan->ipc = adsp_ipc;
132 .name = "mtk-adsp-ipc",