Searched refs:rproc_alloc (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/Documentation/ |
D | remoteproc.txt | 87 struct rproc *rproc_alloc(struct device *dev, const char *name, 104 yet. Instead, when you need to unroll rproc_alloc(), use rproc_put(). 107 - Free an rproc handle that was allocated by rproc_alloc. 108 This function essentially unrolls rproc_alloc(), by decrementing the 115 allocated with rproc_alloc().
|
/linux-4.4.14/include/linux/ |
D | remoteproc.h | 487 struct rproc *rproc_alloc(struct device *dev, const char *name,
|
/linux-4.4.14/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 | 219 rproc = rproc_alloc(dev, "dsp", &da8xx_rproc_ops, da8xx_fw_name, in da8xx_rproc_probe()
|
D | wkup_m3_rproc.c | 162 rproc = rproc_alloc(dev, "wkup_m3", &wkup_m3_rproc_ops, in wkup_m3_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 | 1312 struct rproc *rproc_alloc(struct device *dev, const char *name, in rproc_alloc() function 1385 EXPORT_SYMBOL(rproc_alloc);
|