TianoCore EDK2 master
|
#include <DynamicTablesPkg/Include/Protocol/DynamicTableFactoryProtocol.h>
A structure describing the Dynamic Table Factory Protocol interface.
Definition at line 205 of file DynamicTableFactoryProtocol.h.
EDKII_DYNAMIC_TABLE_FACTORY_DEREGISTER_ACPI_TABLE_GENERATOR DynamicTableFactoryProtocol::DeregisterAcpiTableGenerator |
Deregister an ACPI table Generator.
Definition at line 218 of file DynamicTableFactoryProtocol.h.
EDKII_DYNAMIC_TABLE_FACTORY_DEREGISTER_DT_TABLE_GENERATOR DynamicTableFactoryProtocol::DeregisterDtTableGenerator |
Deregister a DT generator.
Definition at line 240 of file DynamicTableFactoryProtocol.h.
EDKII_DYNAMIC_TABLE_FACTORY_REGISTER_SMBIOS_TABLE_GENERATOR DynamicTableFactoryProtocol::DeregisterSmbiosTableGenerator |
Deregister an SMBIOS table Generator.
Definition at line 229 of file DynamicTableFactoryProtocol.h.
EDKII_DYNAMIC_TABLE_FACTORY_GET_ACPI_TABLE_GENERATOR DynamicTableFactoryProtocol::GetAcpiTableGenerator |
The interface used to request an ACPI Table Generator.
Definition at line 210 of file DynamicTableFactoryProtocol.h.
EDKII_DYNAMIC_TABLE_FACTORY_GET_DT_TABLE_GENERATOR DynamicTableFactoryProtocol::GetDtTableGenerator |
The interface used to request a Device Tree Table Generator.
Definition at line 232 of file DynamicTableFactoryProtocol.h.
EDKII_DYNAMIC_TABLE_FACTORY_GET_SMBIOS_TABLE_GENERATOR DynamicTableFactoryProtocol::GetSmbiosTableGenerator |
The interface used to request a SMBIOS Table Generator.
Definition at line 221 of file DynamicTableFactoryProtocol.h.
EDKII_DYNAMIC_TABLE_FACTORY_REGISTER_ACPI_TABLE_GENERATOR DynamicTableFactoryProtocol::RegisterAcpiTableGenerator |
Register an ACPI table Generator.
Definition at line 214 of file DynamicTableFactoryProtocol.h.
EDKII_DYNAMIC_TABLE_FACTORY_REGISTER_DT_TABLE_GENERATOR DynamicTableFactoryProtocol::RegisterDtTableGenerator |
Register a DT generator.
Definition at line 236 of file DynamicTableFactoryProtocol.h.
EDKII_DYNAMIC_TABLE_FACTORY_REGISTER_SMBIOS_TABLE_GENERATOR DynamicTableFactoryProtocol::RegisterSmbiosTableGenerator |
Register an SMBIOS table Generator.
Definition at line 225 of file DynamicTableFactoryProtocol.h.
UINT32 DynamicTableFactoryProtocol::Revision |
The Dynamic Table Factory Protocol revision.
Definition at line 207 of file DynamicTableFactoryProtocol.h.
EDKII_DYNAMIC_TABLE_FACTORY_INFO* DynamicTableFactoryProtocol::TableFactoryInfo |
Pointer to the data structure that holds the list of registered table generators
Definition at line 245 of file DynamicTableFactoryProtocol.h.