Home
last modified time | relevance | path

Searched refs:ipi_send (Results 1 – 5 of 5) sorted by relevance

/linux/arch/arc/kernel/
H A Dsmp.c279 if (plat_smp_ops.ipi_send && !old) in ipi_send_msg_one()
280 plat_smp_ops.ipi_send(cpu); in ipi_send_msg_one()
H A Dmcip.c174 .ipi_send = mcip_ipi_send,
/linux/arch/arc/include/asm/
H A Dsmp.h61 void (*ipi_send)(int cpu); member
/linux/drivers/media/platform/mediatek/vcodec/common/
H A Dmtk_vcodec_fw_priv.h27 int (*ipi_send)(struct mtk_vcodec_fw *fw, int id, void *buf, member
H A Dmtk_vcodec_fw.c70 return fw->ops->ipi_send(fw, id, buf, len, wait); in mtk_vcodec_fw_ipi_send()