Home
last modified time | relevance | path

Searched refs:rproc_vq_interrupt (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/drivers/remoteproc/
Dda8xx_remoteproc.c90 rproc_vq_interrupt(rproc, 0); in handle_event()
91 rproc_vq_interrupt(rproc, 1); in handle_event()
Dremoteproc_internal.h29 irqreturn_t rproc_vq_interrupt(struct rproc *rproc, int vq_id);
Dkeystone_remoteproc.c146 rproc_vq_interrupt(ksproc->rproc, 0); in handle_event()
147 rproc_vq_interrupt(ksproc->rproc, 1); in handle_event()
Dremoteproc_virtio.c51 irqreturn_t rproc_vq_interrupt(struct rproc *rproc, int notifyid) in rproc_vq_interrupt() function
63 EXPORT_SYMBOL(rproc_vq_interrupt);
Domap_remoteproc.c76 if (rproc_vq_interrupt(oproc->rproc, msg) == IRQ_NONE) in omap_rproc_mbox_callback()
Dst_remoteproc.c60 if (rproc_vq_interrupt(rproc, msg) == IRQ_NONE) in st_rproc_mbox_callback()
Dstm32_rproc.c269 if (rproc_vq_interrupt(rproc, mb->vq_id) == IRQ_NONE) in stm32_rproc_mb_callback()