Searched defs:SimpleTextInEx (Results 1 - 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/EmulatorPkg/EmuGopDxe/
H A DGop.h22 #include <Protocol/SimpleTextInEx.h>
104 EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL SimpleTextInEx; member in struct:__anon5413
117 CR(a, GOP_PRIVATE_DATA, SimpleTextInEx, GOP_PRIVATE_DATA_SIGNATURE)
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/
H A DHotkey.c120 with SimpleTextInEx protocol interface - RegisterKeyNotify() of ConIn handle.
207 Register the common HotKey notify function to given SimpleTextInEx protocol instance.
209 @param SimpleTextInEx Simple Text Input Ex protocol instance
217 IN EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL *SimpleTextInEx
235 Status = SimpleTextInEx->RegisterKeyNotify (
236 SimpleTextInEx,
257 Callback function for SimpleTextInEx protocol install events
273 EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL *SimpleTextInEx; local
294 (VOID **) &SimpleTextInEx
298 HotkeyRegisterNotify (SimpleTextInEx);
[all...]
/device/linaro/bootloader/edk2/Nt32Pkg/WinNtGopDxe/
H A DWinNtGop.h34 #include <Protocol/SimpleTextInEx.h>
141 EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL SimpleTextInEx; member in struct:__anon9702
168 CR(a, GOP_PRIVATE_DATA, SimpleTextInEx, GOP_PRIVATE_DATA_SIGNATURE)

Completed in 82 milliseconds