scp_ipi_send
ret = scp_ipi_send(vpu->scp, id, buf, len, 2000);
return scp_ipi_send(fw->scp, id, buf, len, wait);
return scp_ipi_send(scp, id, buf, len, wait);
EXPORT_SYMBOL_GPL(scp_ipi_send);
int scp_ipi_send(struct mtk_scp *scp, u32 id, void *buf, unsigned int len,