Home
last modified time | relevance | path

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

/external/crosvm/devices/src/
Dpflash.rs68 pub struct Pflash { struct
77 impl Pflash { argument
78 pub fn new(image: Box<dyn DiskFile>, block_size: u32) -> anyhow::Result<Pflash> { in new()
101 impl BusDevice for Pflash { implementation
234 impl Suspendable for Pflash { implementation
261 fn new(f: Box<dyn DiskFile>) -> Pflash { in new()
/external/crosvm/devices/src/pci/
Dmod.rs136 Pflash = 18, enumerator