Searched refs:ipi_send (Results 1 – 5 of 5) sorted by relevance
279 if (plat_smp_ops.ipi_send && !old) in ipi_send_msg_one()280 plat_smp_ops.ipi_send(cpu); in ipi_send_msg_one()
174 .ipi_send = mcip_ipi_send,
61 void (*ipi_send)(int cpu); member
27 int (*ipi_send)(struct mtk_vcodec_fw *fw, int id, void *buf, member
70 return fw->ops->ipi_send(fw, id, buf, len, wait); in mtk_vcodec_fw_ipi_send()