HomeSort by relevance Sort by last modified time
    Searched refs:ComponentName2 (Results 1 - 25 of 44) sorted by null

1 2

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/ComponentName2/
ComponentName2.c 14 ComponentName2.c
25 #include EFI_PROTOCOL_DEFINITION (ComponentName2)
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Library/FrameworkUefiLib/
UefiDriverModel.c 223 @param ComponentName2 A Component Name 2 Protocol instance that this driver is producing.
237 IN CONST EFI_COMPONENT_NAME2_PROTOCOL *ComponentName2 OPTIONAL
251 if (ComponentName2 == NULL || FeaturePcdGet(PcdComponentName2Disable)) {
261 &gEfiComponentName2ProtocolGuid, ComponentName2,
266 if (ComponentName2 == NULL || FeaturePcdGet(PcdComponentName2Disable)) {
278 &gEfiComponentName2ProtocolGuid, ComponentName2,
313 @param ComponentName2 A Component Name 2 Protocol instance that this driver is producing.
331 IN CONST EFI_COMPONENT_NAME2_PROTOCOL *ComponentName2, OPTIONAL
353 if (ComponentName2 == NULL || FeaturePcdGet(PcdComponentName2Disable)) {
363 &gEfiComponentName2ProtocolGuid, ComponentName2,
    [all...]
UefiLibInternal.h 20 #include <Protocol/ComponentName2.h>
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiLib/
UefiDriverModel.c 223 @param ComponentName2 A Component Name 2 Protocol instance that this driver is producing.
237 IN CONST EFI_COMPONENT_NAME2_PROTOCOL *ComponentName2 OPTIONAL
251 if (ComponentName2 == NULL || FeaturePcdGet(PcdComponentName2Disable)) {
261 &gEfiComponentName2ProtocolGuid, ComponentName2,
266 if (ComponentName2 == NULL || FeaturePcdGet(PcdComponentName2Disable)) {
278 &gEfiComponentName2ProtocolGuid, ComponentName2,
313 @param ComponentName2 A Component Name 2 Protocol instance that this driver is producing.
331 IN CONST EFI_COMPONENT_NAME2_PROTOCOL *ComponentName2, OPTIONAL
353 if (ComponentName2 == NULL || FeaturePcdGet(PcdComponentName2Disable)) {
363 &gEfiComponentName2ProtocolGuid, ComponentName2,
    [all...]
UefiLibInternal.h 20 #include <Protocol/ComponentName2.h>
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/
EdkIIGlueUefiDriverModelLib.h 42 const EFI_COMPONENT_NAME2_PROTOCOL *ComponentName2;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/UefiDriverModelLib/
UefiDriverModelLib.c 148 if (_gDriverModelProtocolList[0].ComponentName2== NULL) {
158 &gEfiComponentName2ProtocolGuid, (EFI_COMPONENT_NAME2_PROTOCOL *)_gDriverModelProtocolList[0].ComponentName2,
163 if (_gDriverModelProtocolList[0].ComponentName2 == NULL) {
174 &gEfiComponentName2ProtocolGuid, (EFI_COMPONENT_NAME2_PROTOCOL *)_gDriverModelProtocolList[0].ComponentName2,
182 if (_gDriverModelProtocolList[0].ComponentName2 == NULL) {
193 &gEfiComponentName2ProtocolGuid, (EFI_COMPONENT_NAME2_PROTOCOL *)_gDriverModelProtocolList[0].ComponentName2,
199 if (_gDriverModelProtocolList[0].ComponentName2 == NULL) {
211 &gEfiComponentName2ProtocolGuid, (EFI_COMPONENT_NAME2_PROTOCOL *)_gDriverModelProtocolList[0].ComponentName2,
346 if (_gDriverModelProtocolList[0].ComponentName2 == NULL) {
356 &gEfiComponentName2ProtocolGuid, (EFI_COMPONENT_NAME2_PROTOCOL *)_gDriverModelProtocolList[0].ComponentName2,
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Isa/IsaBusDxe/
ComponentName.h 20 #include <Protocol/ComponentName2.h>
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/MnpDxe/
ComponentName.h 20 #include <Protocol/ComponentName2.h>
  /device/linaro/bootloader/edk2/OvmfPkg/XenPvBlkDxe/
XenPvBlkDxe.h 41 #include <Protocol/ComponentName2.h>
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/
EfiDriverModelLib.c 82 IN EFI_COMPONENT_NAME2_PROTOCOL * ComponentName2, OPTIONAL
111 ComponentName2 - A Component Name2 Protocol instance that this driver is producing
148 if (ComponentName2 != NULL) {
153 ComponentName2
276 IN EFI_COMPONENT_NAME2_PROTOCOL * ComponentName2, OPTIONAL
301 ComponentName2 - A Component Name2 Protocol instance that this driver is producing
321 ComponentName2,
  /device/linaro/bootloader/edk2/PerformancePkg/Dp_App/
DpUtilities.c 32 #include <Protocol/ComponentName2.h>
193 2. ComponentName2 protocol
222 EFI_COMPONENT_NAME2_PROTOCOL *ComponentName2;
264 // Method 2: Get the name string from ComponentName2 protocol
269 (VOID **) &ComponentName2
278 ComponentName2->SupportedLanguages,
281 ComponentName2->SupportedLanguages,
286 Status = ComponentName2->GetDriverName (
287 ComponentName2,
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/
ComponentName.h 19 #include <Protocol/ComponentName2.h>
IScsiDriver.c 478 EFI_COMPONENT_NAME2_PROTOCOL *ComponentName2;
522 // Uninstall the ComponentName and ComponentName2 protocol from iSCSI4 driver binding handle
545 (VOID **) &ComponentName2
551 ComponentName2,
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiDpLib/
DpUtilities.c 34 #include <Protocol/ComponentName2.h>
179 2. ComponentName2 protocol
207 EFI_COMPONENT_NAME2_PROTOCOL *ComponentName2;
246 // Method 2: Get the name string from ComponentName2 protocol
251 (VOID **) &ComponentName2
257 PlatformLanguage = GetBestLanguageForDriver(ComponentName2->SupportedLanguages, NULL, FALSE);
258 Status = ComponentName2->GetDriverName (
259 ComponentName2,
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugPortDxe/
DebugPort.c 691 VOID *ComponentName2;
705 Status = gBS->HandleProtocol (ImageHandle, &gEfiComponentName2ProtocolGuid, &ComponentName2);
707 ComponentName2 = NULL;
711 if (ComponentName2 == NULL) {
721 &gEfiComponentName2ProtocolGuid, ComponentName2,
726 if (ComponentName2 == NULL) {
738 &gEfiComponentName2ProtocolGuid, ComponentName2,
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Pci/VgaMiniPortDxe/
VgaMiniPort.h 27 #include <Protocol/ComponentName2.h>
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformSetupDxe/
PlatformSetupDxe.h 39 #include <Protocol/ComponentName2.h>
  /device/linaro/bootloader/edk2/MdePkg/Include/Library/
UefiLib.h 32 #include <Protocol/ComponentName2.h>
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/
EdkIIGlueUefi.h 77 #include EFI_PROTOCOL_DEFINITION (ComponentName2)
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/PlatformDriOverrideDxe/
InternalPlatDriOverrideDxe.h 29 #include <Protocol/ComponentName2.h>
  /device/linaro/bootloader/edk2/NetworkPkg/HttpDxe/
HttpDriver.h 38 #include <Protocol/ComponentName2.h>
  /device/linaro/bootloader/edk2/OvmfPkg/BlockMmioToBlockIoDxe/
BlockIo.h 22 #include <Protocol/ComponentName2.h>
  /device/linaro/bootloader/edk2/PcAtChipsetPkg/IsaAcpiDxe/
PcatIsaAcpi.h 27 #include <Protocol/ComponentName2.h>
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Include/
EfiDriverLib.h 42 #include EFI_PROTOCOL_DEFINITION (ComponentName2)
270 IN EFI_COMPONENT_NAME2_PROTOCOL *ComponentName2, OPTIONAL
295 ComponentName2 - A Component Name2 Protocol instance that this driver is producing

Completed in 583 milliseconds

1 2