Home
last modified time | relevance | path

Searched refs:rsc (Results 1 – 10 of 10) sorted by relevance

/bsp/stm32/stm32mp157a-st-discovery/board/ports/OpenAMP/open-amp/lib/remoteproc/
A Drsc_table_parser.c12 static int handle_dummy_rsc(struct remoteproc *rproc, void *rsc);
94 int handle_carve_out_rsc(struct remoteproc *rproc, void *rsc) in handle_carve_out_rsc() argument
120 int handle_vendor_rsc(struct remoteproc *rproc, void *rsc) in handle_vendor_rsc() argument
123 struct fw_rsc_vendor *vend_rsc = rsc; in handle_vendor_rsc()
126 return rproc->ops->handle_rsc(rproc, rsc, len); in handle_vendor_rsc()
131 int handle_vdev_rsc(struct remoteproc *rproc, void *rsc) in handle_vdev_rsc() argument
133 struct fw_rsc_vdev *vdev_rsc = (struct fw_rsc_vdev *)rsc; in handle_vdev_rsc()
172 int handle_trace_rsc(struct remoteproc *rproc, void *rsc) in handle_trace_rsc() argument
174 struct fw_rsc_trace *vdev_rsc = (struct fw_rsc_trace *)rsc; in handle_trace_rsc()
195 static int handle_dummy_rsc(struct remoteproc *rproc, void *rsc) in handle_dummy_rsc() argument
[all …]
A Dremoteproc_virtio.c182 void *rsc, struct metal_io_region *rsc_io, in rproc_virtio_create_vdev() argument
189 struct fw_rsc_vdev *vdev_rsc = rsc; in rproc_virtio_create_vdev()
/bsp/stm32/stm32mp157a-st-ev1/board/ports/OpenAMP/open-amp/lib/remoteproc/
A Drsc_table_parser.c12 static int handle_dummy_rsc(struct remoteproc *rproc, void *rsc);
94 int handle_carve_out_rsc(struct remoteproc *rproc, void *rsc) in handle_carve_out_rsc() argument
120 int handle_vendor_rsc(struct remoteproc *rproc, void *rsc) in handle_vendor_rsc() argument
123 struct fw_rsc_vendor *vend_rsc = rsc; in handle_vendor_rsc()
126 return rproc->ops->handle_rsc(rproc, rsc, len); in handle_vendor_rsc()
131 int handle_vdev_rsc(struct remoteproc *rproc, void *rsc) in handle_vdev_rsc() argument
133 struct fw_rsc_vdev *vdev_rsc = (struct fw_rsc_vdev *)rsc; in handle_vdev_rsc()
172 int handle_trace_rsc(struct remoteproc *rproc, void *rsc) in handle_trace_rsc() argument
174 struct fw_rsc_trace *vdev_rsc = (struct fw_rsc_trace *)rsc; in handle_trace_rsc()
195 static int handle_dummy_rsc(struct remoteproc *rproc, void *rsc) in handle_dummy_rsc() argument
[all …]
A Dremoteproc_virtio.c182 void *rsc, struct metal_io_region *rsc_io, in rproc_virtio_create_vdev() argument
189 struct fw_rsc_vdev *vdev_rsc = rsc; in rproc_virtio_create_vdev()
/bsp/stm32/stm32mp157a-st-discovery/board/ports/OpenAMP/open-amp/lib/include/openamp/
A Drsc_table_parser.h22 typedef int (*rsc_handler) (struct remoteproc *rproc, void *rsc);
42 int handle_carve_out_rsc(struct remoteproc *rproc, void *rsc);
43 int handle_trace_rsc(struct remoteproc *rproc, void *rsc);
44 int handle_vdev_rsc(struct remoteproc *rproc, void *rsc);
45 int handle_vendor_rsc(struct remoteproc *rproc, void *rsc);
A Dremoteproc_virtio.h88 void *rsc, struct metal_io_region *rsc_io,
A Dremoteproc.h445 int (*handle_rsc)(struct remoteproc *rproc, void *rsc, size_t len);
/bsp/stm32/stm32mp157a-st-ev1/board/ports/OpenAMP/open-amp/lib/include/openamp/
A Drsc_table_parser.h22 typedef int (*rsc_handler) (struct remoteproc *rproc, void *rsc);
42 int handle_carve_out_rsc(struct remoteproc *rproc, void *rsc);
43 int handle_trace_rsc(struct remoteproc *rproc, void *rsc);
44 int handle_vdev_rsc(struct remoteproc *rproc, void *rsc);
45 int handle_vendor_rsc(struct remoteproc *rproc, void *rsc);
A Dremoteproc_virtio.h88 void *rsc, struct metal_io_region *rsc_io,
A Dremoteproc.h445 int (*handle_rsc)(struct remoteproc *rproc, void *rsc, size_t len);

Completed in 27 milliseconds