Home
last modified time | relevance | path

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

/linux-6.6.21/include/acpi/
Dactbl.h68 struct acpi_table_header { struct
69 char signature[ACPI_NAMESEG_SIZE]; /* ASCII table signature */
70 u32 length; /* Length of table in bytes, including this header */
71 u8 revision; /* ACPI Specification minor version number */
72 u8 checksum; /* To make sum of entire table == 0 */
73 char oem_id[ACPI_OEM_ID_SIZE]; /* ASCII OEM identification */
74 char oem_table_id[ACPI_OEM_TABLE_ID_SIZE]; /* ASCII OEM table identification */
75 u32 oem_revision; /* OEM revision number */
76 char asl_compiler_id[ACPI_NAMESEG_SIZE]; /* ASCII ASL compiler vendor ID */
77 u32 asl_compiler_revision; /* ASL compiler version */
/linux-6.6.21/include/linux/
Dacpi.h908 int (*handler)(struct acpi_table_header *)) in acpi_table_parse()