Home
last modified time | relevance | path

Searched refs:SysBusDeviceImpl (Results 1 – 3 of 3) sorted by relevance

/qemu/rust/qemu-api/src/
H A Dsysbus.rs37 pub trait SysBusDeviceImpl: DeviceImpl + IsA<SysBusDevice> {} trait
42 pub fn class_init<T: SysBusDeviceImpl>(self: &mut SysBusDeviceClass) { in class_init()
/qemu/rust/hw/char/pl011/src/
H A Ddevice.rs16 sysbus::{SysBusDevice, SysBusDeviceImpl},
143 trait PL011Impl: SysBusDeviceImpl + IsA<PL011State> {
185 impl SysBusDeviceImpl for PL011State {}
708 impl SysBusDeviceImpl for PL011Luminary {}
/qemu/rust/hw/timer/hpet/src/
H A Ddevice.rs26 sysbus::{SysBusDevice, SysBusDeviceImpl},
1046 impl SysBusDeviceImpl for HPETState {}