Lines Matching defs:HPETState
215 fn init(&mut self, index: u8, state: &HPETState) { in init()
221 state: NonNull::new((state as *const HPETState).cast_mut()).unwrap(), in init() constant
244 fn get_state(&self) -> &HPETState { in get_state()
526 pub struct HPETState { struct
527 parent_obj: ParentField<SysBusDevice>,
528 iomem: MemoryRegion,
532 capability: BqlCell<u64>,
534 config: BqlCell<u64>,
537 int_status: BqlCell<u64>,
540 counter: BqlCell<u64>,
545 flags: u32,
548 hpet_offset: BqlCell<u64>,
572 impl HPETState { argument
886 unsafe impl ObjectType for HPETState { implementation
892 impl ObjectImpl for HPETState { implementation
1030 impl DeviceImpl for HPETState { implementation
1042 impl ResettablePhasesImpl for HPETState { implementation
1046 impl SysBusDeviceImpl for HPETState {} implementation