Home
last modified time | relevance | path

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

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