Home
last modified time | relevance | path

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

/linux/drivers/remoteproc/
H A Dremoteproc_virtio.c69 int notifyid = rvring->notifyid; in rproc_virtio_notify() local
71 dev_dbg(&rproc->dev, "kicking vq index: %d\n", notifyid); in rproc_virtio_notify()
73 rproc->ops->kick(rproc, notifyid); in rproc_virtio_notify()
89 irqreturn_t rproc_vq_interrupt(struct rproc *rproc, int notifyid) in rproc_vq_interrupt() argument
93 dev_dbg(&rproc->dev, "vq index %d is interrupted\n", notifyid); in rproc_vq_interrupt()
95 rvring = idr_find(&rproc->notifyids, notifyid); in rproc_vq_interrupt()
140 id, addr, num, rvring->notifyid); in rp_find_vq()
H A Dremoteproc_core.c332 int ret, notifyid; in rproc_alloc_vring() local
373 notifyid = ret; in rproc_alloc_vring()
376 if (notifyid > rproc->max_notifyid) in rproc_alloc_vring()
377 rproc->max_notifyid = notifyid; in rproc_alloc_vring()
379 rvring->notifyid = notifyid; in rproc_alloc_vring()
382 rsc->vring[i].notifyid = notifyid; in rproc_alloc_vring()
417 idr_remove(&rproc->notifyids, rvring->notifyid); in rproc_free_vring()
433 rsc->vring[idx].notifyid = -1; in rproc_free_vring()
H A Dremoteproc_debugfs.c330 seq_printf(seq, " Notify ID %d\n", v->notifyid); in rproc_rsc_table_show()
344 seq_printf(seq, " Notify ID %d\n", v->vring[j].notifyid); in rproc_rsc_table_show()
/linux/include/linux/
H A Dremoteproc.h262 u32 notifyid; member
304 u32 notifyid; member
628 int notifyid; member