Home
last modified time | relevance | path

Searched refs:CONSOLE_IN (Results 1 – 15 of 15) sorted by relevance

/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/PlatformBdsLib/
DPlatformData.c135 {(EFI_DEVICE_PATH_PROTOCOL*)&gHiiVendorDevicePath0, CONSOLE_IN},
136 {(EFI_DEVICE_PATH_PROTOCOL*)&gIsaKeyboardDevicePath, CONSOLE_IN},
137 {(EFI_DEVICE_PATH_PROTOCOL*)&gUsbClassKeyboardDevicePath, CONSOLE_IN},
253 {(EFI_DEVICE_PATH_PROTOCOL*)&gHiiVendorDevicePath0, CONSOLE_IN},
254 {(EFI_DEVICE_PATH_PROTOCOL*)&gUsbClassKeyboardDevicePath, CONSOLE_IN},
DBdsPlatform.c834 if ((PlatformConsole[Index].ConnectType & CONSOLE_IN) == CONSOLE_IN) { in PlatformBdsConnectConsole()
2855 if ((PlatformConsole[Index].ConnectType & CONSOLE_IN) == CONSOLE_IN) {
/device/linaro/bootloader/edk2/Nt32Pkg/Library/PlatformBootManagerLib/
DPlatformData.c140 (CONSOLE_OUT | CONSOLE_IN)
144 (CONSOLE_OUT | CONSOLE_IN)
148 (CONSOLE_OUT | CONSOLE_IN)
152 (CONSOLE_OUT | CONSOLE_IN)
DPlatformBootManager.h57 #define CONSOLE_IN BIT1 macro
DPlatformBootManager.c191 if ((gPlatformConsole[Index].ConnectType & CONSOLE_IN) == CONSOLE_IN) { in PlatformBootManagerBeforeConsole()
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/PlatformBootManagerLib/
DPlatformData.c226 { (EFI_DEVICE_PATH_PROTOCOL *) &gPciUartDevicePath0, (CONSOLE_OUT | CONSOLE_IN) },
227 { (EFI_DEVICE_PATH_PROTOCOL *) &gPciUartDevicePath1, (CONSOLE_OUT | CONSOLE_IN) },
228 { (EFI_DEVICE_PATH_PROTOCOL *) &gDebugAgentUartDevicePath, (CONSOLE_OUT | CONSOLE_IN) },
229 { (EFI_DEVICE_PATH_PROTOCOL *) &gUsbClassKeyboardDevicePath, (CONSOLE_IN) },
DPlatformBootManager.h47 #define CONSOLE_IN BIT1 macro
DPlatformBootManager.c216 if ((gPlatformConsole[Index].ConnectType & CONSOLE_IN) == CONSOLE_IN) { in PlatformBootManagerBeforeConsole()
/device/linaro/bootloader/edk2/EmulatorPkg/Library/EmuBdsLib/
DPlatformData.c57 (CONSOLE_OUT | CONSOLE_IN)
DBdsPlatform.c123 if ((PlatformConsole[Index].ConnectType & CONSOLE_IN) == CONSOLE_IN) { in PlatformBdsConnectConsole()
/device/linaro/bootloader/edk2/DuetPkg/Library/DuetBdsLib/
DPlatformData.c144 CONSOLE_IN
DBdsPlatform.c960 if ((PlatformConsole[Index].ConnectType & CONSOLE_IN) == CONSOLE_IN) { in PlatformBdsConnectConsole()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Include/Library/
DGenericBdsLib.h39 #define CONSOLE_IN 0x00000004 macro
40 #define CONSOLE_ALL (CONSOLE_OUT | CONSOLE_IN | STD_ERROR)
/device/linaro/bootloader/edk2/CorebootPayloadPkg/Library/PlatformBdsLib/
DBdsPlatform.c589 if ((PlatformConsole[Index].ConnectType & CONSOLE_IN) == CONSOLE_IN) { in PlatformBdsConnectConsole()
/device/linaro/bootloader/edk2/OvmfPkg/Library/PlatformBdsLib/
DBdsPlatform.c681 if ((PlatformConsole[Index].ConnectType & CONSOLE_IN) == CONSOLE_IN) { in PlatformBdsConnectConsole()