Searched refs:rproc_vq_interrupt (Results 1 - 13 of 13) sorted by path

/linux-master/drivers/remoteproc/
H A Dda8xx_remoteproc.c90 rproc_vq_interrupt(rproc, 0);
91 rproc_vq_interrupt(rproc, 1);
H A Dimx_dsp_rproc.c423 * every invocation. The rproc_vq_interrupt function can detect if there
445 rproc_vq_interrupt(priv->rproc, 0);
446 rproc_vq_interrupt(priv->rproc, 1);
H A Dimx_rproc.c764 rproc_vq_interrupt(rproc, id);
H A Dingenic_rproc.c163 return rproc_vq_interrupt(rproc, vring);
H A Dkeystone_remoteproc.c127 * The rproc_vq_interrupt function can detect if there are new unprocessed
146 rproc_vq_interrupt(ksproc->rproc, 0);
147 rproc_vq_interrupt(ksproc->rproc, 1);
H A Domap_remoteproc.c527 if (rproc_vq_interrupt(oproc->rproc, msg) == IRQ_NONE)
H A Dremoteproc_internal.h63 irqreturn_t rproc_vq_interrupt(struct rproc *rproc, int vq_id);
H A Dremoteproc_virtio.c78 * rproc_vq_interrupt() - tell remoteproc that a virtqueue is interrupted
89 irqreturn_t rproc_vq_interrupt(struct rproc *rproc, int notifyid) function
101 EXPORT_SYMBOL(rproc_vq_interrupt); variable
H A Dst_remoteproc.c59 if (rproc_vq_interrupt(rproc, msg) == IRQ_NONE)
H A Dstm32_rproc.c300 if (rproc_vq_interrupt(rproc, mb->vq_id) == IRQ_NONE)
H A Dti_k3_dsp_remoteproc.c140 if (rproc_vq_interrupt(kproc->rproc, msg) == IRQ_NONE)
H A Dti_k3_r5_remoteproc.c215 if (rproc_vq_interrupt(kproc->rproc, msg) == IRQ_NONE)
H A Dxlnx_r5_remoteproc.c146 if (rproc_vq_interrupt(rproc, id) == IRQ_NONE)

Completed in 323 milliseconds