Home
last modified time | relevance | path

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

/external/crosvm/devices/src/pci/
Dpci_device.rs905 struct TestDev { struct
906 pub config_regs: PciConfiguration,
909 impl PciDevice for TestDev { implementation
939 impl Suspendable for TestDev {} implementation