Home
last modified time | relevance | path

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

/qemu/rust/qemu-api/src/
H A Dqom.rs486 const INSTANCE_POST_INIT: Option<fn(&Self)> = None; constant
/qemu/rust/hw/char/pl011/src/
H A Ddevice.rs167 const INSTANCE_POST_INIT: Option<fn(&Self)> = Some(Self::post_init); constant
/qemu/rust/hw/timer/hpet/src/
H A Ddevice.rs902 const INSTANCE_POST_INIT: Option<fn(&Self)> = Some(Self::post_init); constant