Home
last modified time | relevance | path

Searched defs:rproc (Results 1 – 3 of 3) sorted by relevance

/open-amp-latest/open-amp/lib/remoteproc/
Dremoteproc.c36 remoteproc_get_mem(struct remoteproc *rproc, const char *name, in remoteproc_get_mem()
103 static void *remoteproc_get_rsc_table(struct remoteproc *rproc, in remoteproc_get_rsc_table()
140 static int remoteproc_parse_rsc_table(struct remoteproc *rproc, in remoteproc_parse_rsc_table()
153 int remoteproc_set_rsc_table(struct remoteproc *rproc, in remoteproc_set_rsc_table()
175 struct remoteproc *remoteproc_init(struct remoteproc *rproc, in remoteproc_init()
193 int remoteproc_remove(struct remoteproc *rproc) in remoteproc_remove()
211 int remoteproc_config(struct remoteproc *rproc, void *data) in remoteproc_config()
237 int remoteproc_start(struct remoteproc *rproc) in remoteproc_start()
256 int remoteproc_stop(struct remoteproc *rproc) in remoteproc_stop()
278 int remoteproc_shutdown(struct remoteproc *rproc) in remoteproc_shutdown()
[all …]
Drsc_table_parser.c26 static int handle_carve_out_rsc(struct remoteproc *rproc, void *rsc) in handle_carve_out_rsc()
62 static int handle_trace_rsc(struct remoteproc *rproc, void *rsc) in handle_trace_rsc()
74 static int handle_vdev_rsc(struct remoteproc *rproc, void *rsc) in handle_vdev_rsc()
118 static int handle_vendor_rsc(struct remoteproc *rproc, void *rsc) in handle_vendor_rsc()
139 static int handle_dummy_rsc(struct remoteproc *rproc, void *rsc) in handle_dummy_rsc()
158 int handle_rsc_table(struct remoteproc *rproc, in handle_rsc_table()
Delf_loader.c534 int elf_load(struct remoteproc *rproc, in elf_load()