Home
last modified time | relevance | path

Searched refs:acpi_system_description_table_header_t (Results 1 – 4 of 4) sorted by relevance

/DragonOS-0.1.8/kernel/src/driver/acpi/
Dacpi.h58 struct acpi_system_description_table_header_t struct
79 struct acpi_system_description_table_header_t header; argument
104 struct acpi_system_description_table_header_t header;
150 struct acpi_system_description_table_header_t header;
161 struct acpi_system_description_table_header_t header;
172 void acpi_iter_SDT(bool (*_fun)(const struct acpi_system_description_table_header_t *, void *),
184 bool acpi_get_MADT(const struct acpi_system_description_table_header_t *_iter_data, void *_data);
194 bool acpi_get_HPET(const struct acpi_system_description_table_header_t *_iter_data, void *_data);
204 bool acpi_get_MCFG(const struct acpi_system_description_table_header_t *_iter_data, void *_data);
Dacpi.c37 void acpi_iter_SDT(bool (*_fun)(const struct acpi_system_description_table_header_t *, void *), in acpi_iter_SDT() argument
41 struct acpi_system_description_table_header_t *sdt_header; in acpi_iter_SDT()
49 …sdt_header = (struct acpi_system_description_table_header_t *)((ul)(acpi_description_header_base +… in acpi_iter_SDT()
61 …sdt_header = (struct acpi_system_description_table_header_t *)(acpi_get_RSDT_entry_vaddr((ul)(*(en… in acpi_iter_SDT()
80 bool acpi_get_MADT(const struct acpi_system_description_table_header_t *_iter_data, void *_data) in acpi_get_MADT()
99 bool acpi_get_HPET(const struct acpi_system_description_table_header_t *_iter_data, void *_data) in acpi_get_HPET()
115 bool acpi_get_MCFG(const struct acpi_system_description_table_header_t *_iter_data, void *_data) in acpi_get_MCFG()
Dacpi.rs2 use crate::include::bindings::bindings::acpi_system_description_table_header_t;
18 head: NonNull<acpi_system_description_table_header_t>, in mcfg_find_segment() argument
/DragonOS-0.1.8/kernel/src/arch/x86_64/pci/
Dpci.rs8 acpi_get_MCFG, acpi_iter_SDT, acpi_system_description_table_header_t, io_in32, io_out32,
59 let head = NonNull::new(data as *mut acpi_system_description_table_header_t).unwrap(); in ecam_root()