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)> = None; constant
/openbmc/qemu/rust/hw/char/pl011/src/
H A Ddevice.rs178 const REALIZE: Option<fn(&Self)> = Some(Self::realize); constant
/openbmc/qemu/rust/hw/timer/hpet/src/
H A Dhpet.rs898 const REALIZE: Option<fn(&Self)> = Some(Self::realize); constant