Home
last modified time | relevance | path

Searched refs:ComponentName2 (Results 1 – 23 of 23) sorted by relevance

/device/linaro/bootloader/edk2/MdePkg/Library/UefiLib/
DUefiDriverModel.c237 IN CONST EFI_COMPONENT_NAME2_PROTOCOL *ComponentName2 OPTIONAL in EfiLibInstallDriverBindingComponentName2()
251 if (ComponentName2 == NULL || FeaturePcdGet(PcdComponentName2Disable)) { in EfiLibInstallDriverBindingComponentName2()
261 &gEfiComponentName2ProtocolGuid, ComponentName2, in EfiLibInstallDriverBindingComponentName2()
266 if (ComponentName2 == NULL || FeaturePcdGet(PcdComponentName2Disable)) { in EfiLibInstallDriverBindingComponentName2()
278 &gEfiComponentName2ProtocolGuid, ComponentName2, in EfiLibInstallDriverBindingComponentName2()
331 IN CONST EFI_COMPONENT_NAME2_PROTOCOL *ComponentName2, OPTIONAL in EfiLibInstallAllDriverProtocols2() argument
353 if (ComponentName2 == NULL || FeaturePcdGet(PcdComponentName2Disable)) { in EfiLibInstallAllDriverProtocols2()
363 &gEfiComponentName2ProtocolGuid, ComponentName2, in EfiLibInstallAllDriverProtocols2()
368 if (ComponentName2 == NULL || FeaturePcdGet(PcdComponentName2Disable)) { in EfiLibInstallAllDriverProtocols2()
380 &gEfiComponentName2ProtocolGuid, ComponentName2, in EfiLibInstallAllDriverProtocols2()
[all …]
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Library/FrameworkUefiLib/
DUefiDriverModel.c237 IN CONST EFI_COMPONENT_NAME2_PROTOCOL *ComponentName2 OPTIONAL in EfiLibInstallDriverBindingComponentName2()
251 if (ComponentName2 == NULL || FeaturePcdGet(PcdComponentName2Disable)) { in EfiLibInstallDriverBindingComponentName2()
261 &gEfiComponentName2ProtocolGuid, ComponentName2, in EfiLibInstallDriverBindingComponentName2()
266 if (ComponentName2 == NULL || FeaturePcdGet(PcdComponentName2Disable)) { in EfiLibInstallDriverBindingComponentName2()
278 &gEfiComponentName2ProtocolGuid, ComponentName2, in EfiLibInstallDriverBindingComponentName2()
331 IN CONST EFI_COMPONENT_NAME2_PROTOCOL *ComponentName2, OPTIONAL in EfiLibInstallAllDriverProtocols2() argument
353 if (ComponentName2 == NULL || FeaturePcdGet(PcdComponentName2Disable)) { in EfiLibInstallAllDriverProtocols2()
363 &gEfiComponentName2ProtocolGuid, ComponentName2, in EfiLibInstallAllDriverProtocols2()
368 if (ComponentName2 == NULL || FeaturePcdGet(PcdComponentName2Disable)) { in EfiLibInstallAllDriverProtocols2()
380 &gEfiComponentName2ProtocolGuid, ComponentName2, in EfiLibInstallAllDriverProtocols2()
[all …]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/UefiDriverModelLib/
DUefiDriverModelLib.c148 if (_gDriverModelProtocolList[0].ComponentName2== NULL) { in UefiDriverModelLibConstructor()
158 …nentName2ProtocolGuid, (EFI_COMPONENT_NAME2_PROTOCOL *)_gDriverModelProtocolList[0].ComponentName2, in UefiDriverModelLibConstructor()
163 if (_gDriverModelProtocolList[0].ComponentName2 == NULL) { in UefiDriverModelLibConstructor()
174 …me2ProtocolGuid, (EFI_COMPONENT_NAME2_PROTOCOL *)_gDriverModelProtocolList[0].ComponentName2, in UefiDriverModelLibConstructor()
182 if (_gDriverModelProtocolList[0].ComponentName2 == NULL) { in UefiDriverModelLibConstructor()
193 …Name2ProtocolGuid, (EFI_COMPONENT_NAME2_PROTOCOL *)_gDriverModelProtocolList[0].ComponentName2, in UefiDriverModelLibConstructor()
199 if (_gDriverModelProtocolList[0].ComponentName2 == NULL) { in UefiDriverModelLibConstructor()
211 …me2ProtocolGuid, (EFI_COMPONENT_NAME2_PROTOCOL *)_gDriverModelProtocolList[0].ComponentName2, in UefiDriverModelLibConstructor()
346 if (_gDriverModelProtocolList[0].ComponentName2 == NULL) { in UefiDriverModelLibDestructor()
356 …nentName2ProtocolGuid, (EFI_COMPONENT_NAME2_PROTOCOL *)_gDriverModelProtocolList[0].ComponentName2, in UefiDriverModelLibDestructor()
[all …]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/
DEfiDriverModelLib.c82 IN EFI_COMPONENT_NAME2_PROTOCOL * ComponentName2, OPTIONAL in InstallAllDriverProtocolsWorker() argument
148 if (ComponentName2 != NULL) { in InstallAllDriverProtocolsWorker()
153 ComponentName2 in InstallAllDriverProtocolsWorker()
276 IN EFI_COMPONENT_NAME2_PROTOCOL * ComponentName2, OPTIONAL in EfiLibInstallAllDriverProtocols2() argument
321 ComponentName2, in EfiLibInstallAllDriverProtocols2()
/device/linaro/bootloader/edk2/PerformancePkg/Dp_App/
DDpUtilities.c222 EFI_COMPONENT_NAME2_PROTOCOL *ComponentName2; in GetNameFromHandle() local
269 (VOID **) &ComponentName2 in GetNameFromHandle()
278 ComponentName2->SupportedLanguages, in GetNameFromHandle()
281 ComponentName2->SupportedLanguages, in GetNameFromHandle()
286 Status = ComponentName2->GetDriverName ( in GetNameFromHandle()
287 ComponentName2, in GetNameFromHandle()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiDpLib/
DDpUtilities.c207 EFI_COMPONENT_NAME2_PROTOCOL *ComponentName2; in DpGetNameFromHandle() local
251 (VOID **) &ComponentName2 in DpGetNameFromHandle()
257 PlatformLanguage = GetBestLanguageForDriver(ComponentName2->SupportedLanguages, NULL, FALSE); in DpGetNameFromHandle()
258 Status = ComponentName2->GetDriverName ( in DpGetNameFromHandle()
259 ComponentName2, in DpGetNameFromHandle()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugPortDxe/
DDebugPort.c691 VOID *ComponentName2; in ImageUnloadHandler() local
705 Status = gBS->HandleProtocol (ImageHandle, &gEfiComponentName2ProtocolGuid, &ComponentName2); in ImageUnloadHandler()
707 ComponentName2 = NULL; in ImageUnloadHandler()
711 if (ComponentName2 == NULL) { in ImageUnloadHandler()
721 &gEfiComponentName2ProtocolGuid, ComponentName2, in ImageUnloadHandler()
726 if (ComponentName2 == NULL) { in ImageUnloadHandler()
738 &gEfiComponentName2ProtocolGuid, ComponentName2, in ImageUnloadHandler()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/ComponentName2/
DComponentName2.c25 #include EFI_PROTOCOL_DEFINITION (ComponentName2)
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/
DEdkIIGlueUefiDriverModelLib.h42 const EFI_COMPONENT_NAME2_PROTOCOL *ComponentName2; member
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/
DEfiProtocolLib.inf56 ComponentName2/ComponentName2.h
57 ComponentName2/ComponentName2.c
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/
DIScsiDriver.c478 EFI_COMPONENT_NAME2_PROTOCOL *ComponentName2; in EfiIScsiUnload() local
545 (VOID **) &ComponentName2 in EfiIScsiUnload()
551 ComponentName2, in EfiIScsiUnload()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/
DEdkIIGlueUefi.h77 #include EFI_PROTOCOL_DEFINITION (ComponentName2)
DEdkIIGlueDxe.h139 #include EFI_PROTOCOL_DEFINITION (ComponentName2)
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Include/
DEfiDriverLib.h42 #include EFI_PROTOCOL_DEFINITION (ComponentName2)
270 IN EFI_COMPONENT_NAME2_PROTOCOL *ComponentName2, OPTIONAL
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/I2c/I2cDxe/
DI2cHost.c1139 EFI_COMPONENT_NAME2_PROTOCOL *ComponentName2; in I2cHostUnload() local
1207 (VOID **) &ComponentName2 in I2cHostUnload()
1213 ComponentName2 in I2cHostUnload()
DI2cBus.c1409 EFI_COMPONENT_NAME2_PROTOCOL *ComponentName2; in I2cBusUnload() local
1477 (VOID **) &ComponentName2 in I2cBusUnload()
1483 ComponentName2 in I2cBusUnload()
/device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/
DIScsiDriver.c1443 EFI_COMPONENT_NAME2_PROTOCOL *ComponentName2; in IScsiUnload() local
1556 (VOID **) &ComponentName2 in IScsiUnload()
1562 ComponentName2, in IScsiUnload()
1594 (VOID **) &ComponentName2 in IScsiUnload()
1600 ComponentName2, in IScsiUnload()
/device/linaro/bootloader/edk2/MdePkg/Include/Library/
DUefiLib.h1351 IN CONST EFI_COMPONENT_NAME2_PROTOCOL *ComponentName2 OPTIONAL
1392 IN CONST EFI_COMPONENT_NAME2_PROTOCOL *ComponentName2, OPTIONAL
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/NvmExpressDxe/
DNvmExpress.c999 EFI_COMPONENT_NAME2_PROTOCOL *ComponentName2; in NvmExpressUnload() local
1074 (VOID **) &ComponentName2 in NvmExpressUnload()
1080 ComponentName2 in NvmExpressUnload()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeNetLib/
DDxeNetLib.c1716 EFI_COMPONENT_NAME2_PROTOCOL *ComponentName2; in NetLibDefaultUnload() local
1786 (VOID **) &ComponentName2 in NetLibDefaultUnload()
1792 ComponentName2 in NetLibDefaultUnload()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiHandleParsingLib/
DUefiHandleParsingLib.uni51 #string STR_DRIVER_CN2 #language en-US "ComponentName2"
/device/linaro/bootloader/edk2/MdePkg/
DMdePkg.dec1174 ## Include/Protocol/ComponentName2.h
/device/linaro/bootloader/edk2/EdkShellPkg/
DShellR33.patch4064 + L"ComponentName2",