Searched defs:virtio_device (Results 1 – 1 of 1) sorted by relevance
181 struct virtio_device { struct186 struct virtio_device_id id; argument189 uint64_t features;192 unsigned int role;195 virtio_dev_reset_cb reset_cb;198 const struct virtio_dispatch *func;223 __deprecated void virtio_describe(struct virtio_device *dev, const char *msg, argument