Searched refs:Supported (Results 1 - 25 of 30) sorted by relevance

12

/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiHiiLib/
H A DHiiString.c67 CHAR8 *Supported; local
96 for (Supported = AllocatedLanguages; *Supported != '\0'; ) {
100 Language = Supported;
105 for (; *Supported != 0 && *Supported != ';'; Supported++);
106 if (*Supported != 0) {
107 *(Supported++) = '\0';
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/DriverBinding/
H A DDriverBinding.h120 EFI_DRIVER_BINDING_SUPPORTED Supported; member in struct:_EFI_DRIVER_BINDING_PROTOCOL
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
H A DDriverBinding.h91 3. Prior to calling Start(), the Supported() function for the driver specified by This must
92 have been called with the same calling parameters, and Supported() must have returned EFI_SUCCESS.
164 EFI_DRIVER_BINDING_SUPPORTED Supported; member in struct:_EFI_DRIVER_BINDING_PROTOCOL
172 /// the order that driver's Supported() service will be used when
H A DBlockIoCrypto.h104 BOOLEAN Supported; member in struct:__anon8896
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Variable/EmuRuntimeDxe/
H A DEmuVariable.c486 CHAR8 *Supported; local
489 Supported = SupportedLang;
505 for (CompareLength = 0; *Supported != ';' && *Supported != '\0'; CompareLength++) {
506 Supported++;
508 if ((*Supported == '\0') && (SubIndex != Index)) {
523 return CopyMem (mVariableModuleGlobal->PlatformLang, Supported - CompareLength, CompareLength);
528 // Skip ';' characters in Supported
530 for (; *Supported != '\0' && *Supported
586 CONST CHAR8 *Supported; local
[all...]
/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressSecLibRTSM/Arm/
H A DGicV3.asm23 // GICv3 Initialization not Supported yet
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Library/FrameworkUefiLib/
H A DUefiLib.c664 // Make sure Language is in the set of Supported Languages
766 // Make sure Language is in the set of Supported Languages
1377 CONST CHAR8 *Supported; local
1404 for (Supported = SupportedLanguages; *Supported != '\0'; Supported += CompareLength) {
1410 // Skip ';' characters in Supported
1412 for (; *Supported != '\0' && *Supported == ';'; Supported
[all...]
/device/linaro/bootloader/edk2/MdePkg/Library/UefiLib/
H A DUefiLib.c686 // Make sure Language is in the set of Supported Languages
788 // Make sure Language is in the set of Supported Languages
1507 CONST CHAR8 *Supported; local
1534 for (Supported = SupportedLanguages; *Supported != '\0'; Supported += CompareLength) {
1540 // Skip ';' characters in Supported
1542 for (; *Supported != '\0' && *Supported == ';'; Supported
[all...]
/device/linaro/bootloader/edk2/DuetPkg/FSVariable/
H A DFSVariable.c673 CHAR8 *Supported; local
676 Supported = SupportedLang;
692 for (CompareLength = 0; *Supported != ';' && *Supported != '\0'; CompareLength++) {
693 Supported++;
695 if ((*Supported == '\0') && (SubIndex != Index)) {
710 return CopyMem (mGlobal->PlatformLang, Supported - CompareLength, CompareLength);
715 // Skip ';' characters in Supported
717 for (; *Supported != '\0' && *Supported
773 CONST CHAR8 *Supported; local
[all...]
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/
H A DRegularExpressionDxe.c332 BOOLEAN Supported; local
344 Supported = FALSE;
347 Supported = TRUE;
351 if (!Supported) {
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Protocol/
H A DCK505ClockPlatformInfo.h116 EFI_CLOCKS_SUPPORTED Supported;
107 EFI_CLOCKS_SUPPORTED Supported; member in struct:__anon11890
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/SnpDxe/
H A DStatistics.c200 if ((Db->Supported & Mask) != 0) {
211 if ((Db->Supported & (Mask = LShiftU64 (Mask, 1))) != 0) {
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Variable/RuntimeDxe/
H A DVariable.c1522 CHAR8 *Supported; local
1525 Supported = SupportedLang;
1541 for (CompareLength = 0; *Supported != ';' && *Supported != '\0'; CompareLength++) {
1542 Supported++;
1544 if ((*Supported == '\0') && (SubIndex != Index)) {
1559 return CopyMem (mVariableModuleGlobal->PlatformLang, Supported - CompareLength, CompareLength);
1564 // Skip ';' characters in Supported
1566 for (; *Supported != '\0' && *Supported
1622 CONST CHAR8 *Supported; local
[all...]
/device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/EsalVariableDxeSal/
H A DVariable.c1418 CHAR8 *Supported; local
1421 Supported = SupportedLang;
1437 for (CompareLength = 0; *Supported != ';' && *Supported != '\0'; CompareLength++) {
1438 Supported++;
1440 if ((*Supported == '\0') && (SubIndex != Index)) {
1455 return CopyMem (Global->PlatformLang[VirtualMode], Supported - CompareLength, CompareLength);
1460 // Skip ';' characters in Supported
1462 for (; *Supported != '\0' && *Supported
1519 CONST CHAR8 *Supported; local
[all...]
/device/google/contexthub/firmware/os/drivers/st_lsm6dsm/
H A DREADME90 <---------- Supported features ---------->
/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmJunoPkg/Drivers/PciHostBridgeDxe/
H A DPciRootBridge.c619 OUT UINT64 *Supported,
629 if (Attributes == NULL && Supported == NULL) {
633 // Set the return value for Supported and Attributes
634 if (Supported) {
635 *Supported = RootBridgeInstance->Supports;
617 PciRbGetAttributes( IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL *This, OUT UINT64 *Supported, OUT UINT64 *Attributes ) argument
/device/linaro/bootloader/edk2/DuetPkg/PciRootBridgeNoEnumerationDxe/
H A DPcatPciRootBridgeIo.c149 OUT UINT64 *Supported,
879 OUT UINT64 *Supported, OPTIONAL
888 if (Attributes == NULL && Supported == NULL) {
893 // Supported is an OPTIONAL parameter. See if it is NULL
895 if (Supported) {
902 *Supported = PrivateData->Attributes;
877 PcatRootBridgeIoGetAttributes( IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL *This, OUT UINT64 *Supported, OPTIONAL OUT UINT64 *Attributes ) argument
/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/
H A DPciEmulation.h239 OUT UINT64 *Supported,
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciHostBridgeDxe/
H A DPciRootBridge.h506 @param Supported A pointer to the mask of attributes that this PCI root
522 OUT UINT64 *Supported,
H A DPciRootBridgeIo.c1402 @param Supported A pointer to the mask of attributes that this PCI root
1418 OUT UINT64 *Supported,
1424 if (Attributes == NULL && Supported == NULL) {
1430 // Set the return value for Supported and Attributes
1432 if (Supported != NULL) {
1433 *Supported = RootBridge->Supports;
1416 RootBridgeIoGetAttributes( IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL *This, OUT UINT64 *Supported, OUT UINT64 *Attributes ) argument
/device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/
H A DIScsiDriver.c100 BOOLEAN Supported; local
152 Supported = FALSE;
155 Supported = TRUE;
161 if (!Supported) {
1225 3. Prior to calling Start(), the Supported() function for the driver specified by This must
1226 have been called with the same calling parameters, and Supported() must have returned EFI_SUCCESS.
1380 3. Prior to calling Start(), the Supported() function for the driver specified by This must
1381 have been called with the same calling parameters, and Supported() must have returned EFI_SUCCESS.
/device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
H A DPxeBcDriver.c469 BOOLEAN Supported; local
513 Supported = FALSE;
516 Supported = TRUE;
522 if (!Supported) {
1649 Supported() it must also follow these calling restrictions.
1753 Supported() it must also follow these calling restrictions.
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Pci/Dxe/PciHostBridge/
H A DPciRootBridge.h607 OUT UINT64 *Supported,
632 // GC_TODO: Supported - add argument and description to function comment
634 // GC_TODO: Supported - add argument and description to function comment
636 // GC_TODO: Supported - add argument and description to function comment
H A DPciRootBridgeIo.c1360 OUT UINT64 *Supported,
1385 // GC_TODO: Supported - add argument and description to function comment
1387 // GC_TODO: Supported - add argument and description to function comment
1389 // GC_TODO: Supported - add argument and description to function comment
1396 if (Attributes == NULL && Supported == NULL) {
1400 // Set the return value for Supported and Attributes
1402 if (Supported) {
1403 *Supported = PrivateData->Supports;
1358 RootBridgeIoGetAttributes( IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL *This, OUT UINT64 *Supported, OUT UINT64 *Attributes ) argument
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/PciHostBridgeDxe/
H A DPciRootBridgeIo.c492 @param Supported A pointer to the mask of attributes that this PCI root bridge
508 OUT UINT64 *Supported,
2163 @param Supported A pointer to the mask of attributes that this PCI root bridge
2179 OUT UINT64 *Supported,
2187 if (Attributes == NULL && Supported == NULL) {
2192 // Set the return value for Supported and Attributes
2194 if (Supported != NULL) {
2195 *Supported = PrivateData->Supports;
2177 RootBridgeIoGetAttributes( IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL *This, OUT UINT64 *Supported, OUT UINT64 *Attributes ) argument

Completed in 207 milliseconds

12