TianoCore EDK2 master
Loading...
Searching...
No Matches
DynamicTableFactoryProtocol Struct Reference

#include <DynamicTablesPkg/Include/Protocol/DynamicTableFactoryProtocol.h>

Data Fields

UINT32 Revision
 The Dynamic Table Factory Protocol revision.
 
EDKII_DYNAMIC_TABLE_FACTORY_GET_ACPI_TABLE_GENERATOR GetAcpiTableGenerator
 The interface used to request an ACPI Table Generator.
 
EDKII_DYNAMIC_TABLE_FACTORY_REGISTER_ACPI_TABLE_GENERATOR RegisterAcpiTableGenerator
 Register an ACPI table Generator.
 
EDKII_DYNAMIC_TABLE_FACTORY_DEREGISTER_ACPI_TABLE_GENERATOR DeregisterAcpiTableGenerator
 Deregister an ACPI table Generator.
 
EDKII_DYNAMIC_TABLE_FACTORY_GET_SMBIOS_TABLE_GENERATOR GetSmbiosTableGenerator
 The interface used to request a SMBIOS Table Generator.
 
EDKII_DYNAMIC_TABLE_FACTORY_REGISTER_SMBIOS_TABLE_GENERATOR RegisterSmbiosTableGenerator
 Register an SMBIOS table Generator.
 
EDKII_DYNAMIC_TABLE_FACTORY_REGISTER_SMBIOS_TABLE_GENERATOR DeregisterSmbiosTableGenerator
 Deregister an SMBIOS table Generator.
 
EDKII_DYNAMIC_TABLE_FACTORY_GET_DT_TABLE_GENERATOR GetDtTableGenerator
 The interface used to request a Device Tree Table Generator.
 
EDKII_DYNAMIC_TABLE_FACTORY_REGISTER_DT_TABLE_GENERATOR RegisterDtTableGenerator
 Register a DT generator.
 
EDKII_DYNAMIC_TABLE_FACTORY_DEREGISTER_DT_TABLE_GENERATOR DeregisterDtTableGenerator
 Deregister a DT generator.
 
EDKII_DYNAMIC_TABLE_FACTORY_INFOTableFactoryInfo
 

Detailed Description

A structure describing the Dynamic Table Factory Protocol interface.

Definition at line 205 of file DynamicTableFactoryProtocol.h.

Field Documentation

◆ DeregisterAcpiTableGenerator

EDKII_DYNAMIC_TABLE_FACTORY_DEREGISTER_ACPI_TABLE_GENERATOR DynamicTableFactoryProtocol::DeregisterAcpiTableGenerator

Deregister an ACPI table Generator.

Definition at line 218 of file DynamicTableFactoryProtocol.h.

◆ DeregisterDtTableGenerator

EDKII_DYNAMIC_TABLE_FACTORY_DEREGISTER_DT_TABLE_GENERATOR DynamicTableFactoryProtocol::DeregisterDtTableGenerator

Deregister a DT generator.

Definition at line 240 of file DynamicTableFactoryProtocol.h.

◆ DeregisterSmbiosTableGenerator

EDKII_DYNAMIC_TABLE_FACTORY_REGISTER_SMBIOS_TABLE_GENERATOR DynamicTableFactoryProtocol::DeregisterSmbiosTableGenerator

Deregister an SMBIOS table Generator.

Definition at line 229 of file DynamicTableFactoryProtocol.h.

◆ GetAcpiTableGenerator

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.

◆ GetDtTableGenerator

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.

◆ GetSmbiosTableGenerator

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.

◆ RegisterAcpiTableGenerator

EDKII_DYNAMIC_TABLE_FACTORY_REGISTER_ACPI_TABLE_GENERATOR DynamicTableFactoryProtocol::RegisterAcpiTableGenerator

Register an ACPI table Generator.

Definition at line 214 of file DynamicTableFactoryProtocol.h.

◆ RegisterDtTableGenerator

EDKII_DYNAMIC_TABLE_FACTORY_REGISTER_DT_TABLE_GENERATOR DynamicTableFactoryProtocol::RegisterDtTableGenerator

Register a DT generator.

Definition at line 236 of file DynamicTableFactoryProtocol.h.

◆ RegisterSmbiosTableGenerator

EDKII_DYNAMIC_TABLE_FACTORY_REGISTER_SMBIOS_TABLE_GENERATOR DynamicTableFactoryProtocol::RegisterSmbiosTableGenerator

Register an SMBIOS table Generator.

Definition at line 225 of file DynamicTableFactoryProtocol.h.

◆ Revision

UINT32 DynamicTableFactoryProtocol::Revision

The Dynamic Table Factory Protocol revision.

Definition at line 207 of file DynamicTableFactoryProtocol.h.

◆ TableFactoryInfo

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.


The documentation for this struct was generated from the following file: