Searched defs:VirtioDeviceId (Results 1 – 3 of 3) sorted by relevance
54 fn virtio_id_table(&self) -> LinkedList<VirtioDeviceId>; in virtio_id_table()56 fn add_virtio_id(&self, id: VirtioDeviceId); in add_virtio_id()68 pub struct VirtioDeviceId { struct73 impl VirtioDeviceId { argument
549 fn virtio_id_table(&self) -> LinkedList<crate::driver::virtio::VirtioDeviceId> { in virtio_id_table()553 fn add_virtio_id(&self, id: VirtioDeviceId) { in add_virtio_id()
868 fn virtio_id_table(&self) -> LinkedList<VirtioDeviceId> { in virtio_id_table()872 fn add_virtio_id(&self, id: VirtioDeviceId) { in add_virtio_id()