Searched defs:acpi_table_header (Results 1 – 4 of 4) sorted by relevance
71 int (*handler)(struct acpi_table_header *)) in acpi_sfi_table_parse()81 int (*handler)(struct acpi_table_header *)) in sfi_acpi_table_parse()87 int (*handler)(struct acpi_table_header *)) in acpi_sfi_table_parse()
757 int (*handler)(struct acpi_table_header *)) in acpi_table_parse()
67 struct acpi_table_header { struct68 char signature[ACPI_NAME_SIZE]; /* ASCII table signature */69 u32 length; /* Length of table in bytes, including this header */70 u8 revision; /* ACPI Specification minor version number */71 u8 checksum; /* To make sum of entire table == 0 */72 char oem_id[ACPI_OEM_ID_SIZE]; /* ASCII OEM identification */73 char oem_table_id[ACPI_OEM_TABLE_ID_SIZE]; /* ASCII OEM table identification */74 u32 oem_revision; /* OEM revision number */75 char asl_compiler_id[ACPI_NAME_SIZE]; /* ASCII ASL compiler vendor ID */76 u32 asl_compiler_revision; /* ASL compiler version */
153 int(*handler)(struct acpi_table_header *)) in sfi_acpi_table_parse()