Home
last modified time | relevance | path

Searched refs:TextDevicePath (Results 1 – 12 of 12) sorted by relevance

/device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/FdtPlatformDxe/
DShellSetFdt.c37 CHAR16 *TextDevicePath; in DisplayFdtDevicePaths() local
62 TextDevicePath = AllocatePool (DataSize); in DisplayFdtDevicePaths()
63 if (TextDevicePath == NULL) { in DisplayFdtDevicePaths()
72 TextDevicePath in DisplayFdtDevicePaths()
79 TextDevicePath in DisplayFdtDevicePaths()
83 FreePool (TextDevicePath); in DisplayFdtDevicePaths()
100 for (TextDevicePath = TextDevicePaths; in DisplayFdtDevicePaths()
101 *TextDevicePath != L'\0' ; ) { in DisplayFdtDevicePaths()
102 TextDevicePathSeparator = StrStr (TextDevicePath, L";"); in DisplayFdtDevicePaths()
112 TextDevicePath in DisplayFdtDevicePaths()
[all …]
DFdtPlatform.c60 IN CONST CHAR16* TextDevicePath in InstallFdt() argument
81 …cePath = (EFI_DEVICE_PATH*)EfiDevicePathFromTextProtocol->ConvertTextToDevicePath (TextDevicePath); in InstallFdt()
284 CHAR16 *TextDevicePath; in RunFdtInstallation() local
289 TextDevicePath = NULL; in RunFdtInstallation()
310 TextDevicePath = AllocatePool (DataSize); in RunFdtInstallation()
311 if (TextDevicePath == NULL) { in RunFdtInstallation()
321 TextDevicePath in RunFdtInstallation()
324 FreePool (TextDevicePath); in RunFdtInstallation()
328 Status = InstallFdt (TextDevicePath); in RunFdtInstallation()
333 TextDevicePath in RunFdtInstallation()
[all …]
/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/ArmVExpressDxe/
DArmFvpDxe.c160 CHAR16 *TextDevicePath; in ArmFvpInitialise() local
177 TextDevicePath = ConvertDevicePathToText (FdtDevicePath, FALSE, FALSE); in ArmFvpInitialise()
178 if (TextDevicePath != NULL) { in ArmFvpInitialise()
179 TextDevicePathSize = StrSize (TextDevicePath); in ArmFvpInitialise()
186 TextDevicePath = AllocatePool (TextDevicePathSize); in ArmFvpInitialise()
187 if (TextDevicePath != NULL) { in ArmFvpInitialise()
188 StrCpy (TextDevicePath, ((CHAR16*)PcdGetPtr (PcdFvpFdtDevicePathsBase))); in ArmFvpInitialise()
189 StrCat (TextDevicePath, Platform->FdtName); in ArmFvpInitialise()
192 if (TextDevicePath != NULL) { in ArmFvpInitialise()
193 Buffer = PcdSetPtr (PcdFdtDevicePaths, &TextDevicePathSize, TextDevicePath); in ArmFvpInitialise()
[all …]
/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/
DArmJunoDxe.c148 CHAR16 *TextDevicePath; in ArmJunoEntryPoint() local
253 TextDevicePath = (CHAR16*)FixedPcdGetPtr (PcdJunoFdtDevicePath); in ArmJunoEntryPoint()
254 if (TextDevicePath != NULL) { in ArmJunoEntryPoint()
255 TextDevicePathSize = StrSize (TextDevicePath); in ArmJunoEntryPoint()
256 Buffer = PcdSetPtr (PcdFdtDevicePaths, &TextDevicePathSize, TextDevicePath); in ArmJunoEntryPoint()
/device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/
DUefiDevicePathLibOptionalDevicePathProtocol.c472 IN CONST CHAR16 *TextDevicePath in ConvertTextToDevicePath() argument
479 return mDevicePathLibDevicePathFromText->ConvertTextToDevicePath (TextDevicePath); in ConvertTextToDevicePath()
482 return UefiDevicePathLibConvertTextToDevicePath (TextDevicePath); in ConvertTextToDevicePath()
DUefiDevicePathLib.c356 IN CONST CHAR16 *TextDevicePath in ConvertTextToDevicePath() argument
359 return UefiDevicePathLibConvertTextToDevicePath (TextDevicePath); in ConvertTextToDevicePath()
DUefiDevicePathLib.h454 IN CONST CHAR16 *TextDevicePath
DDevicePathFromText.c3652 IN CONST CHAR16 *TextDevicePath in UefiDevicePathLibConvertTextToDevicePath() argument
3663 if ((TextDevicePath == NULL) || (IS_NULL (*TextDevicePath))) { in UefiDevicePathLibConvertTextToDevicePath()
3671 DevicePathStr = UefiDevicePathLibStrDuplicate (TextDevicePath); in UefiDevicePathLibConvertTextToDevicePath()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/DevicePathFromText/
DDevicePathFromText.h56 IN CONST CHAR16 *TextDevicePath
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DDevicePathFromText.h59 IN CONST CHAR16 *TextDevicePath
/device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLibDevicePathProtocol/
DUefiDevicePathLib.c850 IN CONST CHAR16 *TextDevicePath in ConvertTextToDevicePath() argument
857 return mDevicePathLibDevicePathFromText->ConvertTextToDevicePath (TextDevicePath); in ConvertTextToDevicePath()
/device/linaro/bootloader/edk2/MdePkg/Include/Library/
DDevicePathLib.h563 IN CONST CHAR16 *TextDevicePath