Home
last modified time | relevance | path

Searched refs:ConIn (Results 1 – 25 of 90) sorted by relevance

1234

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/
DPs2Keyboard.c260 (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 …]
DComponentName.c312 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()
DPs2Keyboard.h78 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/IntelFrameworkModulePkg/Bus/Isa/Ps2KeyboardDxe/
DPs2Keyboard.c240 (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 …]
DComponentName.c312 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()
DPs2Keyboard.h76 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/Universal/EbcDxe/EbcDebugger/
DEdbSupportUI.c200 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/
DSetupBrowser.c324 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/
DEditInputBar.c177 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/
DConsole.c462 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/
DDriverConfiguration.c53 Status = gST->ConIn->ReadKeyStroke (gST->ConIn, &Key); in GetResponse()
/device/linaro/bootloader/edk2/MdePkg/Library/UefiLib/
DConsole.c558 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/
DUefiShellLib.c3360 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/
DShellParametersProtocol.c750 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()
DShellParametersProtocol.h108 EFI_SIMPLE_TEXT_INPUT_PROTOCOL *ConIn; member
/device/linaro/bootloader/edk2/Nt32Pkg/Library/PlatformBootManagerLib/
DMemoryTest.c194 KeyStatus = gST->ConIn->ReadKeyStroke (gST->ConIn, &Key); in PlatformBootManagerMemoryTest()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
DBmConsole.c536 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/
DMain.c260 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/
DBootManager.c397 gST->ConIn->ReadKeyStroke (gST->ConIn, &Key); in CallBootManager()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/BdsDxe/
DBdsEntry.c80 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/
DDxeTrEEPhysicalPresenceLib.c177 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/
DBdsPlatform.c475 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/CorebootPayloadPkg/Library/PlatformBootManagerLib/
DPlatformConsole.c150 EfiBootManagerUpdateConsoleVariable (ConIn, DevicePath, NULL); in PrepareLpcBridgeDevicePath()
331 EfiBootManagerUpdateConsoleVariable (ConIn, DevicePath, NULL); in PreparePciSerialDevicePath()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/
DGenericBdsLib.inf89 ## SOMETIMES_CONSUMES ## Variable:L"ConIn" # The device path of console in device
90 ## SOMETIMES_PRODUCES ## Variable:L"ConIn" # The device path of console in device
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/
DGenericBdsLib.inf90 ## 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

1234