Home
last modified time | relevance | path

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

/qemu/rust/qemu-api/src/
H A Dqdev.rs58 const HOLD: Option<fn(&Self, ResetType)> = None; constant
/qemu/rust/hw/char/pl011/src/
H A Ddevice.rs182 const HOLD: Option<fn(&Self, ResetType)> = Some(Self::reset_hold); constant
/qemu/rust/hw/timer/hpet/src/
H A Ddevice.rs1043 const HOLD: Option<fn(&Self, ResetType)> = Some(Self::reset_hold); constant