Searched defs:acpi_table_ecdt (Results 1 – 2 of 2) sorted by relevance
674 struct acpi_table_ecdt { struct675 struct acpi_table_header header; /* Common ACPI table header */676 struct acpi_generic_address control; /* Address of EC command/status register */677 struct acpi_generic_address data; /* Address of EC data register */678 u32 uid; /* Unique ID - must be same as the EC _UID method */679 u8 gpe; /* The GPE for the EC */680 u8 id[1]; /* Full namepath of the EC in the ACPI namespace */
982 struct acpi_table_ecdt { struct983 struct acpi_table_header header; /* Common ACPI table header */984 struct acpi_generic_address control; /* Address of EC command/status register */985 struct acpi_generic_address data; /* Address of EC data register */986 u32 uid; /* Unique ID - must be same as the EC _UID method */987 u8 gpe; /* The GPE for the EC */988 u8 id[]; /* Full namepath of the EC in the ACPI namespace */