Lines Matching defs:rproc
36 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()
319 void remoteproc_add_mem(struct remoteproc *rproc, struct remoteproc_mem *mem) in remoteproc_add_mem()
327 remoteproc_get_io_with_name(struct remoteproc *rproc, in remoteproc_get_io_with_name()
345 remoteproc_get_io_with_pa(struct remoteproc *rproc, in remoteproc_get_io_with_pa()
362 remoteproc_get_io_with_da(struct remoteproc *rproc, in remoteproc_get_io_with_da()
387 remoteproc_get_io_with_va(struct remoteproc *rproc, void *va) in remoteproc_get_io_with_va()
403 void *remoteproc_mmap(struct remoteproc *rproc, in remoteproc_mmap()
443 int remoteproc_load(struct remoteproc *rproc, const char *path, in remoteproc_load()
714 int remoteproc_load_noblock(struct remoteproc *rproc, in remoteproc_load_noblock()
905 unsigned int remoteproc_allocate_id(struct remoteproc *rproc, in remoteproc_allocate_id()
929 struct remoteproc *rproc = priv; in remoteproc_virtio_notify() local
938 remoteproc_create_virtio(struct remoteproc *rproc, in remoteproc_create_virtio()
1033 void remoteproc_remove_virtio(struct remoteproc *rproc, in remoteproc_remove_virtio()
1048 int remoteproc_get_notification(struct remoteproc *rproc, uint32_t notifyid) in remoteproc_get_notification()