Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/remoteproc/
Dremoteproc_core.c2584 static void devm_rproc_free(struct device *dev, void *res) in devm_rproc_free() function
2608 ptr = devres_alloc(devm_rproc_free, sizeof(*ptr), GFP_KERNEL); in devm_rproc_alloc()