rproc_vq_interrupt   90 drivers/remoteproc/da8xx_remoteproc.c 	rproc_vq_interrupt(rproc, 0);
rproc_vq_interrupt   91 drivers/remoteproc/da8xx_remoteproc.c 	rproc_vq_interrupt(rproc, 1);
rproc_vq_interrupt  146 drivers/remoteproc/keystone_remoteproc.c 	rproc_vq_interrupt(ksproc->rproc, 0);
rproc_vq_interrupt  147 drivers/remoteproc/keystone_remoteproc.c 	rproc_vq_interrupt(ksproc->rproc, 1);
rproc_vq_interrupt   76 drivers/remoteproc/omap_remoteproc.c 		if (rproc_vq_interrupt(oproc->rproc, msg) == IRQ_NONE)
rproc_vq_interrupt   29 drivers/remoteproc/remoteproc_internal.h irqreturn_t rproc_vq_interrupt(struct rproc *rproc, int vq_id);
rproc_vq_interrupt   63 drivers/remoteproc/remoteproc_virtio.c EXPORT_SYMBOL(rproc_vq_interrupt);
rproc_vq_interrupt   60 drivers/remoteproc/st_remoteproc.c 	if (rproc_vq_interrupt(rproc, msg) == IRQ_NONE)
rproc_vq_interrupt  269 drivers/remoteproc/stm32_rproc.c 	if (rproc_vq_interrupt(rproc, mb->vq_id) == IRQ_NONE)