/device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/UsbCredentialProviderDxe/ |
UsbCredentialProvider.h | 25 #include <Protocol/SimpleFileSystem.h>
26 #include <Protocol/BlockIo.h>
27 #include <Protocol/UserCredential2.h>
28 #include <Protocol/UserManager.h>
84 If a user profile is successfully enrolled, it calls the User Manager Protocol
|
/device/linaro/bootloader/edk2/ShellPkg/Include/Protocol/ |
EfiShellInterface.h | 2 EFI Shell Interface protocol from EDK shell (no spec).
27 #include <Protocol/SimpleFileSystem.h>
53 /// This protocol provides access to additional information about a shell application.
|
/device/linaro/bootloader/edk2/StdLib/SocketDxe/ |
Socket.h | 20 #include <Protocol/LoadedImage.h>
23 // Protocol Declarations
26 extern EFI_COMPONENT_NAME_PROTOCOL mComponentName; ///< Component name protocol declaration
27 extern EFI_COMPONENT_NAME2_PROTOCOL mComponentName2; ///< Component name 2 protocol declaration
28 extern EFI_DRIVER_BINDING_PROTOCOL mDriverBinding; ///< Driver binding protocol declaration
29 extern EFI_SERVICE_BINDING_PROTOCOL mServiceBinding; ///< Service binding protocol delcaration
32 // Driver Binding Protocol Support
36 Stop this driver on Controller by removing NetworkInterfaceIdentifier protocol and
39 @param [in] pThis Protocol instance pointer.
59 // EFI Component Name Protocol Support [all...] |
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/SmmCpuFeaturesLib/ |
SmmStm.h | 18 #include <Protocol/SmMonitorInit.h>
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Feature/Capsule/SystemFirmwareDescriptor/ |
SystemFirmwareDescriptorPei.c | 19 #include <Protocol/FirmwareManagement.h>
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/FvbRuntimeDxe/ |
FvbSmmCommon.h | 30 #include <Protocol/SmmFirmwareVolumeBlock.h>
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/Tpm2DeviceLibSeCDxe/ |
Tpm2DeviceLibSeC.c | 16 #include <Protocol/PttPassThru.h>
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformDxe/ |
SioPlatformPolicy.c | 36 #include <Protocol/LpcWpc83627Policy.h>
|
SlotConfig.h | 37 #include <Protocol/SmbiosSlotPopulation.h>
|
/external/protobuf/objectivec/google/protobuf/ |
Any.pbobjc.h | 1 // Generated by the protocol buffer compiler. DO NOT EDIT! 7 #error This file was generated by a different version of protoc which is incompatible with your Protocol Buffer library sources. 39 /// `Any` contains an arbitrary serialized protocol buffer message along with a 101 /// serialized protocol buffer message. 123 /// Must be a valid serialized protocol buffer of the above specified type.
|
Duration.pbobjc.h | 1 // Generated by the protocol buffer compiler. DO NOT EDIT! 7 #error This file was generated by a different version of protoc which is incompatible with your Protocol Buffer library sources.
|
FieldMask.pbobjc.h | 1 // Generated by the protocol buffer compiler. DO NOT EDIT! 7 #error This file was generated by a different version of protoc which is incompatible with your Protocol Buffer library sources.
|
SourceContext.pbobjc.h | 1 // Generated by the protocol buffer compiler. DO NOT EDIT! 7 #error This file was generated by a different version of protoc which is incompatible with your Protocol Buffer library sources.
|
Timestamp.pbobjc.h | 1 // Generated by the protocol buffer compiler. DO NOT EDIT! 7 #error This file was generated by a different version of protoc which is incompatible with your Protocol Buffer library sources.
|
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Pv660/Drivers/UnInstallAcpiTableDxe/ |
UnInstallAcpiTable.c | 24 #include <Protocol/AcpiSystemDescriptionTable.h>
25 #include <Protocol/AcpiTable.h>
72 DEBUG((EFI_D_ERROR,"Install SataEnableFlag Protocol ok, %r\n",Status));
86 DEBUG((EFI_D_ERROR,"Unable to locate ACPI table protocol\n"));
90 // Find the Acpi Sdt protocol
93 DEBUG((EFI_D_ERROR,"Unable to locate ACPI Sdt protocol\n"));
|
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Spi/Devices/ |
MvSpiFlash.h | 46 #include <Protocol/Spi.h>
47 #include <Protocol/SpiFlash.h>
|
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey960/HiKey960MmcDxe/ |
HiKey960MmcDxe.c | 26 #include <Protocol/EmbeddedGpio.h> 27 #include <Protocol/PlatformDwMmc.h> 81 DEBUG ((DEBUG_ERROR, "Failed to get GPIO protocol: %r\n", Status));
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/WebServer/ |
DhcpOptions.c | 17 #include <Protocol/Dhcp4.h>
18 #include <Protocol/ServiceBinding.h>
136 // Get the DHCP protocol
196 // Done with the DHCP protocol
|
/device/linaro/bootloader/edk2/EmulatorPkg/FvbServicesRuntimeDxe/ |
FvbInfo.c | 24 #include <Protocol/FirmwareVolumeBlock.h>
25 #include <Protocol/DevicePath.h>
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/Acpi/AcpiSupportDxe/ |
AcpiSupport.h | 2 This is an implementation of the ACPI Support protocol.
3 It is in compliance with the 0.9 definition of the protocol.
24 #include <Protocol/AcpiTable.h>
26 #include <Protocol/AcpiSupport.h>
83 // Protocol private structure definition
86 // ACPI support protocol instance signature definition.
91 // ACPI support protocol instance data structure
117 // ACPI support protocol instance containing record macro
126 // ACPI table protocol instance containing record macro
136 Constructor for the ACPI support protocol. [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Library/BootManagerUiLib/ |
BootManager.h | 21 #include <Protocol/HiiConfigAccess.h>
22 #include <Protocol/DevicePathToText.h>
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/Ia32/ |
DebugSupport.h | 20 #include <Protocol/DebugSupport.h>
21 #include <Protocol/LoadedImage.h>
110 This is the callback that is written to the LoadedImage protocol instance
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/SecurityStubDxe/ |
SecurityStub.c | 2 This driver produces Security2 and Security architectural protocol based on SecurityManagementLib.
17 #include <Protocol/Security.h>
18 #include <Protocol/Security2.h>
26 // Handle for the Security Architectural Protocol instance produced by this driver
33 given status for the authentication check from the section extraction protocol.
57 Extraction protocol. See the Section Extraction Protocol
166 // Security2 and Security Architectural Protocol instance produced by this driver
177 Installs Security2 and Security Architectural Protocol.
182 @retval EFI_SUCCESS Install the sample Security Architectural Protocol successfully. [all...] |
/device/linaro/bootloader/edk2/NetworkPkg/TlsAuthConfigDxe/ |
TlsAuthConfigImpl.h | 21 #include <Protocol/HiiConfigAccess.h> 22 #include <Protocol/SimpleFileSystem.h> 89 entries, uninstall the form callback protocol, and free the resources used.
|
/device/linaro/bootloader/edk2/Nt32Pkg/FvbServicesRuntimeDxe/ |
FvbInfo.c | 34 #include <Protocol/FirmwareVolumeBlock.h>
35 #include <Protocol/DevicePath.h>
|