Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/devices/src/pci/
H A Dpci_device.rs882 struct TestDev { struct
883 pub config_regs: PciConfiguration,
886 impl PciDevice for TestDev { implementation
916 impl Suspendable for TestDev {} implementation