Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/remoteproc/
Dda8xx_remoteproc.c90 rproc_vq_interrupt(rproc, 0); in handle_event()
91 rproc_vq_interrupt(rproc, 1); in handle_event()
Dkeystone_remoteproc.c146 rproc_vq_interrupt(ksproc->rproc, 0); in handle_event()
147 rproc_vq_interrupt(ksproc->rproc, 1); in handle_event()
Dremoteproc_internal.h63 irqreturn_t rproc_vq_interrupt(struct rproc *rproc, int vq_id);
Dremoteproc_virtio.c89 irqreturn_t rproc_vq_interrupt(struct rproc *rproc, int notifyid) in rproc_vq_interrupt() function
101 EXPORT_SYMBOL(rproc_vq_interrupt);
Dingenic_rproc.c163 return rproc_vq_interrupt(rproc, vring); in vpu_interrupt()
Dimx_rproc.c632 rproc_vq_interrupt(priv->rproc, 0); in imx_rproc_vq_work()
633 rproc_vq_interrupt(priv->rproc, 1); in imx_rproc_vq_work()
Dimx_dsp_rproc.c436 rproc_vq_interrupt(priv->rproc, 0); in imx_dsp_rproc_vq_work()
437 rproc_vq_interrupt(priv->rproc, 1); in imx_dsp_rproc_vq_work()
Dst_remoteproc.c60 if (rproc_vq_interrupt(rproc, msg) == IRQ_NONE) in st_rproc_mbox_callback()
Dti_k3_dsp_remoteproc.c140 if (rproc_vq_interrupt(kproc->rproc, msg) == IRQ_NONE) in k3_dsp_rproc_mbox_callback()
Dstm32_rproc.c290 if (rproc_vq_interrupt(rproc, mb->vq_id) == IRQ_NONE) in stm32_rproc_mb_vq_work()
Domap_remoteproc.c526 if (rproc_vq_interrupt(oproc->rproc, msg) == IRQ_NONE) in omap_rproc_mbox_callback()
Dti_k3_r5_remoteproc.c210 if (rproc_vq_interrupt(kproc->rproc, msg) == IRQ_NONE) in k3_r5_rproc_mbox_callback()