Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/remoteproc/
Dwkup_m3_rproc.c219 rproc_free(rproc); in wkup_m3_rproc_probe()
231 rproc_free(rproc); in wkup_m3_rproc_remove()
Dda8xx_remoteproc.c353 rproc_free(rproc); in da8xx_rproc_probe()
374 rproc_free(rproc); in da8xx_rproc_remove()
Dst_slim_rproc.c303 rproc_free(rproc); in st_slim_rproc_alloc()
328 rproc_free(slim_rproc->rproc); in st_slim_rproc_put()
Dkeystone_remoteproc.c475 rproc_free(rproc); in keystone_rproc_probe()
487 rproc_free(ksproc->rproc); in keystone_rproc_remove()
Dst_remoteproc.c447 rproc_free(rproc); in st_rproc_probe()
464 rproc_free(rproc); in st_rproc_remove()
Dxlnx_r5_remoteproc.c882 rproc_free(r5_rproc); in zynqmp_r5_add_rproc_core()
1135 rproc_free(r5_cores[i]->rproc); in zynqmp_r5_cluster_init()
1161 rproc_free(r5_core->rproc); in zynqmp_r5_cluster_exit()
Dqcom_wcnss.c660 rproc_free(rproc); in wcnss_probe()
676 rproc_free(wcnss->rproc); in wcnss_remove()
Dqcom_q6v5_adsp.c759 rproc_free(rproc); in adsp_probe()
775 rproc_free(adsp->rproc); in adsp_remove()
Dti_k3_dsp_remoteproc.c824 rproc_free(rproc); in k3_dsp_rproc_probe()
856 rproc_free(kproc->rproc); in k3_dsp_rproc_remove()
Dstm32_rproc.c900 rproc_free(rproc); in stm32_rproc_probe()
921 rproc_free(rproc); in stm32_rproc_remove()
Dimx_dsp_rproc.c1158 rproc_free(rproc); in imx_dsp_rproc_probe()
1171 rproc_free(rproc); in imx_dsp_rproc_remove()
Dimx_rproc.c1171 rproc_free(rproc); in imx_rproc_probe()
1186 rproc_free(rproc); in imx_rproc_remove()
Domap_remoteproc.c1363 rproc_free(rproc); in omap_rproc_probe()
1372 rproc_free(rproc); in omap_rproc_remove()
Dqcom_q6v5_pas.c757 rproc_free(rproc); in adsp_probe()
776 rproc_free(adsp->rproc); in adsp_remove()
Dqcom_q6v5_wcss.c1071 rproc_free(rproc); in q6v5_wcss_probe()
1083 rproc_free(rproc); in q6v5_wcss_remove()
Dremoteproc_core.c2519 void rproc_free(struct rproc *rproc) in rproc_free() function
2523 EXPORT_SYMBOL(rproc_free);
2587 rproc_free(*(struct rproc **)res); in devm_rproc_free()
Dti_k3_r5_remoteproc.c1301 rproc_free(rproc); in k3_r5_cluster_rproc_init()
1348 rproc_free(rproc); in k3_r5_cluster_rproc_exit()
Dqcom_q6v5_mss.c2131 rproc_free(rproc); in q6v5_probe()
2153 rproc_free(rproc); in q6v5_remove()
/Linux-v6.6/Documentation/staging/
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-v6.6/include/linux/
Dremoteproc.h666 void rproc_free(struct rproc *rproc);