Home
last modified time | relevance | path

Searched defs:into_pci_device (Results 1 – 2 of 2) sorted by relevance

/external/crosvm/devices/src/
Dbus.rs257 fn into_pci_device(self: Box<Self>) -> Option<Box<dyn PciDevice>> { in into_pci_device() method
/external/crosvm/devices/src/pci/
Dpci_device.rs861 fn into_pci_device(self: Box<Self>) -> Option<Box<dyn PciDevice>> { in into_pci_device() method