Home
last modified time | relevance | path

Searched refs:mtk_adsp_ipc (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/include/linux/firmware/mediatek/
Dmtk-adsp-ipc.h25 struct mtk_adsp_ipc;
28 void (*handle_reply)(struct mtk_adsp_ipc *ipc);
29 void (*handle_request)(struct mtk_adsp_ipc *ipc);
33 struct mtk_adsp_ipc *ipc;
40 struct mtk_adsp_ipc { struct
47 static inline void mtk_adsp_ipc_set_data(struct mtk_adsp_ipc *ipc, void *data) in mtk_adsp_ipc_set_data() argument
52 static inline void *mtk_adsp_ipc_get_data(struct mtk_adsp_ipc *ipc) in mtk_adsp_ipc_get_data()
57 int mtk_adsp_ipc_send(struct mtk_adsp_ipc *ipc, unsigned int idx, uint32_t op);
/linux-6.15/sound/soc/sof/mediatek/
Dmtk-adsp-common.h11 void mtk_adsp_handle_reply(struct mtk_adsp_ipc *ipc);
12 void mtk_adsp_handle_request(struct mtk_adsp_ipc *ipc);
Dmtk-adsp-common.c107 void mtk_adsp_handle_reply(struct mtk_adsp_ipc *ipc) in mtk_adsp_handle_reply()
122 void mtk_adsp_handle_request(struct mtk_adsp_ipc *ipc) in mtk_adsp_handle_request()
Dadsp_helper.h40 struct mtk_adsp_ipc *dsp_ipc;
/linux-6.15/drivers/firmware/
Dmtk-adsp-ipc.c26 int mtk_adsp_ipc_send(struct mtk_adsp_ipc *ipc, unsigned int idx, uint32_t msg) in mtk_adsp_ipc_send()
73 struct mtk_adsp_ipc *adsp_ipc; in mtk_adsp_ipc_probe()
120 struct mtk_adsp_ipc *adsp_ipc = dev_get_drvdata(&pdev->dev); in mtk_adsp_ipc_remove()