|
OpenAMP Library
|
#include <remoteproc_virtio.h>
Data Fields | |
| void * | priv |
| void * | vdev_rsc |
| struct metal_io_region * | vdev_rsc_io |
| rpvdev_notify_func | notify |
| struct virtio_device | vdev |
| struct metal_list | node |
struct remoteproc_virtio @priv pointer to private data @vdev_rsc address of vdev resource @vdev_rsc_io metal I/O region of vdev_info, can be NULL @notify notification function @vdev virtio device @node list node
| struct metal_list remoteproc_virtio::node |
| rpvdev_notify_func remoteproc_virtio::notify |
| void* remoteproc_virtio::priv |
| struct virtio_device remoteproc_virtio::vdev |
| void* remoteproc_virtio::vdev_rsc |
| struct metal_io_region* remoteproc_virtio::vdev_rsc_io |