Linux Kernel
3.7.1
|
Data Fields | |
struct virtio_device | vdev |
struct platform_device * | pdev |
void __iomem * | base |
unsigned long | version |
spinlock_t | lock |
struct list_head | virtqueues |
Definition at line 115 of file virtio_mmio.c.
Definition at line 119 of file virtio_mmio.c.
spinlock_t lock |
Definition at line 123 of file virtio_mmio.c.
struct platform_device* pdev |
Definition at line 117 of file virtio_mmio.c.
struct virtio_device vdev |
Definition at line 116 of file virtio_mmio.c.
unsigned long version |
Definition at line 120 of file virtio_mmio.c.
Definition at line 124 of file virtio_mmio.c.