Searched refs:DeviceMethods (Results 1 – 4 of 4) sorted by relevance
14 pub use crate::qdev::DeviceMethods;
255 pub trait DeviceMethods: ObjectDeref392 impl<R: ObjectDeref> DeviceMethods for R where R::Target: IsA<DeviceState> {}251 pub trait DeviceMethods: ObjectDeref global() interface
199 ``device_cold_reset()`` ``DeviceMethods::cold_reset()``211 ``device_realize()`` ``DeviceMethods::realize()``218 is the same for all devices. Therefore, ``DeviceMethods`` does not
23 qdev::{DeviceImpl, DeviceMethods, DeviceState, Property, ResetType, ResettablePhasesImpl},