Macros | |
| #define | RSC_TAB_SUPPORTED_VERSION 1 |
Typedefs | |
| typedef int(* | rsc_handler) (struct remoteproc *rproc, void *rsc) |
Functions | |
| static int | handle_carve_out_rsc (struct remoteproc *rproc, void *rsc) |
| static int | handle_trace_rsc (struct remoteproc *rproc, void *rsc) |
| static int | handle_vdev_rsc (struct remoteproc *rproc, void *rsc) |
| static int | handle_vendor_rsc (struct remoteproc *rproc, void *rsc) |
| static int | handle_dummy_rsc (struct remoteproc *rproc, void *rsc) |
| int | handle_rsc_table (struct remoteproc *rproc, struct resource_table *rsc_table, size_t size, struct metal_io_region *io) |
| size_t | find_rsc (void *rsc_table, unsigned int rsc_type, unsigned int index) |
Variables | |
| static const rsc_handler | rsc_handler_table [] |
| #define RSC_TAB_SUPPORTED_VERSION 1 |
| typedef int(* rsc_handler) (struct remoteproc *rproc, void *rsc) |
| size_t find_rsc | ( | void * | rsc_table, |
| unsigned int | rsc_type, | ||
| unsigned int | index | ||
| ) |
|
static |
|
static |
| int handle_rsc_table | ( | struct remoteproc * | rproc, |
| struct resource_table * | rsc_table, | ||
| size_t | size, | ||
| struct metal_io_region * | io | ||
| ) |
|
static |
|
static |
|
static |
|
static |