Home
last modified time | relevance | path

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

/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);