Searched refs:rproc_vq_interrupt (Results 1 – 14 of 14) sorted by relevance
/linux-6.14.4/drivers/remoteproc/ |
D | da8xx_remoteproc.c | 90 rproc_vq_interrupt(rproc, 0); in handle_event() 91 rproc_vq_interrupt(rproc, 1); in handle_event()
|
D | keystone_remoteproc.c | 146 rproc_vq_interrupt(ksproc->rproc, 0); in handle_event() 147 rproc_vq_interrupt(ksproc->rproc, 1); in handle_event()
|
D | remoteproc_internal.h | 63 irqreturn_t rproc_vq_interrupt(struct rproc *rproc, int vq_id);
|
D | remoteproc_virtio.c | 89 irqreturn_t rproc_vq_interrupt(struct rproc *rproc, int notifyid) in rproc_vq_interrupt() function 101 EXPORT_SYMBOL(rproc_vq_interrupt);
|
D | ingenic_rproc.c | 163 return rproc_vq_interrupt(rproc, vring); in vpu_interrupt()
|
D | imx_dsp_rproc.c | 445 rproc_vq_interrupt(priv->rproc, 0); in imx_dsp_rproc_vq_work() 446 rproc_vq_interrupt(priv->rproc, 1); in imx_dsp_rproc_vq_work()
|
D | st_remoteproc.c | 59 if (rproc_vq_interrupt(rproc, msg) == IRQ_NONE) in st_rproc_mbox_callback()
|
D | ti_k3_m4_remoteproc.c | 120 if (rproc_vq_interrupt(rproc, msg) == IRQ_NONE) in k3_m4_rproc_mbox_callback()
|
D | ti_k3_dsp_remoteproc.c | 144 if (rproc_vq_interrupt(kproc->rproc, msg) == IRQ_NONE) in k3_dsp_rproc_mbox_callback()
|
D | stm32_rproc.c | 300 if (rproc_vq_interrupt(rproc, mb->vq_id) == IRQ_NONE) in stm32_rproc_mb_vq_work()
|
D | xlnx_r5_remoteproc.c | 189 if (rproc_vq_interrupt(rproc, id) == IRQ_NONE) in event_notified_idr_cb()
|
D | imx_rproc.c | 777 rproc_vq_interrupt(rproc, id); in imx_rproc_notified_idr_cb()
|
D | omap_remoteproc.c | 531 if (rproc_vq_interrupt(oproc->rproc, msg) == IRQ_NONE) in omap_rproc_mbox_callback()
|
D | ti_k3_r5_remoteproc.c | 223 if (rproc_vq_interrupt(kproc->rproc, msg) == IRQ_NONE) in k3_r5_rproc_mbox_callback()
|