Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dsfi_acpi.h71 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()
Dacpi.h562 int (*handler)(struct acpi_table_header *)) in acpi_table_parse()
/linux-4.4.14/include/acpi/
Dactbl.h101 struct acpi_table_header { struct
102 char signature[ACPI_NAME_SIZE]; /* ASCII table signature */
103 u32 length; /* Length of table in bytes, including this header */
104 u8 revision; /* ACPI Specification minor version number */
105 u8 checksum; /* To make sum of entire table == 0 */
106 char oem_id[ACPI_OEM_ID_SIZE]; /* ASCII OEM identification */
107 char oem_table_id[ACPI_OEM_TABLE_ID_SIZE]; /* ASCII OEM table identification */
108 u32 oem_revision; /* OEM revision number */
109 char asl_compiler_id[ACPI_NAME_SIZE]; /* ASCII ASL compiler vendor ID */
110 u32 asl_compiler_revision; /* ASL compiler version */
/linux-4.4.14/drivers/sfi/
Dsfi_acpi.c153 int(*handler)(struct acpi_table_header *)) in sfi_acpi_table_parse()