Searched refs:virtio_device (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/system/dev/bus/virtio/
H A Dvirtio_driver.cpp71 fbl::unique_ptr<virtio::Device> virtio_device = nullptr; local
75 virtio_device.reset(new virtio::EthernetDevice(bus_device, fbl::move(bti),
80 virtio_device.reset(new virtio::BlockDevice(bus_device, fbl::move(bti),
85 virtio_device.reset(new virtio::ConsoleDevice(bus_device, fbl::move(bti),
89 virtio_device.reset(new virtio::GpuDevice(bus_device, fbl::move(bti), fbl::move(backend)));
93 virtio_device.reset(new virtio::RngDevice(bus_device, fbl::move(bti), fbl::move(backend)));
96 virtio_device.reset(new virtio::InputDevice(bus_device, fbl::move(bti),
103 status = virtio_device->Init();
109 __UNUSED auto ptr = virtio_device.release();

Completed in 71 milliseconds