Home
last modified time | relevance | path

Searched refs:rproc_find_carveout_by_name (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/remoteproc/
Dremoteproc_virtio.c100 mem = rproc_find_carveout_by_name(rproc, "vdev%dvring%d", rvdev->index, in rp_find_vq()
357 mem = rproc_find_carveout_by_name(rproc, "vdev%dbuffer", rvdev->index); in rproc_add_virtio_dev()
Dremoteproc_internal.h97 rproc_find_carveout_by_name(struct rproc *rproc, const char *name, ...);
Dremoteproc_core.c253 rproc_find_carveout_by_name(struct rproc *rproc, const char *name, ...) in rproc_find_carveout_by_name() function
342 mem = rproc_find_carveout_by_name(rproc, "vdev%dvring%d", rvdev->index, in rproc_alloc_vring()
954 carveout = rproc_find_carveout_by_name(rproc, rsc->name); in rproc_handle_carveout()