Home
last modified time | relevance | path

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

/linux-6.15/drivers/remoteproc/
H A Dwkup_m3_rproc.c219 rproc_free(rproc); in wkup_m3_rproc_probe()
231 rproc_free(rproc); in wkup_m3_rproc_remove()
H A Dst_slim_rproc.c301 rproc_free(rproc); in st_slim_rproc_alloc()
326 rproc_free(slim_rproc->rproc); in st_slim_rproc_put()
H A Dda8xx_remoteproc.c334 rproc_free(rproc); in da8xx_rproc_probe()
355 rproc_free(rproc); in da8xx_rproc_remove()
H A Dxlnx_r5_remoteproc.c940 rproc_free(r5_rproc); in zynqmp_r5_add_rproc_core()
1399 rproc_free(r5_cores[i]->rproc); in zynqmp_r5_cluster_init()
1426 rproc_free(r5_core->rproc); in zynqmp_r5_cluster_exit()
H A Dremoteproc_core.c2541 void rproc_free(struct rproc *rproc) in rproc_free() function
2545 EXPORT_SYMBOL(rproc_free);
2613 rproc_free(*(struct rproc **)res); in devm_rproc_free()
/linux-6.15/Documentation/staging/
H A Dremoteproc.rst134 yet. Instead, when you need to unroll rproc_alloc(), use rproc_free().
138 void rproc_free(struct rproc *rproc)
178 last refcount should be decremented by calling rproc_free().
/linux-6.15/include/linux/
H A Dremoteproc.h666 void rproc_free(struct rproc *rproc);