Searched refs:rproc_alloc (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/Documentation/ |
D | remoteproc.txt | 81 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/ |
D | remoteproc.h | 484 struct rproc *rproc_alloc(struct device *dev, const char *name,
|
/linux-4.1.27/drivers/remoteproc/ |
D | omap_remoteproc.c | 198 rproc = rproc_alloc(&pdev->dev, pdata->name, &omap_rproc_ops, in omap_rproc_probe()
|
D | da8xx_remoteproc.c | 220 rproc = rproc_alloc(dev, "dsp", &da8xx_rproc_ops, da8xx_fw_name, in da8xx_rproc_probe()
|
D | ste_modem_rproc.c | 284 rproc = rproc_alloc(&mdev->pdev.dev, mdev->pdev.name, &sproc_ops, in sproc_probe()
|
D | remoteproc_core.c | 1248 struct rproc *rproc_alloc(struct device *dev, const char *name, in rproc_alloc() function 1323 EXPORT_SYMBOL(rproc_alloc);
|