Home
last modified time | relevance | path

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

/DragonOS/kernel/src/driver/acpi/
H A Dmod.rs141 fn set_acpi_table(acpi_table: AcpiTables<AcpiHandlerImpl>) { in set_acpi_table()
154 pub fn tables(&self) -> Option<&'static acpi::AcpiTables<AcpiHandlerImpl>> { in tables()
181 pub struct AcpiHandlerImpl; struct
183 impl AcpiHandler for AcpiHandlerImpl { implementation