HomeSort by relevance Sort by last modified time
    Searched defs:PciDevicePath (Results 1 - 11 of 11) sorted by null

  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/
ArmJunoDxe.c 39 PCI_DEVICE_PATH PciDevicePath;
PciEmulation.c 22 PCI_DEVICE_PATH PciDevicePath;
562 Private->DevicePath.PciDevicePath.Device = DeviceId;
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
LegacyIde.c 54 PCI_DEVICE_PATH *PciDevicePath;
68 PciDevicePath = NULL;
147 PciDevicePath = (PCI_DEVICE_PATH *) DevicePathNode;
153 if (PciDevicePath == NULL) {
169 if ((PciDevicePath->Device == LocalHddInfo[PciIndex].Device) &&
170 (PciDevicePath->Function == LocalHddInfo[PciIndex].Function)
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/GraphicsOutputDxe/
GraphicsOutput.c 311 EFI_DEVICE_PATH *PciDevicePath;
364 (VOID **) &PciDevicePath,
493 Private->DevicePath = AppendDevicePathNode (PciDevicePath, (EFI_DEVICE_PATH_PROTOCOL *) &mGraphicsOutputAdrNode);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/DeviceIo/
DeviceIo.h 67 IN OUT EFI_DEVICE_PATH_PROTOCOL **PciDevicePath
123 EFI_PCI_DEVICE_PATH PciDevicePath;
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DeviceIo.h 95 @param PciDevicePath A pointer to the pointer for the EFI Device Path for PciAddress.
98 @retval EFI_SUCCESS The PciDevicePath returns a pointer to a valid EFI Device Path.
108 IN OUT EFI_DEVICE_PATH_PROTOCOL **PciDevicePath
259 EFI_PCI_DEVICE_PATH PciDevicePath;
  /device/linaro/bootloader/edk2/UefiCpuPkg/Include/Register/
StmResourceDescriptor.h 123 STM PCI Device Path node used for the PciDevicePath field of
154 STM_PCI_DEVICE_PATH_NODE PciDevicePath[1];
155 //STM_PCI_DEVICE_PATH_NODE PciDevicePath[LastNodeIndex + 1];
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformSetupDxe/
SetupInfoRecords.c     [all...]
  /external/syslinux/efi32/include/efi/
efiprot.h 426 IN OUT EFI_DEVICE_PATH **PciDevicePath
482 EFI_PCI_DEVICE_PATH PciDevicePath;
  /external/syslinux/efi64/include/efi/
efiprot.h 426 IN OUT EFI_DEVICE_PATH **PciDevicePath
482 EFI_PCI_DEVICE_PATH PciDevicePath;
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/
efiprot.h 426 IN OUT EFI_DEVICE_PATH **PciDevicePath
482 EFI_PCI_DEVICE_PATH PciDevicePath;

Completed in 460 milliseconds