Home
last modified time | relevance | path

Searched refs:HARDWARE_DEVICE_PATH (Results 1 – 25 of 130) sorted by relevance

123456

/device/linaro/bootloader/edk2/Nt32Pkg/Library/PlatformBootManagerLib/
DPlatformData.c22 HARDWARE_DEVICE_PATH,
29 HARDWARE_DEVICE_PATH,
41 HARDWARE_DEVICE_PATH,
48 HARDWARE_DEVICE_PATH,
63 HARDWARE_DEVICE_PATH,
70 HARDWARE_DEVICE_PATH,
99 HARDWARE_DEVICE_PATH,
106 HARDWARE_DEVICE_PATH,
/device/linaro/bootloader/edk2/EmulatorPkg/Library/EmuBdsLib/
DPlatformData.c23 HARDWARE_DEVICE_PATH,
37 HARDWARE_DEVICE_PATH,
/device/linaro/bootloader/edk2/EmulatorPkg/Library/DevicePathTextLib/
DDevicePathTextLib.c99 HARDWARE_DEVICE_PATH, in DevPathFromTextEmuThunk()
125 HARDWARE_DEVICE_PATH, in DevPathFromTextEmuThread()
151 HARDWARE_DEVICE_PATH, in DevPathFromTextEmuFs()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/PlatformBdsLib/
DPlatformData.c102 HARDWARE_DEVICE_PATH,
136 HARDWARE_DEVICE_PATH,
/device/linaro/bootloader/edk2/EmulatorPkg/EmuThunkDxe/
DEmuThunk.c35 HARDWARE_DEVICE_PATH,
/device/linaro/bootloader/edk2/Nt32Pkg/WinNtThunkDxe/
DWinNtThunk.c54 HARDWARE_DEVICE_PATH,
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/PlatformBootManagerLib/
DPlatformData.c74 HARDWARE_DEVICE_PATH, \
165 HARDWARE_DEVICE_PATH,
/device/linaro/bootloader/edk2/EmulatorPkg/MiscSubClassPlatformDxe/
DMiscDevicePath.h51 {HARDWARE_DEVICE_PATH, HW_PCI_DP, {(UINT8) (sizeof (PCI_DEVICE_PATH)), (UINT8) \
/device/linaro/bootloader/edk2/Nt32Pkg/MiscSubClassPlatformDxe/
DMiscDevicePath.h51 HARDWARE_DEVICE_PATH, HW_PCI_DP, (UINT8) (sizeof (PCI_DEVICE_PATH)), (UINT8) \
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Dxe/SmbiosMiscDxe/
DMiscDevicePath.h34 #define DP_PCI( device,function) { HARDWARE_DEVICE_PATH,\
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/IohInit/Dxe/
DIohBds.h28 HARDWARE_DEVICE_PATH, \
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/I2c/I2cDxe/
DI2cBus.c53 HARDWARE_DEVICE_PATH,
68 HARDWARE_DEVICE_PATH,
299 if ((DevicePathType (SystemDevicePath) == HARDWARE_DEVICE_PATH) && in CheckRemainingDevicePath()
309 if ((DevicePathType (SystemDevicePath) == HARDWARE_DEVICE_PATH) && in CheckRemainingDevicePath()
450 if ((DevicePathType (RemainingDevicePath) != HARDWARE_DEVICE_PATH) || in I2cBusDriverSupported()
459 if ((DevicePathType (DevPathNode) != HARDWARE_DEVICE_PATH) || in I2cBusDriverSupported()
892 if ((DevicePathType (DevPathNode) == HARDWARE_DEVICE_PATH) && in RegisterI2cDevice()
/device/linaro/bootloader/edk2/EmulatorPkg/EmuBusDriverDxe/
DEmuBusDriverDxe.c61 if (RemainingDevicePath->Type != HARDWARE_DEVICE_PATH || in EmuBusDriverBindingSupported()
238 if (Node->VendorDevicePath.Header.Type == HARDWARE_DEVICE_PATH && in EmuBusDriverBindingStart()
470 DevicePath.VendorDevicePath.Header.Type = HARDWARE_DEVICE_PATH; in EmuBusCreateDevicePath()
/device/linaro/bootloader/edk2/OvmfPkg/Library/PlatformBootManagerLib/
DBdsPlatform.h80 HARDWARE_DEVICE_PATH, \
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiResourcesSampleDxe/
DHiiResourcesSample.c42 HARDWARE_DEVICE_PATH,
/device/linaro/bootloader/edk2/Nt32Pkg/WinNtBusDriverDxe/
DWinNtBusDriver.c251 if (RemainingDevicePath->Type != HARDWARE_DEVICE_PATH || in WinNtBusDriverBindingSupported()
499 if (Node->VendorDevicePath.Header.Type == HARDWARE_DEVICE_PATH && in WinNtBusDriverBindingStart()
785 DevicePath.VendorDevicePath.Header.Type = HARDWARE_DEVICE_PATH; in WinNtBusCreateDevicePath()
/device/linaro/bootloader/edk2/OvmfPkg/Library/XenIoMmioLib/
DXenIoMmioLib.c39 HARDWARE_DEVICE_PATH,
/device/linaro/bootloader/edk2/ArmVirtPkg/VirtioFdtDxe/
DVirtioFdtDxe.c78 HARDWARE_DEVICE_PATH, in InitializeVirtioFdtDxe()
/device/linaro/bootloader/edk2/CorebootPayloadPkg/Library/PlatformBootManagerLib/
DPlatformConsole.c21 HARDWARE_DEVICE_PATH, \
55 HARDWARE_DEVICE_PATH, \
/device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/DtPlatformDxe/
DDtPlatformDxe.c38 HARDWARE_DEVICE_PATH,
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/ConPlatformDxe/
DConPlatform.c796 …(DevicePathType (NodeLeft) == HARDWARE_DEVICE_PATH && DevicePathSubType (NodeLeft) == HW_CONTROLLE… in IsGopSibling()
808 …(DevicePathType (NodeRight) == HARDWARE_DEVICE_PATH && DevicePathSubType (NodeRight) == HW_CONTROL… in IsGopSibling()
1065 if ((DevicePathType (CheckDevicePath) == HARDWARE_DEVICE_PATH) && in IsHotPlugDevice()
/device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/
DDevicePathToText.c181 case HARDWARE_DEVICE_PATH: in DevPathToTextVendor()
2094 {HARDWARE_DEVICE_PATH, L"HardwarePath" },
2158 {HARDWARE_DEVICE_PATH, HW_PCI_DP, DevPathToTextPci },
2159 {HARDWARE_DEVICE_PATH, HW_PCCARD_DP, DevPathToTextPccard },
2160 {HARDWARE_DEVICE_PATH, HW_MEMMAP_DP, DevPathToTextMemMap },
2161 {HARDWARE_DEVICE_PATH, HW_VENDOR_DP, DevPathToTextVendor },
2162 {HARDWARE_DEVICE_PATH, HW_CONTROLLER_DP, DevPathToTextController },
2163 {HARDWARE_DEVICE_PATH, HW_BMC_DP, DevPathToTextBmc },
/device/linaro/bootloader/edk2/DuetPkg/Library/DuetBdsLib/
DBdsPlatform.h77 HARDWARE_DEVICE_PATH, \
/device/linaro/bootloader/edk2/Omap35xxPkg/MmcHostDxe/
DMmcHostDxe.c32 HARDWARE_DEVICE_PATH,
327 …NewDevicePathNode = CreateDeviceNode(HARDWARE_DEVICE_PATH,HW_VENDOR_DP,sizeof(VENDOR_DEVICE_PATH)); in MMCBuildDevicePath()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/NonDiscoverableDeviceRegistrationLib/
DNonDiscoverableDeviceRegistrationLib.c177 HARDWARE_DEVICE_PATH, in RegisterNonDiscoverableMmioDevice()

123456