Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dremoteproc.h532 * @max_notifyid: largest allocated notify id.
574 int max_notifyid; member
/linux/drivers/remoteproc/
H A Dremoteproc_core.c375 /* Potentially bump max_notifyid */ in rproc_alloc_vring()
376 if (notifyid > rproc->max_notifyid) in rproc_alloc_vring()
377 rproc->max_notifyid = notifyid; in rproc_alloc_vring()
1413 /* reset max_notifyid */ in rproc_fw_boot()
1414 rproc->max_notifyid = -1; in rproc_fw_boot()
1623 /* reset max_notifyid */ in rproc_attach()
1624 rproc->max_notifyid = -1; in rproc_attach()
H A Dti_k3_common.c76 if (msg > rproc->max_notifyid) { in k3_rproc_mbox_callback()
H A Domap_remoteproc.c526 if (msg > oproc->rproc->max_notifyid) { in omap_rproc_mbox_callback()