Home
last modified time | relevance | path

Searched refs:PciDevicePath (Results 1 – 16 of 16) sorted by relevance

/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
DLegacyIde.c54 PCI_DEVICE_PATH *PciDevicePath; in LegacyBiosBuildIdeData() local
68 PciDevicePath = NULL; in LegacyBiosBuildIdeData()
147 PciDevicePath = (PCI_DEVICE_PATH *) DevicePathNode; in LegacyBiosBuildIdeData()
153 if (PciDevicePath == NULL) { in LegacyBiosBuildIdeData()
169 if ((PciDevicePath->Device == LocalHddInfo[PciIndex].Device) && in LegacyBiosBuildIdeData()
170 (PciDevicePath->Function == LocalHddInfo[PciIndex].Function) in LegacyBiosBuildIdeData()
/device/linaro/bootloader/edk2/CorebootPayloadPkg/Library/PlatformBootManagerLib/
DPlatformConsole.c168 IN EFI_DEVICE_PATH_PROTOCOL *PciDevicePath, in GetGopDevicePath() argument
182 if (PciDevicePath == NULL || GopDevicePath == NULL) { in GetGopDevicePath()
191 *GopDevicePath = PciDevicePath; in GetGopDevicePath()
192 TempPciDevicePath = PciDevicePath; in GetGopDevicePath()
238 PciDevicePath, in GetGopDevicePath()
240 GetDevicePathSize (PciDevicePath) - END_DEVICE_PATH_LENGTH in GetGopDevicePath()
254 EfiBootManagerUpdateConsoleVariable (ConOut, NULL, PciDevicePath); in GetGopDevicePath()
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DDeviceIo.h108 IN OUT EFI_DEVICE_PATH_PROTOCOL **PciDevicePath
259 EFI_PCI_DEVICE_PATH PciDevicePath; member
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/DeviceIo/
DDeviceIo.h67 IN OUT EFI_DEVICE_PATH_PROTOCOL **PciDevicePath
123 EFI_PCI_DEVICE_PATH PciDevicePath; member
/device/linaro/bootloader/edk2/DuetPkg/PciRootBridgeNoEnumerationDxe/
DDeviceIo.c78 Private->DeviceIo.PciDevicePath = DeviceIoPciDevicePath; in DeviceIoConstructor()
547 IN OUT EFI_DEVICE_PATH_PROTOCOL **PciDevicePath in DeviceIoPciDevicePath() argument
588 *PciDevicePath = Private->DevicePath; in DeviceIoPciDevicePath()
592 *PciDevicePath = AppendPciDevicePath ( in DeviceIoPciDevicePath()
597 *PciDevicePath, in DeviceIoPciDevicePath()
601 if (*PciDevicePath == NULL) { in DeviceIoPciDevicePath()
DDeviceIo.h277 IN OUT EFI_DEVICE_PATH_PROTOCOL **PciDevicePath
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/DeviceIoOnPciRootBridgeIoThunk/
DDeviceIoOnPciRootBridgeIoThunk.c220 IN OUT EFI_DEVICE_PATH_PROTOCOL **PciDevicePath
950 IN OUT EFI_DEVICE_PATH_PROTOCOL **PciDevicePath in DeviceIoPciDevicePath() argument
970 *PciDevicePath = Private->DevicePath; in DeviceIoPciDevicePath()
974 *PciDevicePath = AppendPciDevicePath ( in DeviceIoPciDevicePath()
979 *PciDevicePath, in DeviceIoPciDevicePath()
983 if (*PciDevicePath == NULL) { in DeviceIoPciDevicePath()
/device/linaro/bootloader/edk2/OvmfPkg/Library/PlatformBootManagerLib/
DBdsPlatform.c540 IN EFI_DEVICE_PATH_PROTOCOL *PciDevicePath, in GetGopDevicePath() argument
552 if (PciDevicePath == NULL || GopDevicePath == NULL) { in GetGopDevicePath()
559 *GopDevicePath = PciDevicePath; in GetGopDevicePath()
560 TempPciDevicePath = PciDevicePath; in GetGopDevicePath()
596 PciDevicePath, in GetGopDevicePath()
598 GetDevicePathSize (PciDevicePath) - END_DEVICE_PATH_LENGTH in GetGopDevicePath()
613 EfiBootManagerUpdateConsoleVariable (ConOutDev, NULL, PciDevicePath); in GetGopDevicePath()
/device/linaro/bootloader/edk2/DuetPkg/Library/DuetBdsLib/
DBdsPlatform.c615 IN EFI_DEVICE_PATH_PROTOCOL *PciDevicePath, in GetGopDevicePath() argument
627 if (PciDevicePath == NULL || GopDevicePath == NULL) { in GetGopDevicePath()
634 *GopDevicePath = PciDevicePath; in GetGopDevicePath()
635 TempPciDevicePath = PciDevicePath; in GetGopDevicePath()
671 PciDevicePath, in GetGopDevicePath()
673 GetDevicePathSize (PciDevicePath) - END_DEVICE_PATH_LENGTH in GetGopDevicePath()
688 BdsLibUpdateConsoleVariable (VarConsoleOutDev, NULL, PciDevicePath); in GetGopDevicePath()
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/SmmCpuFeaturesLib/
DSmmStm.c536 …if (CompareMem (Resource->PciCfg.PciDevicePath, Record->PciCfg.PciDevicePath, sizeof(STM_PCI_DEVIC… in HandleSingleResource()
785 …source->PciCfg.LastNodeIndex, Resource->PciCfg.PciDevicePath[0].PciDevice, Resource->PciCfg.PciDev… in ValidateResource()
790 …if ((Resource->PciCfg.PciDevicePath[SubIndex].PciDevice > 0x1F) || (Resource->PciCfg.PciDevicePath in ValidateResource()
/device/linaro/bootloader/edk2/UefiCpuPkg/Include/Register/
DStmResourceDescriptor.h154 STM_PCI_DEVICE_PATH_NODE PciDevicePath[1]; member
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/GraphicsOutputDxe/
DGraphicsOutput.c311 EFI_DEVICE_PATH *PciDevicePath; in GraphicsOutputDriverBindingStart() local
364 (VOID **) &PciDevicePath, in GraphicsOutputDriverBindingStart()
493 …Private->DevicePath = AppendDevicePathNode (PciDevicePath, (EFI_DEVICE_PATH_PROTOCOL *) &mGraphics… in GraphicsOutputDriverBindingStart()
/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/
DArmJunoDxe.c39 PCI_DEVICE_PATH PciDevicePath; member
DPciEmulation.c22 PCI_DEVICE_PATH PciDevicePath; member
562 Private->DevicePath.PciDevicePath.Device = DeviceId; in PciInstallDevice()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformSetupDxe/
DSetupInfoRecords.c1550 PCI_DEVICE_PATH *PciDevicePath;
1569 PciDevicePath = NULL;
1599 PciDevicePath = (PCI_DEVICE_PATH *) DevicePathNode;
1605 if (PciDevicePath == NULL) {
1612 if (PciDevicePath->Device== PCI_DEVICE_NUMBER_PCH_SATA) {
1640 if (PciDevicePath->Function == PCI_FUNCTION_NUMBER_PCH_SATA) {
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/PlatformBdsLib/
DBdsPlatform.c281 IN EFI_DEVICE_PATH_PROTOCOL *PciDevicePath, in GetGopDevicePath() argument
296 if (PciDevicePath == NULL || GopDevicePath == NULL) { in GetGopDevicePath()
303 *GopDevicePath = PciDevicePath; in GetGopDevicePath()
304 TempPciDevicePath = PciDevicePath; in GetGopDevicePath()
425 PciDevicePath, in GetGopDevicePath()
427 GetDevicePathSize (PciDevicePath) - END_DEVICE_PATH_LENGTH in GetGopDevicePath()