Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/remoteproc/
Dremoteproc_internal.h125 rproc_find_carveout_by_name(struct rproc *rproc, const char *name, ...);
Dremoteproc_virtio.c126 mem = rproc_find_carveout_by_name(rproc, "vdev%dvring%d", rvdev->index, in rp_find_vq()
382 mem = rproc_find_carveout_by_name(rproc, "vdev%dbuffer", rvdev->index); in rproc_add_virtio_dev()
Dremoteproc_core.c252 rproc_find_carveout_by_name(struct rproc *rproc, const char *name, ...) in rproc_find_carveout_by_name() function
341 mem = rproc_find_carveout_by_name(rproc, "vdev%dvring%d", rvdev->index, in rproc_alloc_vring()
847 carveout = rproc_find_carveout_by_name(rproc, rsc->name); in rproc_handle_carveout()