Searched refs:rproc_alloc (Results 1 – 7 of 7) sorted by relevance
/linux/Documentation/staging/ |
H A D | remoteproc.rst | 112 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 D | wkup_m3_rproc.c | 158 rproc = rproc_alloc(dev, "wkup_m3", &wkup_m3_rproc_ops, in wkup_m3_rproc_probe()
|
H A D | st_slim_rproc.c | 237 rproc = rproc_alloc(dev, np->name, &slim_rproc_ops, in st_slim_rproc_alloc()
|
H A D | da8xx_remoteproc.c | 292 rproc = rproc_alloc(dev, "dsp", &da8xx_rproc_ops, da8xx_fw_name, in da8xx_rproc_probe()
|
H A D | remoteproc_core.c | 2464 struct rproc *rproc_alloc(struct device *dev, const char *name, in rproc_alloc() function 2529 EXPORT_SYMBOL(rproc_alloc); 2638 rproc = rproc_alloc(dev, name, ops, firmware, len); in devm_rproc_alloc()
|
H A D | xlnx_r5_remoteproc.c | 899 r5_rproc = rproc_alloc(cdev, dev_name(cdev), in zynqmp_r5_add_rproc_core()
|
/linux/include/linux/ |
H A D | remoteproc.h | 660 struct rproc *rproc_alloc(struct device *dev, const char *name,
|