Home
last modified time | relevance | path

Searched refs:ACPI_DEVICE_PATH (Results 1 – 25 of 46) sorted by relevance

12

/device/linaro/bootloader/edk2/Nt32Pkg/MiscSubClassPlatformDxe/
DMiscDevicePath.h46 ACPI_DEVICE_PATH, ACPI_DP, (UINT8) (sizeof (ACPI_HID_DEVICE_PATH)), (UINT8) \
61 ACPI_DEVICE_PATH, ACPI_DP, (UINT8) (sizeof (ACPI_HID_DEVICE_PATH)), (UINT8) \
/device/linaro/bootloader/edk2/EmulatorPkg/MiscSubClassPlatformDxe/
DMiscDevicePath.h46 {ACPI_DEVICE_PATH, ACPI_DP, {(UINT8) (sizeof (ACPI_HID_DEVICE_PATH)), (UINT8) \
61 {ACPI_DEVICE_PATH, ACPI_DP, {(UINT8) (sizeof (ACPI_HID_DEVICE_PATH)), (UINT8) \
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Dxe/SmbiosMiscDxe/
DMiscDevicePath.h31 #define DP_ACPI { ACPI_DEVICE_PATH,\
40 #define DP_LPC(eisaid,function ){ ACPI_DEVICE_PATH, \
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/IohInit/Dxe/
DIohBds.h42 ACPI_DEVICE_PATH, \
/device/linaro/bootloader/edk2/DuetPkg/PciRootBridgeNoEnumerationDxe/
DPcatPciRootBridgeDevicePath.c37 ACPI_DEVICE_PATH,
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/ConPlatformDxe/
DConPlatform.c795 …if ((DevicePathType (NodeLeft) == ACPI_DEVICE_PATH && DevicePathSubType (NodeLeft) == ACPI_ADR_DP)… in IsGopSibling()
797 …DevicePathType (NextDevicePathNode (NodeLeft)) == ACPI_DEVICE_PATH && DevicePathSubType (NextDevic… in IsGopSibling()
807 …if ((DevicePathType (NodeRight) == ACPI_DEVICE_PATH && DevicePathSubType (NodeRight) == ACPI_ADR_D… in IsGopSibling()
809 …DevicePathType (NextDevicePathNode (NodeRight)) == ACPI_DEVICE_PATH && DevicePathSubType (NextDevi… in IsGopSibling()
/device/linaro/bootloader/edk2/CorebootPayloadPkg/Library/PlatformBdsLib/
DBdsPlatform.h70 ACPI_DEVICE_PATH, \
/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
DBmConsole.c185 …if (DevicePathType (Previous) == ACPI_DEVICE_PATH && DevicePathSubType (Previous) == ACPI_ADR_DP) { in EfiBootManagerGetGopDevicePath()
584 if (DevicePathType (Next) == ACPI_DEVICE_PATH && DevicePathSubType (Next) == ACPI_ADR_DP) { in EfiBootManagerConnectConsoleVariable()
588 DevicePathType (NextDevicePathNode (Next)) == ACPI_DEVICE_PATH && in EfiBootManagerConnectConsoleVariable()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/
DIsaBus.c104 if (RemainingDevicePath->Type != ACPI_DEVICE_PATH) { in IsaBusControllerDriverSupported()
609 Node.DevPath.Type = ACPI_DEVICE_PATH; in IsaCreateDevice()
/device/linaro/bootloader/edk2/DuetPkg/Library/DuetBdsLib/
DBdsPlatform.h91 ACPI_DEVICE_PATH, \
/device/linaro/bootloader/edk2/OvmfPkg/Library/PlatformBdsLib/
DBdsPlatform.h103 ACPI_DEVICE_PATH, \
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/PlatformBootManagerLib/
DPlatformData.c60 ACPI_DEVICE_PATH, \
/device/linaro/bootloader/edk2/OvmfPkg/Library/QemuBootOrderLib/
DExtraRootBusMap.c191 if (DevicePathType (DevicePath) == ACPI_DEVICE_PATH && in CreateExtraRootBusMap()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Wpce791/
DLpcDriver.c130 if (AcpiNode->Header.Type != ACPI_DEVICE_PATH || in LpcDriverSupported()
/device/linaro/bootloader/edk2/OptionRomPkg/CirrusLogic5430Dxe/
DCirrusLogic5430.c192 if (Node->DevPath.Type != ACPI_DEVICE_PATH || in CirrusLogic5430ControllerDriverSupported()
331 AcpiDeviceNode.Header.Type = ACPI_DEVICE_PATH; in CirrusLogic5430ControllerDriverStart()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/PlatformBdsLib/
DBdsPlatform.h114 ACPI_DEVICE_PATH, \
/device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/
DDevicePathToText.c2062 {ACPI_DEVICE_PATH, L"AcpiPath" },
2131 {ACPI_DEVICE_PATH, ACPI_DP, DevPathToTextAcpi },
2132 {ACPI_DEVICE_PATH, ACPI_EXTENDED_DP, DevPathToTextAcpiEx },
2133 {ACPI_DEVICE_PATH, ACPI_ADR_DP, DevPathToTextAcpiAdr },
DDevicePathFromText.c843 return DevPathFromTextGenericPath (ACPI_DEVICE_PATH, TextDeviceNode); in DevPathFromTextAcpiPath()
885 ACPI_DEVICE_PATH, in DevPathFromTextAcpi()
916 ACPI_DEVICE_PATH, in ConvertFromTextAcpi()
1057 ACPI_DEVICE_PATH, in DevPathFromTextAcpiEx()
1099 ACPI_DEVICE_PATH, in DevPathFromTextAcpiExp()
1145 ACPI_DEVICE_PATH, in DevPathFromTextAcpiAdr()
/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/
DArmJunoDxe.c67 { ACPI_DEVICE_PATH,
DPciEmulation.c41 { ACPI_DEVICE_PATH, ACPI_DP, { sizeof (ACPI_HID_DEVICE_PATH), 0 } },
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/
DEfiDevicePath.h106 #define ACPI_DEVICE_PATH 0x02 macro
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DDevicePath.h197 #define ACPI_DEVICE_PATH 0x02 macro
/device/linaro/bootloader/edk2/CorebootPayloadPkg/FbGop/
DFbGop.c122 if (Node->DevPath.Type != ACPI_DEVICE_PATH || in FbGopDriverBindingSupported()
518 AcpiDeviceNode.Header.Type = ACPI_DEVICE_PATH; in FbGopChildHandleInstall()
/device/linaro/bootloader/edk2/Omap35xxPkg/PciEmulation/
DPciEmulation.c42 { ACPI_DEVICE_PATH, ACPI_DP, { sizeof (ACPI_HID_DEVICE_PATH), 0 } },
/device/linaro/bootloader/OpenPlatformPkg/Chips/TexasInstruments/Omap35xx/PciEmulation/
DPciEmulation.c42 { ACPI_DEVICE_PATH, ACPI_DP, { sizeof (ACPI_HID_DEVICE_PATH), 0 } },

12