Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/devices/src/
H A Dbus.rs828 struct ConstantDevice { struct
829 uses_full_addr: bool,
832 impl BusDevice for ConstantDevice { implementation
864 impl Suspendable for ConstantDevice { implementation
883 fn modify_constant_device(constant: &mut ConstantDevice) { in modify_constant_device()