Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/remoteproc/
Domap_remoteproc.c210 rproc_free(rproc); in omap_rproc_probe()
219 rproc_free(rproc); in omap_rproc_remove()
Dwkup_m3_rproc.c203 rproc_free(rproc); in wkup_m3_rproc_probe()
215 rproc_free(rproc); in wkup_m3_rproc_remove()
Dst_slim_rproc.c304 rproc_free(rproc); in st_slim_rproc_alloc()
329 rproc_free(slim_rproc->rproc); in st_slim_rproc_put()
Dda8xx_remoteproc.c353 rproc_free(rproc); in da8xx_rproc_probe()
374 rproc_free(rproc); in da8xx_rproc_remove()
Dimx_rproc.c384 rproc_free(rproc); in imx_rproc_probe()
396 rproc_free(rproc); in imx_rproc_remove()
Dkeystone_remoteproc.c475 rproc_free(rproc); in keystone_rproc_probe()
486 rproc_free(ksproc->rproc); in keystone_rproc_remove()
Dqcom_q6v5_pas.c318 rproc_free(rproc); in adsp_probe()
333 rproc_free(adsp->rproc); in adsp_remove()
Dst_remoteproc.c444 rproc_free(rproc); in st_rproc_probe()
461 rproc_free(rproc); in st_rproc_remove()
Dqcom_q6v5_adsp.c474 rproc_free(rproc); in adsp_probe()
489 rproc_free(adsp->rproc); in adsp_remove()
Dqcom_wcnss.c560 rproc_free(rproc); in wcnss_probe()
576 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()
Dstm32_rproc.c610 rproc_free(rproc); in stm32_rproc_probe()
623 rproc_free(rproc); in stm32_rproc_remove()
Dqcom_q6v5_mss.c1516 rproc_free(rproc); in q6v5_probe()
1535 rproc_free(qproc->rproc); in q6v5_remove()
Dremoteproc_core.c2089 void rproc_free(struct rproc *rproc) in rproc_free() function
2093 EXPORT_SYMBOL(rproc_free);
/Linux-v5.4/include/linux/
Dremoteproc.h596 void rproc_free(struct rproc *rproc);
/Linux-v5.4/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().