Lines Matching defs:HPETState
242 fn get_state(&self) -> &HPETState { in get_state()
524 pub struct HPETState { struct
525 parent_obj: ParentField<SysBusDevice>,
526 iomem: MemoryRegion,
530 capability: BqlCell<u64>,
532 config: BqlCell<u64>,
535 int_status: BqlCell<u64>,
538 counter: BqlCell<u64>,
543 flags: u32,
546 hpet_offset: BqlCell<u64>,
570 impl HPETState { impl
890 unsafe impl ObjectType for HPETState { implementation
896 impl ObjectImpl for HPETState { implementation
1034 impl DeviceImpl for HPETState { implementation
1046 impl ResettablePhasesImpl for HPETState { implementation
1050 impl SysBusDeviceImpl for HPETState {} implementation