Searched defs:acpi_table_ecdt (Results 1 – 1 of 1) sorted by relevance
933 struct acpi_table_ecdt { struct934 struct acpi_table_header header; /* Common ACPI table header */935 struct acpi_generic_address control; /* Address of EC command/status register */936 struct acpi_generic_address data; /* Address of EC data register */937 u32 uid; /* Unique ID - must be same as the EC _UID method */938 u8 gpe; /* The GPE for the EC */939 u8 id[1]; /* Full namepath of the EC in the ACPI namespace */
Completed in 19 milliseconds