Searched defs:tables (Results 1 – 4 of 4) sorted by relevance
10 pub mod tables; module
110 let tables = self.tables().unwrap(); in acpi_tables_sysfs_init() localVariable304 let tables = acpi_manager().tables().unwrap(); in read() localVariable
155 pub fn tables(&self) -> Option<&'static acpi::AcpiTables<AcpiHandlerImpl>> { in tables() method
16 pub mod tables; module