Home
last modified time | relevance | path

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

/openbmc/qemu/rust/qemu-api/src/
H A Dqdev.rs112 const REALIZE: Option<fn(&Self) -> Result<()>> = None; constant
/openbmc/qemu/rust/hw/char/pl011/src/
H A Ddevice.rs185 const REALIZE: Option<fn(&Self) -> qemu_api::Result<()>> = Some(Self::realize); constant
/openbmc/qemu/rust/hw/timer/hpet/src/
H A Ddevice.rs1043 const REALIZE: Option<fn(&Self) -> qemu_api::Result<()>> = Some(Self::realize); constant