Home
last modified time | relevance | path

Searched defs:GenericAddress (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/acpi/src/
Daddress.rs69 pub struct GenericAddress { struct
77 impl GenericAddress { argument
78 pub(crate) fn from_raw(raw: RawGenericAddress) -> crate::AcpiResult<GenericAddress> { in from_raw()
Dfadt.rs171 pub fn pm1a_event_block(&self) -> Result<GenericAddress, AcpiError> { in pm1a_event_block()
187 pub fn pm1b_event_block(&self) -> Result<Option<GenericAddress>, AcpiError> { in pm1b_event_block()
207 pub fn pm1a_control_block(&self) -> Result<GenericAddress, AcpiError> { in pm1a_control_block()
223 pub fn pm1b_control_block(&self) -> Result<Option<GenericAddress>, AcpiError> { in pm1b_control_block()
243 pub fn pm2_control_block(&self) -> Result<Option<GenericAddress>, AcpiError> { in pm2_control_block()
265 pub fn pm_timer_block(&self) -> Result<Option<GenericAddress>, AcpiError> { in pm_timer_block()
290 pub fn gpe0_block(&self) -> Result<Option<GenericAddress>, AcpiError> { in gpe0_block()
310 pub fn gpe1_block(&self) -> Result<Option<GenericAddress>, AcpiError> { in gpe1_block()
330 pub fn reset_register(&self) -> Result<GenericAddress, AcpiError> { in reset_register()
334 pub fn sleep_control_register(&self) -> Result<Option<GenericAddress>, AcpiError> { in sleep_control_register()
[all …]
/aosp_15_r20/external/crosvm/x86_64/src/
H A Dacpi.rs40 struct GenericAddress { struct
41 _space_id: u8,
42 _bit_width: u8,
43 _bit_offset: u8,
44 _access_width: u8,
45 _address: u64,