Lines Matching refs:Table
55 IN EFI_ACPI_SDT_HEADER *Table, ///< A pointer to the ACPI table header.
56 IN EFI_ACPI_TABLE_VERSION Version, ///< The ACPI table's version.
57 IN UINTN TableKey ///< The table key for this ACPI table.
61 Returns a requested ACPI table.
63 The GetAcpiTable() function returns a pointer to a buffer containing the ACPI table associated
67 - Root System Description Table (RSDT)
68 - Extended System Description Table (XSDT)
69 Version is updated with a bit map containing all the versions of ACPI of which the table is a
73 @param[in] Index The zero-based index of the table to retrieve.
74 @param[out] Table Pointer for returning the table buffer.
75 @param[out] Version On return, updated with the ACPI versions to which this table belongs. Type
78 @param[out] TableKey On return, points to the table key for the specified ACPI system definition table.
79 This is identical to the table key used in the EFI_ACPI_TABLE_PROTOCOL.
81 to uninstall the table.
84 @retval EFI_NOT_FOUND The requested index is too large and a table was not found.
90 OUT EFI_ACPI_SDT_HEADER **Table,
96 Register or unregister a callback when an ACPI table is installed.
98 This function registers or unregisters a function which will be called whenever a new ACPI table is
135 Create a handle for the first ACPI opcode in an ACPI system description table.
137 @param[in] TableKey The table key for the ACPI table, as returned by GetTable().
141 @retval EFI_NOT_FOUND TableKey does not refer to a valid ACPI table.