Searched defs:acpi_table_header (Results 1 – 9 of 9) sorted by relevance
188 typedef struct acpi_table_header { struct189 char signature[4]; /* ACPI signature (4 ASCII characters) */190 u32 length; /* Table length in bytes (incl. header) */191 u8 revision; /* Table version (not ACPI version!) */192 u8 checksum; /* To make sum of entire table == 0 */193 char oem_id[6]; /* OEM identification */194 char oem_table_id[8]; /* OEM table identification */195 u32 oem_revision; /* OEM revision number */196 char asl_compiler_id[4]; /* ASL compiler vendor ID */197 u32 asl_compiler_revision; /* ASL compiler revision number */
22611 struct acpi_table_header { struct22612 char signature[4];22613 u32 length;22614 u8 revision;22615 u8 checksum;22616 char oem_id[6];22617 char oem_table_id[8];22618 u32 oem_revision;22619 char asl_compiler_id[4];22620 u32 asl_compiler_revision;
33297 struct acpi_table_header { struct33298 char signature[4];33299 u32 length;33300 u8 revision;33301 u8 checksum;33302 char oem_id[6];33303 char oem_table_id[8];33304 u32 oem_revision;33305 char asl_compiler_id[4];33306 u32 asl_compiler_revision;
23109 struct acpi_table_header { struct23130 struct acpi_table_header header; argument
39960 struct acpi_table_header { struct39981 struct acpi_table_header header; argument
28912 struct acpi_table_header { struct28925 struct acpi_table_header header; argument