Home
last modified time | relevance | path

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

/linux/Documentation/staging/
H A Dremoteproc.rst112 struct rproc *rproc_alloc(struct device *dev, const char *name,
134 yet. Instead, when you need to unroll rproc_alloc(), use rproc_free().
140 Free an rproc handle that was allocated by rproc_alloc.
142 This function essentially unrolls rproc_alloc(), by decrementing the
152 allocated with rproc_alloc().
/linux/drivers/remoteproc/
H A Dst_slim_rproc.c237 rproc = rproc_alloc(dev, np->name, &slim_rproc_ops, in st_slim_rproc_alloc()
H A Dremoteproc_core.c2459 struct rproc *rproc_alloc(struct device *dev, const char *name, in rproc_alloc() function
2524 EXPORT_SYMBOL(rproc_alloc);
2633 rproc = rproc_alloc(dev, name, ops, firmware, len); in devm_rproc_alloc()
H A Dxlnx_r5_remoteproc.c916 r5_rproc = rproc_alloc(cdev, dev_name(cdev), in zynqmp_r5_add_rproc_core()
/linux/include/linux/
H A Dremoteproc.h660 struct rproc *rproc_alloc(struct device *dev, const char *name,