/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/Ps2KeyboardDxe/ |
D | Ps2Keyboard.c | 240 (ConsoleIn->ConIn).Reset = KeyboardEfiReset; in KbdControllerDriverStart() 241 (ConsoleIn->ConIn).ReadKeyStroke = KeyboardReadKeyStroke; in KbdControllerDriverStart() 287 &((ConsoleIn->ConIn).WaitForKey) in KbdControllerDriverStart() 394 &ConsoleIn->ConIn, in KbdControllerDriverStart() 418 if ((ConsoleIn != NULL) && (ConsoleIn->ConIn.WaitForKey != NULL)) { in KbdControllerDriverStart() 419 gBS->CloseEvent (ConsoleIn->ConIn.WaitForKey); in KbdControllerDriverStart() 491 EFI_SIMPLE_TEXT_INPUT_PROTOCOL *ConIn; in KbdControllerDriverStop() local 501 (VOID **) &ConIn, in KbdControllerDriverStop() 521 ConsoleIn = KEYBOARD_CONSOLE_IN_DEV_FROM_THIS (ConIn); in KbdControllerDriverStop() 551 &ConsoleIn->ConIn, in KbdControllerDriverStop() [all …]
|
D | ComponentName.c | 312 EFI_SIMPLE_TEXT_INPUT_PROTOCOL *ConIn; in Ps2KeyboardComponentNameGetControllerName() local 354 (VOID **) &ConIn, in Ps2KeyboardComponentNameGetControllerName() 363 ConsoleIn = KEYBOARD_CONSOLE_IN_DEV_FROM_THIS (ConIn); in Ps2KeyboardComponentNameGetControllerName()
|
D | Ps2Keyboard.h | 76 EFI_SIMPLE_TEXT_INPUT_PROTOCOL ConIn; member 124 #define KEYBOARD_CONSOLE_IN_DEV_FROM_THIS(a) CR (a, KEYBOARD_CONSOLE_IN_DEV, ConIn, KEYBOARD_CONSO…
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/ |
D | Ps2Keyboard.c | 260 (ConsoleIn->ConIn).Reset = KeyboardEfiReset; in KbdControllerDriverStart() 261 (ConsoleIn->ConIn).ReadKeyStroke = KeyboardReadKeyStroke; in KbdControllerDriverStart() 306 &((ConsoleIn->ConIn).WaitForKey) in KbdControllerDriverStart() 412 &ConsoleIn->ConIn, in KbdControllerDriverStart() 436 if ((ConsoleIn != NULL) && (ConsoleIn->ConIn.WaitForKey != NULL)) { in KbdControllerDriverStart() 437 gBS->CloseEvent (ConsoleIn->ConIn.WaitForKey); in KbdControllerDriverStart() 502 EFI_SIMPLE_TEXT_INPUT_PROTOCOL *ConIn; in KbdControllerDriverStop() local 512 (VOID **) &ConIn, in KbdControllerDriverStop() 532 ConsoleIn = KEYBOARD_CONSOLE_IN_DEV_FROM_THIS (ConIn); in KbdControllerDriverStop() 562 &ConsoleIn->ConIn, in KbdControllerDriverStop() [all …]
|
D | ComponentName.c | 312 EFI_SIMPLE_TEXT_INPUT_PROTOCOL *ConIn; in Ps2KeyboardComponentNameGetControllerName() local 334 (VOID **) &ConIn, in Ps2KeyboardComponentNameGetControllerName() 343 ConsoleIn = KEYBOARD_CONSOLE_IN_DEV_FROM_THIS (ConIn); in Ps2KeyboardComponentNameGetControllerName()
|
D | Ps2Keyboard.h | 78 EFI_SIMPLE_TEXT_INPUT_PROTOCOL ConIn; member 125 #define KEYBOARD_CONSOLE_IN_DEV_FROM_THIS(a) CR (a, KEYBOARD_CONSOLE_IN_DEV, ConIn, KEYBOARD_CONSO…
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/EbcDebugger/ |
D | EdbSupportUI.c | 200 EFI_SIMPLE_TEXT_INPUT_PROTOCOL *ConIn; in Input() local 223 ConIn = gST->ConIn; in Input() 226 ASSERT (ConIn != NULL); in Input() 266 WaitForSingleEvent (ConIn->WaitForKey, 0); in Input() 267 ConIn->ReadKeyStroke (ConIn, &Key); in Input() 621 WaitForSingleEvent (gST->ConIn->WaitForKey, 0); in SetPageBreak() 622 gST->ConIn->ReadKeyStroke (gST->ConIn, &Key); in SetPageBreak()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/ |
D | SetupBrowser.c | 324 Status = WaitForSingleEvent (gST->ConIn->WaitForKey, ONE_SECOND); in ShowProgress() 356 Status = gST->ConIn->ReadKeyStroke (gST->ConIn, &Key); in ShowProgress() 682 gBS->WaitForEvent (1, &gST->ConIn->WaitForKey, &EventIndex); in ThunkCreatePopUp() 683 gST->ConIn->ReadKeyStroke (gST->ConIn, Key); in ThunkCreatePopUp()
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/ |
D | EditInputBar.c | 177 gBS->WaitForEvent (1, &gST->ConIn->WaitForKey, &EventIndex); in InputBarRefresh() 178 Status = gST->ConIn->ReadKeyStroke (gST->ConIn, &Key); in InputBarRefresh()
|
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Library/FrameworkUefiLib/ |
D | Console.c | 462 Status = gST->ConIn->ReadKeyStroke (gST->ConIn, Key); in CreatePopUp() 473 gBS->WaitForEvent (1, &gST->ConIn->WaitForKey, &EventIndex); in CreatePopUp()
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/ |
D | DriverConfiguration.c | 53 Status = gST->ConIn->ReadKeyStroke (gST->ConIn, &Key); in GetResponse()
|
/device/linaro/bootloader/edk2/MdePkg/Library/UefiLib/ |
D | Console.c | 558 Status = gST->ConIn->ReadKeyStroke (gST->ConIn, Key); in CreatePopUp() 569 gBS->WaitForEvent (1, &gST->ConIn->WaitForKey, &EventIndex); in CreatePopUp()
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLib/ |
D | UefiShellLib.c | 3360 gBS->WaitForEvent (1, &gST->ConIn->WaitForKey, &EventIndex); in ShellPromptForResponse() 3361 Status = gST->ConIn->ReadKeyStroke (gST->ConIn, &Key); in ShellPromptForResponse() 3385 gBS->WaitForEvent (1, &gST->ConIn->WaitForKey, &EventIndex); in ShellPromptForResponse() 3386 Status = gST->ConIn->ReadKeyStroke (gST->ConIn, &Key); in ShellPromptForResponse() 3420 gBS->WaitForEvent (1, &gST->ConIn->WaitForKey, &EventIndex); in ShellPromptForResponse() 3421 Status = gST->ConIn->ReadKeyStroke (gST->ConIn, &Key); in ShellPromptForResponse() 3464 gBS->WaitForEvent (1, &gST->ConIn->WaitForKey, &EventIndex); in ShellPromptForResponse() 3466 Status = gST->ConIn->ReadKeyStroke (gST->ConIn, &Key); in ShellPromptForResponse() 3477 Status = gST->ConIn->ReadKeyStroke (gST->ConIn, &Key); in ShellPromptForResponse() 3497 gBS->WaitForEvent (1, &gST->ConIn->WaitForKey, &EventIndex); in ShellPromptForResponse() [all …]
|
/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/ |
D | ShellParametersProtocol.c | 750 SystemTableInfo->ConIn = gST->ConIn; in UpdateStdInStdOutStdErr() 1245 gST->ConIn = CreateSimpleTextInOnFile(TempHandle, &gST->ConsoleInHandle); in UpdateStdInStdOutStdErr() 1267 gST->ConIn = CreateSimpleTextInOnFile(TempHandle, &gST->ConsoleInHandle); in UpdateStdInStdOutStdErr() 1276 if (gST->ConIn == NULL ||gST->ConOut == NULL) { in UpdateStdInStdOutStdErr() 1339 if (gST->ConIn != SystemTableInfo->ConIn) { in RestoreStdInStdOutStdErr() 1340 CloseSimpleTextInOnFile(gST->ConIn); in RestoreStdInStdOutStdErr() 1341 gST->ConIn = SystemTableInfo->ConIn; in RestoreStdInStdOutStdErr()
|
D | ShellParametersProtocol.h | 108 EFI_SIMPLE_TEXT_INPUT_PROTOCOL *ConIn; member
|
/device/linaro/bootloader/edk2/Nt32Pkg/Library/PlatformBootManagerLib/ |
D | MemoryTest.c | 194 KeyStatus = gST->ConIn->ReadKeyStroke (gST->ConIn, &Key); in PlatformBootManagerMemoryTest()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/ |
D | BmConsole.c | 536 if ((ConsoleType != ConIn) && (ConsoleType != ConOut) && (ConsoleType != ErrOut)) { in EfiBootManagerConnectConsoleVariable() 665 EfiBootManagerUpdateConsoleVariable (ConIn, ConDevicePath, NULL); in EfiBootManagerConnectAllConsoles() 729 Status = EfiBootManagerConnectConsoleVariable (ConIn); in EfiBootManagerConnectAllDefaultConsoles() 747 …eConsole (L"ConIn", &gEfiSimpleTextInProtocolGuid, &gST->ConsoleInHandle, (VOID **) &gST->ConIn)) { in EfiBootManagerConnectAllDefaultConsoles()
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Ebl/ |
D | Main.c | 260 WaitList[0] = gST->ConIn->WaitForKey; in EblGetCharKey() 275 Status = gST->ConIn->ReadKeyStroke (gST->ConIn, Key); in EblGetCharKey()
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMngr/ |
D | BootManager.c | 397 gST->ConIn->ReadKeyStroke (gST->ConIn, &Key); in CallBootManager()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/BdsDxe/ |
D | BdsEntry.c | 80 Status = EfiBootManagerConnectConsoleVariable (ConIn); in BdsDxeOnConnectConInCallBack() 295 while (gST->ConIn != NULL) { in BdsReadKeys() 297 Status = gST->ConIn->ReadKeyStroke (gST->ConIn, &Key); in BdsReadKeys()
|
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTrEEPhysicalPresenceLib/ |
D | DxeTrEEPhysicalPresenceLib.c | 177 Status = gBS->CheckEvent (gST->ConIn->WaitForKey); in TrEEReadUserKey() 179 Status = gST->ConIn->ReadKeyStroke (gST->ConIn, &Key); in TrEEReadUserKey()
|
/device/linaro/bootloader/edk2/OvmfPkg/Library/PlatformBootManagerLib/ |
D | BdsPlatform.c | 475 EfiBootManagerUpdateConsoleVariable (ConIn, DevicePath, NULL); in PrepareLpcBridgeDevicePath() 503 EfiBootManagerUpdateConsoleVariable (ConIn, DevicePath, NULL); in PrepareLpcBridgeDevicePath() 532 EfiBootManagerUpdateConsoleVariable (ConIn, DevicePath, NULL); in PrepareLpcBridgeDevicePath() 707 EfiBootManagerUpdateConsoleVariable (ConIn, DevicePath, NULL); in PreparePciSerialDevicePath() 950 EfiBootManagerUpdateConsoleVariable (ConIn, PlatformConsole[Index].DevicePath, NULL); in PlatformInitializeConsole()
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/ |
D | GenericBdsLib.inf | 90 ## SOMETIMES_CONSUMES ## Variable:L"ConIn" # The device path of console in device 91 ## SOMETIMES_PRODUCES ## Variable:L"ConIn" # The device path of console in device
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/ |
D | MemoryTest.c | 357 KeyStatus = gST->ConIn->ReadKeyStroke (gST->ConIn, &Key); in BdsMemoryTest()
|
/device/linaro/bootloader/edk2/ArmPkg/Library/PlatformBootManagerLib/ |
D | PlatformBm.c | 478 EfiBootManagerUpdateConsoleVariable (ConIn, in PlatformBootManagerBeforeConsole() 487 EfiBootManagerUpdateConsoleVariable (ConIn, in PlatformBootManagerBeforeConsole()
|