Home
last modified time | relevance | path

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

/external/crosvm/devices/src/pci/
Dpci_device.rs908 struct TestDev { struct
909 pub config_regs: PciConfiguration,
912 impl PciDevice for TestDev { implementation
942 impl Suspendable for TestDev {} implementation