Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/remoteproc/
H A Dmtk_scp_ipi.c155 int scp_ipi_send(struct mtk_scp *scp, u32 id, void *buf, unsigned int len, in scp_ipi_send() function
215 EXPORT_SYMBOL_GPL(scp_ipi_send);
H A Dmtk_scp.c600 return scp_ipi_send(scp, id, buf, len, wait); in scp_send_ipi()
/OK3568_Linux_fs/kernel/include/linux/remoteproc/
H A Dmtk_scp.h58 int scp_ipi_send(struct mtk_scp *scp, u32 id, void *buf, unsigned int len,
/OK3568_Linux_fs/kernel/drivers/media/platform/mtk-vcodec/
H A Dmtk_vcodec_fw_scp.c38 return scp_ipi_send(fw->scp, id, buf, len, wait); in mtk_vcodec_scp_ipi_send()