Searched refs:rsc (Results 1 – 10 of 10) sorted by relevance
| /bsp/stm32/stm32mp157a-st-discovery/board/ports/OpenAMP/open-amp/lib/remoteproc/ |
| A D | rsc_table_parser.c | 12 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 D | remoteproc_virtio.c | 182 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 D | rsc_table_parser.c | 12 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 D | remoteproc_virtio.c | 182 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 D | rsc_table_parser.h | 22 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 D | remoteproc_virtio.h | 88 void *rsc, struct metal_io_region *rsc_io,
|
| A D | remoteproc.h | 445 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 D | rsc_table_parser.h | 22 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 D | remoteproc_virtio.h | 88 void *rsc, struct metal_io_region *rsc_io,
|
| A D | remoteproc.h | 445 int (*handle_rsc)(struct remoteproc *rproc, void *rsc, size_t len);
|
Completed in 27 milliseconds