Home
last modified time | relevance | path

Searched refs:reset_hold (Results 1 – 2 of 2) sorted by relevance

/qemu/rust/hw/char/pl011/src/
H A Ddevice.rs182 const HOLD: Option<fn(&Self, ResetType)> = Some(Self::reset_hold);
628 fn reset_hold(&self, _type: ResetType) { in reset_hold()
627 fn reset_hold(&self, _type: ResetType) { reset_hold() method
/qemu/rust/hw/timer/hpet/src/
H A Ddevice.rs750 fn reset_hold(&self, _type: ResetType) { in realize()
1043 const HOLD: Option<fn(&Self, ResetType)> = Some(Self::reset_hold); in vmsd()
756 fn reset_hold(&self, _type: ResetType) { reset_hold() method