Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/remoteproc/
Dwkup_m3_rproc.c218 rproc_free(rproc); in wkup_m3_rproc_probe()
230 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.c304 rproc_free(rproc); in st_slim_rproc_alloc()
329 rproc_free(slim_rproc->rproc); in st_slim_rproc_put()
Dkeystone_remoteproc.c475 rproc_free(rproc); in keystone_rproc_probe()
486 rproc_free(ksproc->rproc); in keystone_rproc_remove()
Dst_remoteproc.c444 rproc_free(rproc); in st_rproc_probe()
461 rproc_free(rproc); in st_rproc_remove()
Dqcom_q6v5_adsp.c492 rproc_free(rproc); in adsp_probe()
507 rproc_free(adsp->rproc); in adsp_remove()
Dqcom_wcnss.c647 rproc_free(rproc); in wcnss_probe()
663 rproc_free(wcnss->rproc); in wcnss_remove()
Dti_k3_dsp_remoteproc.c713 rproc_free(rproc); in k3_dsp_rproc_probe()
736 rproc_free(kproc->rproc); in k3_dsp_rproc_remove()
Dqcom_q6v5_pas.c498 rproc_free(rproc); in adsp_probe()
513 rproc_free(adsp->rproc); in adsp_remove()
Dimx_rproc.c813 rproc_free(rproc); in imx_rproc_probe()
826 rproc_free(rproc); in imx_rproc_remove()
Dmtk_scp.c832 rproc_free(rproc); in scp_probe()
849 rproc_free(scp->rproc); in scp_remove()
Dstm32_rproc.c854 rproc_free(rproc); in stm32_rproc_probe()
875 rproc_free(rproc); in stm32_rproc_remove()
Domap_remoteproc.c1364 rproc_free(rproc); in omap_rproc_probe()
1373 rproc_free(rproc); in omap_rproc_remove()
Dqcom_q6v5_wcss.c1069 rproc_free(rproc); in q6v5_wcss_probe()
1079 rproc_free(rproc); in q6v5_wcss_remove()
Dremoteproc_core.c2582 void rproc_free(struct rproc *rproc) in rproc_free() function
2586 EXPORT_SYMBOL(rproc_free);
2650 rproc_free(*(struct rproc **)res); in devm_rproc_free()
Dti_k3_r5_remoteproc.c1078 rproc_free(rproc); in k3_r5_cluster_rproc_init()
1116 rproc_free(rproc); in k3_r5_cluster_rproc_exit()
Dqcom_q6v5_mss.c1828 rproc_free(rproc); in q6v5_probe()
1848 rproc_free(rproc); in q6v5_remove()
/Linux-v5.15/Documentation/staging/
Dremoteproc.rst133 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().
/Linux-v5.15/include/linux/
Dremoteproc.h650 void rproc_free(struct rproc *rproc);