Searched refs:rproc_vq_interrupt (Results 1 – 6 of 6) sorted by relevance
57 irqreturn_t rproc_vq_interrupt(struct rproc *rproc, int notifyid) in rproc_vq_interrupt() function69 EXPORT_SYMBOL(rproc_vq_interrupt);
93 rproc_vq_interrupt(rproc, 0); in handle_event()94 rproc_vq_interrupt(rproc, 1); in handle_event()
30 irqreturn_t rproc_vq_interrupt(struct rproc *rproc, int vq_id);
154 rproc_vq_interrupt(ksproc->rproc, 0); in handle_event()155 rproc_vq_interrupt(ksproc->rproc, 1); in handle_event()
84 if (rproc_vq_interrupt(oproc->rproc, msg) == IRQ_NONE) in omap_rproc_mbox_callback()
62 if (rproc_vq_interrupt(rproc, msg) == IRQ_NONE) in st_rproc_mbox_callback()