Lines Matching refs:mtk_scp
14 struct mtk_scp;
50 struct mtk_scp *scp_get(struct platform_device *pdev);
51 void scp_put(struct mtk_scp *scp);
53 struct device *scp_get_device(struct mtk_scp *scp);
54 struct rproc *scp_get_rproc(struct mtk_scp *scp);
56 int scp_ipi_register(struct mtk_scp *scp, u32 id, scp_ipi_handler_t handler,
58 void scp_ipi_unregister(struct mtk_scp *scp, u32 id);
60 int scp_ipi_send(struct mtk_scp *scp, u32 id, void *buf, unsigned int len,
63 unsigned int scp_get_vdec_hw_capa(struct mtk_scp *scp);
64 unsigned int scp_get_venc_hw_capa(struct mtk_scp *scp);
66 void *scp_mapping_dm_addr(struct mtk_scp *scp, u32 mem_addr);