Lines Matching full:scp
19 * @SCP_IPI_INIT: The interrupt from scp is to notfiy kernel
20 * SCP initialization completed.
21 * IPI_SCP_INIT is sent from SCP when firmware is
23 * command to SCP.
25 * to SCP to trigger the interrupt.
52 void scp_put(struct mtk_scp *scp);
54 struct device *scp_get_device(struct mtk_scp *scp);
55 struct rproc *scp_get_rproc(struct mtk_scp *scp);
57 int scp_ipi_register(struct mtk_scp *scp, u32 id, scp_ipi_handler_t handler,
59 void scp_ipi_unregister(struct mtk_scp *scp, u32 id);
61 int scp_ipi_send(struct mtk_scp *scp, u32 id, void *buf, unsigned int len,
64 unsigned int scp_get_vdec_hw_capa(struct mtk_scp *scp);
65 unsigned int scp_get_venc_hw_capa(struct mtk_scp *scp);
67 void *scp_mapping_dm_addr(struct mtk_scp *scp, u32 mem_addr);