Home
last modified time | relevance | path

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

/linux-4.1.27/Documentation/
Dremoteproc.txt81 struct rproc *rproc_alloc(struct device *dev, const char *name,
98 yet. Instead, when you need to unroll rproc_alloc(), use rproc_put().
101 - Free an rproc handle that was allocated by rproc_alloc.
102 This function essentially unrolls rproc_alloc(), by decrementing the
109 allocated with rproc_alloc().
/linux-4.1.27/include/linux/
Dremoteproc.h484 struct rproc *rproc_alloc(struct device *dev, const char *name,
/linux-4.1.27/drivers/remoteproc/
Domap_remoteproc.c198 rproc = rproc_alloc(&pdev->dev, pdata->name, &omap_rproc_ops, in omap_rproc_probe()
Dda8xx_remoteproc.c220 rproc = rproc_alloc(dev, "dsp", &da8xx_rproc_ops, da8xx_fw_name, in da8xx_rproc_probe()
Dste_modem_rproc.c284 rproc = rproc_alloc(&mdev->pdev.dev, mdev->pdev.name, &sproc_ops, in sproc_probe()
Dremoteproc_core.c1248 struct rproc *rproc_alloc(struct device *dev, const char *name, in rproc_alloc() function
1323 EXPORT_SYMBOL(rproc_alloc);