HomeSort by relevance Sort by last modified time
    Searched defs:DevicePath (Results 1 - 25 of 239) sorted by null

1 2 3 4 5 6 7 8 910

  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Include/Guid/
BlockIoVendor.h 25 VENDOR_DEVICE_PATH DevicePath;
  /device/linaro/bootloader/edk2/CorebootPayloadPkg/Library/PciHostBridgeLib/
PciHostBridgeLib.c 114 CB_PCI_ROOT_BRIDGE_DEVICE_PATH *DevicePath;
139 DevicePath = AllocateCopyPool (sizeof (mRootBridgeDevicePathTemplate),
141 if (DevicePath == NULL) {
145 DevicePath->AcpiDevicePath.UID = RootBusNumber;
146 RootBus->DevicePath = (EFI_DEVICE_PATH_PROTOCOL *)DevicePath;
195 FreePool (Bridges[Count].DevicePath);
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/PlatformBootManagerLib/
PlatformBootManager.h 45 EFI_DEVICE_PATH_PROTOCOL *DevicePath;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/VlanConfigDxe/
VlanConfigDriver.c 129 EFI_DEVICE_PATH_PROTOCOL *DevicePath;
168 (VOID **) &DevicePath,
189 PrivateData->ParentDevicePath = DevicePath;
  /device/linaro/bootloader/edk2/OvmfPkg/BlockMmioToBlockIoDxe/
BlockIo.h 24 #include <Protocol/DevicePath.h>
45 EFI_DEVICE_PATH_PROTOCOL *DevicePath;
  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Library/PlatformIntelBdsLib/
IntelBdsPlatformCommon.c 30 EFI_DEVICE_PATH_PROTOCOL *DevicePath;
33 DevicePath = DevicePathFromHandle (Handle);
40 DevicePath = AppendDevicePathNode (DevicePath, (EFI_DEVICE_PATH_PROTOCOL *) &ShellNode);
45 BdsLibRegisterNewOption (BdsBootOptionList, DevicePath, Description, L"BootOrder");
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/
LcdGraphicsOutputDxe.h 25 #include <Protocol/DevicePath.h>
42 LCD_GRAPHICS_DEVICE_PATH DevicePath;
  /device/linaro/bootloader/edk2/ArmVirtPkg/VirtioFdtDxe/
VirtioFdtDxe.c 49 VIRTIO_TRANSPORT_DEVICE_PATH *DevicePath;
77 DevicePath = (VIRTIO_TRANSPORT_DEVICE_PATH *)CreateDeviceNode (
81 if (DevicePath == NULL) {
86 CopyGuid (&DevicePath->Vendor.Guid, &gVirtioMmioTransportGuid);
87 DevicePath->PhysBase = RegBase;
88 SetDevicePathNodeLength (&DevicePath->Vendor,
89 sizeof (*DevicePath) - sizeof (DevicePath->End));
90 SetDevicePathEndNode (&DevicePath->End);
95 DevicePath);
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/PciRootBridgeNoEnumerationDxe/
DeviceIo.h 36 EFI_DEVICE_PATH_PROTOCOL *DevicePath;
47 IN EFI_DEVICE_PATH_PROTOCOL *DevicePath,
61 DevicePath - Device Path of PCI RootBridge IO instance
  /device/linaro/bootloader/edk2/EmulatorPkg/EmuBusDriverDxe/
EmuBusDriverDxe.h 20 #include <Protocol/DevicePath.h>
58 EFI_DEVICE_PATH_PROTOCOL *DevicePath;
EmuBusDriverDxe.c 267 EmuDevice->DevicePath = EmuBusCreateDevicePath (
272 if (EmuDevice->DevicePath == NULL) {
288 &gEfiDevicePathProtocolGuid, EmuDevice->DevicePath,
406 &gEfiDevicePathProtocolGuid, EmuDevice->DevicePath,
468 EMU_VENDOR_DEVICE_PATH_NODE DevicePath;
470 DevicePath.VendorDevicePath.Header.Type = HARDWARE_DEVICE_PATH;
471 DevicePath.VendorDevicePath.Header.SubType = HW_VENDOR_DP;
472 SetDevicePathNodeLength (&DevicePath.VendorDevicePath.Header, sizeof (EMU_VENDOR_DEVICE_PATH_NODE));
477 CopyMem (&DevicePath.VendorDevicePath.Guid, Guid, sizeof (EFI_GUID));
483 DevicePath.Instance = InstanceNumber;
    [all...]
  /device/linaro/bootloader/edk2/EmulatorPkg/EmuSnpDxe/
EmuSnpDxe.h 27 #include <Protocol/DevicePath.h>
52 EFI_DEVICE_PATH_PROTOCOL *DevicePath;
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaIoDxe/
IsaDriver.c 88 EFI_DEVICE_PATH_PROTOCOL *DevicePath;
98 (VOID **) &DevicePath,
108 Status = gBS->LocateDevicePath (&gEfiPciIoProtocolGuid, &DevicePath, &PciHandle);
174 EFI_DEVICE_PATH_PROTOCOL *DevicePath;
190 (VOID **) &DevicePath,
202 TempDevicePath = DevicePath;
240 InitializeIsaIoInstance (IsaIoDevice, DevicePath, Resources);
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/
Ps2Keyboard.c 125 EFI_DEVICE_PATH_PROTOCOL *DevicePath;
134 (VOID **) &DevicePath,
144 Acpi = (ACPI_HID_DEVICE_PATH *) DevicePath;
145 DevicePath = NextDevicePathNode (DevicePath);
146 } while (!IsDevicePathEnd (DevicePath));
208 EFI_DEVICE_PATH_PROTOCOL *DevicePath;
215 (VOID **) &DevicePath,
229 DevicePath
265 ConsoleIn->DevicePath = DevicePath;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
PciLib.h 28 UINT8 *DevicePath;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/GraphicsOutputDxe/
GraphicsOutput.h 24 #include <Protocol/DevicePath.h>
46 EFI_DEVICE_PATH_PROTOCOL *DevicePath;
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/FvbRuntimeDxe/
FvbSmmDxe.h 63 EFI_DEVICE_PATH_PROTOCOL *DevicePath;
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Protocol/
I2cAcpi.h 29 #include <Protocol/DevicePath.h>
51 CONST EFI_DEVICE_PATH_PROTOCOL *DevicePath;
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/Net/MarvellYukonDxe/
MarvellYukon.h 23 #include <Protocol/DevicePath.h>
53 EFI_DEVICE_PATH_PROTOCOL* DevicePath;
    [all...]
  /device/linaro/bootloader/edk2/CorebootPayloadPkg/Library/PlatformBootManagerLib/
PlatformBootManager.h 38 EFI_DEVICE_PATH_PROTOCOL *DevicePath;
  /device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/FdtPlatformDxe/
ShellSetFdt.c 154 EFI_DEVICE_PATH *DevicePath;
162 DevicePath = NULL;
167 DevicePath = Shell->GetDevicePathFromFilePath (FilePath);
168 if (DevicePath != NULL) {
179 DevicePath,
202 DevicePath = EfiDevicePathFromTextProtocol->ConvertTextToDevicePath (
205 if (DevicePath == NULL) {
259 if (DevicePath != NULL) {
260 FreePool (DevicePath);
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/Console/VgaClassDxe/
VgaClass.h 24 #include <Protocol/DevicePath.h>
75 EFI_DEVICE_PATH_PROTOCOL *DevicePath;
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Isa/IsaBusDxe/
IsaBusDxe.c 293 EFI_DEVICE_PATH_PROTOCOL *DevicePath;
311 (VOID **) &DevicePath,
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/
PciHostBridgeLib.h 53 EFI_DEVICE_PATH_PROTOCOL *DevicePath; ///< Device path.
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/NonDiscoverableDeviceRegistrationLib/
NonDiscoverableDeviceRegistrationLib.c 25 #include <Protocol/DevicePath.h>
118 NON_DISCOVERABLE_DEVICE_PATH *DevicePath;
176 DevicePath = (NON_DISCOVERABLE_DEVICE_PATH *)CreateDeviceNode (
179 sizeof (*DevicePath));
180 if (DevicePath == NULL) {
185 CopyGuid (&DevicePath->Vendor.Guid, &gEdkiiNonDiscoverableDeviceProtocolGuid);
191 DevicePath->BaseAddress = Device->Resources [0].AddrRangeMin;
192 DevicePath->ResourceType = Device->Resources [0].ResType;
194 SetDevicePathNodeLength (&DevicePath->Vendor,
195 sizeof (*DevicePath) - sizeof (DevicePath->End));
    [all...]

Completed in 621 milliseconds

1 2 3 4 5 6 7 8 910