Home
last modified time | relevance | path

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

/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,