Searched refs:mtk_adsp_ipc (Results 1 – 5 of 5) sorted by relevance
25 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 { struct47 static inline void mtk_adsp_ipc_set_data(struct mtk_adsp_ipc *ipc, void *data) in mtk_adsp_ipc_set_data() argument55 static inline void *mtk_adsp_ipc_get_data(struct mtk_adsp_ipc *ipc) in mtk_adsp_ipc_get_data()63 int mtk_adsp_ipc_send(struct mtk_adsp_ipc *ipc, unsigned int idx, uint32_t op);
27 int mtk_adsp_ipc_send(struct mtk_adsp_ipc *ipc, unsigned int idx, uint32_t msg) in mtk_adsp_ipc_send()74 struct mtk_adsp_ipc *adsp_ipc; in mtk_adsp_ipc_probe()122 struct mtk_adsp_ipc *adsp_ipc = dev_get_drvdata(&pdev->dev); in mtk_adsp_ipc_remove()
44 struct mtk_adsp_ipc *dsp_ipc;
84 static void mt8186_dsp_handle_reply(struct mtk_adsp_ipc *ipc) in mt8186_dsp_handle_reply()95 static void mt8186_dsp_handle_request(struct mtk_adsp_ipc *ipc) in mt8186_dsp_handle_request()
85 static void mt8195_dsp_handle_reply(struct mtk_adsp_ipc *ipc) in mt8195_dsp_handle_reply()96 static void mt8195_dsp_handle_request(struct mtk_adsp_ipc *ipc) in mt8195_dsp_handle_request()
Completed in 7 milliseconds