Home
last modified time | relevance | path

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

/linux-4.4.14/Documentation/
Dremoteproc.txt87 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/
Dremoteproc.h487 struct rproc *rproc_alloc(struct device *dev, const char *name,
/linux-4.4.14/drivers/remoteproc/
Domap_remoteproc.c198 rproc = rproc_alloc(&pdev->dev, pdata->name, &omap_rproc_ops, in omap_rproc_probe()
Dda8xx_remoteproc.c219 rproc = rproc_alloc(dev, "dsp", &da8xx_rproc_ops, da8xx_fw_name, in da8xx_rproc_probe()
Dwkup_m3_rproc.c162 rproc = rproc_alloc(dev, "wkup_m3", &wkup_m3_rproc_ops, in wkup_m3_rproc_probe()
Dste_modem_rproc.c284 rproc = rproc_alloc(&mdev->pdev.dev, mdev->pdev.name, &sproc_ops, in sproc_probe()
Dremoteproc_core.c1312 struct rproc *rproc_alloc(struct device *dev, const char *name, in rproc_alloc() function
1385 EXPORT_SYMBOL(rproc_alloc);