Searched refs:CONSOLE_IN (Results 1 – 16 of 16) sorted by relevance
/device/linaro/bootloader/edk2/Nt32Pkg/Library/PlatformBootManagerLib/ |
D | PlatformData.c | 140 (CONSOLE_OUT | CONSOLE_IN) 144 (CONSOLE_OUT | CONSOLE_IN) 148 (CONSOLE_OUT | CONSOLE_IN) 152 (CONSOLE_OUT | CONSOLE_IN)
|
D | PlatformBootManager.h | 58 #define CONSOLE_IN BIT1 macro
|
D | PlatformBootManager.c | 108 if ((gPlatformConsole[Index].ConnectType & CONSOLE_IN) == CONSOLE_IN) { in PlatformBootManagerBeforeConsole()
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/PlatformBdsLib/ |
D | PlatformData.c | 179 {(EFI_DEVICE_PATH_PROTOCOL*)&gHiiVendorDevicePath0, CONSOLE_IN}, 180 {(EFI_DEVICE_PATH_PROTOCOL*)&gIsaKeyboardDevicePath, CONSOLE_IN}, 182 {(EFI_DEVICE_PATH_PROTOCOL*)&gUsbClassKeyboardDevicePath, CONSOLE_IN}, 298 {(EFI_DEVICE_PATH_PROTOCOL*)&gHiiVendorDevicePath0, CONSOLE_IN}, 300 {(EFI_DEVICE_PATH_PROTOCOL*)&gUsbClassKeyboardDevicePath, CONSOLE_IN},
|
D | BdsPlatform.c | 833 if ((PlatformConsole[Index].ConnectType & CONSOLE_IN) == CONSOLE_IN) { in PlatformBdsConnectConsole() 2921 if ((PlatformConsole[Index].ConnectType & CONSOLE_IN) == CONSOLE_IN) { in PlatformBdsConnectSimpleConsole()
|
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/PlatformBootManagerLib/ |
D | PlatformData.c | 226 { (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) },
|
D | PlatformBootManager.h | 52 #define CONSOLE_IN BIT1 macro
|
D | PlatformBootManager.c | 218 if ((gPlatformConsole[Index].ConnectType & CONSOLE_IN) == CONSOLE_IN) { in PlatformBootManagerBeforeConsole()
|
/device/linaro/bootloader/edk2/EmulatorPkg/Library/EmuBdsLib/ |
D | PlatformData.c | 57 (CONSOLE_OUT | CONSOLE_IN)
|
D | BdsPlatform.c | 123 if ((PlatformConsole[Index].ConnectType & CONSOLE_IN) == CONSOLE_IN) { in PlatformBdsConnectConsole()
|
/device/linaro/bootloader/edk2/DuetPkg/Library/DuetBdsLib/ |
D | PlatformData.c | 144 CONSOLE_IN
|
D | BdsPlatform.c | 960 if ((PlatformConsole[Index].ConnectType & CONSOLE_IN) == CONSOLE_IN) { in PlatformBdsConnectConsole()
|
/device/linaro/bootloader/edk2/CorebootPayloadPkg/Library/PlatformBootManagerLib/ |
D | PlatformBootManager.h | 52 #define CONSOLE_IN BIT1 macro
|
/device/linaro/bootloader/edk2/OvmfPkg/Library/PlatformBootManagerLib/ |
D | BdsPlatform.h | 159 #define CONSOLE_IN BIT1 macro
|
D | BdsPlatform.c | 949 if ((PlatformConsole[Index].ConnectType & CONSOLE_IN) == CONSOLE_IN) { in PlatformInitializeConsole()
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Include/Library/ |
D | GenericBdsLib.h | 39 #define CONSOLE_IN 0x00000004 macro 40 #define CONSOLE_ALL (CONSOLE_OUT | CONSOLE_IN | STD_ERROR)
|