Home
last modified time | relevance | path

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

/drivers/remoteproc/
Dda8xx_remoteproc.c72 rproc_vq_interrupt(rproc, 0); in handle_event()
73 rproc_vq_interrupt(rproc, 1); in handle_event()
Dremoteproc_virtio.c57 irqreturn_t rproc_vq_interrupt(struct rproc *rproc, int notifyid) in rproc_vq_interrupt() function
69 EXPORT_SYMBOL(rproc_vq_interrupt);
Dremoteproc_internal.h50 irqreturn_t rproc_vq_interrupt(struct rproc *rproc, int vq_id);
Domap_remoteproc.c84 if (rproc_vq_interrupt(oproc->rproc, msg) == IRQ_NONE) in omap_rproc_mbox_callback()
Dste_modem_rproc.c191 if (rproc_vq_interrupt(sproc->rproc, vqid) == IRQ_NONE) in sproc_kick_callback()