Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/remoteproc/
Domap_remoteproc.c218 rproc_free(rproc); in omap_rproc_probe()
227 rproc_free(rproc); in omap_rproc_remove()
Dwkup_m3_rproc.c211 rproc_free(rproc); in wkup_m3_rproc_probe()
223 rproc_free(rproc); in wkup_m3_rproc_remove()
Dst_slim_rproc.c308 rproc_free(rproc); in st_slim_rproc_alloc()
333 rproc_free(slim_rproc->rproc); in st_slim_rproc_put()
Dda8xx_remoteproc.c358 rproc_free(rproc); in da8xx_rproc_probe()
379 rproc_free(rproc); in da8xx_rproc_remove()
Dqcom_adsp_pil.c315 rproc_free(rproc); in adsp_probe()
330 rproc_free(adsp->rproc); in adsp_remove()
Dimx_rproc.c387 rproc_free(rproc); in imx_rproc_probe()
399 rproc_free(rproc); in imx_rproc_remove()
Dkeystone_remoteproc.c487 rproc_free(rproc); in keystone_rproc_probe()
498 rproc_free(ksproc->rproc); in keystone_rproc_remove()
Dst_remoteproc.c376 rproc_free(rproc); in st_rproc_probe()
395 rproc_free(rproc); in st_rproc_remove()
Dqcom_wcnss.c564 rproc_free(rproc); in wcnss_probe()
580 rproc_free(wcnss->rproc); in wcnss_remove()
Dqcom_q6v5_wcss.c569 rproc_free(rproc); in q6v5_wcss_probe()
579 rproc_free(rproc); in q6v5_wcss_remove()
Dqcom_q6v5_pil.c1222 rproc_free(rproc); in q6v5_probe()
1237 rproc_free(qproc->rproc); in q6v5_remove()
Dremoteproc_core.c1651 void rproc_free(struct rproc *rproc) in rproc_free() function
1655 EXPORT_SYMBOL(rproc_free);
/Linux-v4.19/include/linux/
Dremoteproc.h554 void rproc_free(struct rproc *rproc);
/Linux-v4.19/Documentation/
Dremoteproc.txt133 yet. Instead, when you need to unroll rproc_alloc(), use rproc_free().
137 void rproc_free(struct rproc *rproc)
177 last refcount should be decremented by calling rproc_free().