Virtio structure for remoteproc instance. More...
#include <remoteproc_virtio.h>
Data Fields | |
| void * | priv |
| Pointer to private data. More... | |
| void * | vdev_rsc |
| Address of vdev resource. More... | |
| struct metal_io_region * | vdev_rsc_io |
| Metal I/O region of vdev_info, can be NULL. More... | |
| rpvdev_notify_func | notify |
| Notification function. More... | |
| struct virtio_device | vdev |
| Virtio device. More... | |
| struct metal_list | node |
| List node. More... | |
Virtio structure for remoteproc instance.
| struct metal_list remoteproc_virtio::node |
List node.
| rpvdev_notify_func remoteproc_virtio::notify |
Notification function.
| void* remoteproc_virtio::priv |
Pointer to private data.
| struct virtio_device remoteproc_virtio::vdev |
Virtio device.
| void* remoteproc_virtio::vdev_rsc |
Address of vdev resource.
| struct metal_io_region* remoteproc_virtio::vdev_rsc_io |
Metal I/O region of vdev_info, can be NULL.