Home
last modified time | relevance | path

Searched refs:HOLD (Results 1 – 5 of 5) sorted by relevance

/qemu/rust/qemu-api/src/
H A Dqdev.rs58 const HOLD: Option<fn(&Self, ResetType)> = None;
88 T::HOLD.unwrap()(unsafe { state.as_ref() }, typ); in rust_resettable_hold_fn()
159 if <T as ResettablePhasesImpl>::HOLD.is_some() { in class_init()
57 const HOLD: Option<fn(&Self, ResetType)> = None; global() constant
/qemu/hw/misc/
H A Dbcm2835_thermal.c23 FIELD(CTL, HOLD, 8, 10)
/qemu/rust/hw/char/pl011/src/
H A Ddevice.rs182 const HOLD: Option<fn(&Self, ResetType)> = Some(Self::reset_hold); constant
/qemu/include/hw/misc/
H A Dbcm2835_cprman_internals.h317 .cm_hold_mask = R_CM_ ## pll_ ## _ ## HOLD ## channel_ ## _MASK, \
/qemu/rust/hw/timer/hpet/src/
H A Ddevice.rs1043 const HOLD: Option<fn(&Self, ResetType)> = Some(Self::reset_hold); in vmsd()
1049 const HOLD: Option<fn(&Self, ResetType)> = Some(Self::reset_hold); global() constant