Home
last modified time | relevance | path

Searched refs:tables (Results 1 – 14 of 14) sorted by relevance

/DragonOS/kernel/src/driver/acpi/
H A Dsysfs.rs110 let tables = self.tables().unwrap(); in acpi_tables_sysfs_init() localVariable
111 let headers = tables.headers(); in acpi_tables_sysfs_init()
182 for h in acpi_manager().tables().unwrap().headers() { in new()
290 ($name: ident, $tables: expr) => { in read()
292 let table = $tables.find_entire_table::<$name>().map_err(|e| { in read()
304 let tables = acpi_manager().tables().unwrap(); in read() localVariable
307 handle!(RSDT, tables); in read()
310 handle!(XSDT, tables); in read()
313 handle!(FADT, tables); in read()
316 handle!(HPET, tables); in read()
[all …]
H A Dmod.rs155 pub fn tables(&self) -> Option<&'static acpi::AcpiTables<AcpiHandlerImpl>> { in tables() method
168 let r = self.tables()?.platform_info(); in platform_info()
/DragonOS/kernel/crates/crc/src/
H A Dlib.rs11 pub mod tables; module
H A Dcrc64.rs32 use crate::tables::crc64::{CRC64_ROCKSOFT_TABLE, CRC64_TABLE};
/DragonOS/kernel/src/
H A DMakefile17 CFLAGS_UNWIND = -funwind-tables
20 RUSTFLAGS_UNWIND = -Cforce-unwind-tables -Clink-arg=-Wl,eh_frame.ld
/DragonOS/docs/
H A Dindex.rst60 Indices and tables
/DragonOS/kernel/src/driver/firmware/efi/
H A Dmod.rs16 pub mod tables; module
H A Dtables.rs83 pub fn parse_config_tables(&self, tables: &[ConfigurationTable]) -> Result<(), SystemError> { in parse_config_tables()
84 for table in tables { in parse_config_tables()
H A Dmemmap.rs12 use super::{fdt::EFIFdtParams, tables::MemoryDescriptor, EFIManager};
/DragonOS/kernel/src/arch/x86_64/pci/
H A Dpci.rs104 .tables() in discover_ecam_root()
/DragonOS/kernel/src/arch/x86_64/driver/
H A Dhpet.rs255 HpetInfo::new(acpi_manager().tables().unwrap()).map_err(|_| SystemError::ENODEV)?; in hpet_init()
/DragonOS/kernel/src/driver/clocksource/
H A Dacpi_pm.rs211 .tables() in find_acpi_pm_clock()
/DragonOS/kernel/src/arch/x86_64/driver/apic/
H A Dioapic.rs76 .tables() in new()
/DragonOS/docs/community/ChangeLog/V0.1.x/
H A DV0.1.9.md1799 * 新增acpi模块,暂时能解析acpi tables