Home
last modified time | relevance | path

Searched refs:rproc_put (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/drivers/remoteproc/
Domap_remoteproc.c217 rproc_put(rproc); in omap_rproc_probe()
226 rproc_put(rproc); in omap_rproc_remove()
Dda8xx_remoteproc.c265 rproc_put(rproc); in da8xx_rproc_probe()
294 rproc_put(rproc); in da8xx_rproc_remove()
Dste_modem_rproc.c260 rproc_put(sproc->rproc); in sproc_drv_remove()
328 rproc_put(rproc); in sproc_probe()
Dremoteproc_core.c1334 void rproc_put(struct rproc *rproc) in rproc_put() function
1338 EXPORT_SYMBOL(rproc_put);
/linux-4.1.27/include/linux/
Dremoteproc.h487 void rproc_put(struct rproc *rproc);
/linux-4.1.27/Documentation/
Dremoteproc.txt98 yet. Instead, when you need to unroll rproc_alloc(), use rproc_put().
100 void rproc_put(struct rproc *rproc)
128 last refcount should be decremented by calling rproc_put().