Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/remoteproc/
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);
Dmtk_scp.c597 return scp_ipi_send(scp, id, buf, len, wait); in scp_send_ipi()
/Linux-v5.10/include/linux/remoteproc/
Dmtk_scp.h58 int scp_ipi_send(struct mtk_scp *scp, u32 id, void *buf, unsigned int len,
/Linux-v5.10/drivers/media/platform/mtk-vcodec/
Dmtk_vcodec_fw_scp.c38 return scp_ipi_send(fw->scp, id, buf, len, wait); in mtk_vcodec_scp_ipi_send()