Home
last modified time | relevance | path

Searched refs:mtk_adsp_ipc_send (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/drivers/firmware/
Dmtk-adsp-ipc.c27 int mtk_adsp_ipc_send(struct mtk_adsp_ipc *ipc, unsigned int idx, uint32_t msg) in mtk_adsp_ipc_send() function
42 EXPORT_SYMBOL_GPL(mtk_adsp_ipc_send);
/Linux-v6.1/include/linux/firmware/mediatek/
Dmtk-adsp-ipc.h63 int mtk_adsp_ipc_send(struct mtk_adsp_ipc *ipc, unsigned int idx, uint32_t op);
/Linux-v6.1/sound/soc/sof/mediatek/mt8186/
Dmt8186.c48 return mtk_adsp_ipc_send(priv->dsp_ipc, MTK_ADSP_IPC_REQ, MTK_ADSP_IPC_OP_REQ); in mt8186_send_msg()
112 ret = mtk_adsp_ipc_send(priv->dsp_ipc, MTK_ADSP_IPC_RSP, MTK_ADSP_IPC_OP_RSP); in mt8186_dsp_handle_request()
/Linux-v6.1/sound/soc/sof/mediatek/mt8195/
Dmt8195.c49 return mtk_adsp_ipc_send(priv->dsp_ipc, MTK_ADSP_IPC_REQ, MTK_ADSP_IPC_OP_REQ); in mt8195_send_msg()
113 ret = mtk_adsp_ipc_send(priv->dsp_ipc, MTK_ADSP_IPC_RSP, MTK_ADSP_IPC_OP_RSP); in mt8195_dsp_handle_request()