Home
last modified time | relevance | path

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

/external/crosvm/devices/src/pci/
Dstub.rs109 pub struct StubPciDevice { struct
131 impl StubPciDevice { argument
132 pub fn new(config: &StubPciParameters) -> StubPciDevice { in new()
155 impl PciDevice for StubPciDevice { implementation
203 impl Suspendable for StubPciDevice { implementation