Home
last modified time | relevance | path

Searched refs:DeviceMethods (Results 1 – 4 of 4) sorted by relevance

/qemu/rust/qemu-api/src/
H A Dprelude.rs14 pub use crate::qdev::DeviceMethods;
H A Dqdev.rs255 pub trait DeviceMethods: ObjectDeref
392 impl<R: ObjectDeref> DeviceMethods for R where R::Target: IsA<DeviceState> {}
251 pub trait DeviceMethods: ObjectDeref global() interface
/qemu/docs/devel/
H A Drust.rst199 ``device_cold_reset()`` ``DeviceMethods::cold_reset()``
211 ``device_realize()`` ``DeviceMethods::realize()``
218 is the same for all devices. Therefore, ``DeviceMethods`` does not
/qemu/rust/hw/timer/hpet/src/
H A Ddevice.rs23 qdev::{DeviceImpl, DeviceMethods, DeviceState, Property, ResetType, ResettablePhasesImpl},