Home
last modified time | relevance | path

Searched refs:notifyid (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/remoteproc/
Dremoteproc_virtio.c37 int notifyid = rvring->notifyid; in rproc_virtio_notify() local
39 dev_dbg(&rproc->dev, "kicking vq index: %d\n", notifyid); in rproc_virtio_notify()
41 rproc->ops->kick(rproc, notifyid); in rproc_virtio_notify()
57 irqreturn_t rproc_vq_interrupt(struct rproc *rproc, int notifyid) in rproc_vq_interrupt() argument
61 dev_dbg(&rproc->dev, "vq index %d is interrupted\n", notifyid); in rproc_vq_interrupt()
63 rvring = idr_find(&rproc->notifyids, notifyid); in rproc_vq_interrupt()
100 id, addr, len, rvring->notifyid); in rp_find_vq()
Dremoteproc_core.c212 int ret, size, notifyid; in rproc_alloc_vring() local
238 notifyid = ret; in rproc_alloc_vring()
241 if (notifyid > rproc->max_notifyid) in rproc_alloc_vring()
242 rproc->max_notifyid = notifyid; in rproc_alloc_vring()
245 i, va, &dma, size, notifyid); in rproc_alloc_vring()
249 rvring->notifyid = notifyid; in rproc_alloc_vring()
259 rsc->vring[i].notifyid = notifyid; in rproc_alloc_vring()
296 idr_remove(&rproc->notifyids, rvring->notifyid); in rproc_free_vring()
301 rsc->vring[idx].notifyid = -1; in rproc_free_vring()
Dremoteproc_debugfs.c214 seq_printf(seq, " Notify ID %d\n", v->notifyid); in rproc_rsc_table_show()
228 seq_printf(seq, " Notify ID %d\n", v->vring[j].notifyid); in rproc_rsc_table_show()
/Linux-v4.19/include/linux/
Dremoteproc.h257 u32 notifyid; member
298 u32 notifyid; member
516 int notifyid; member