HomeSort by relevance Sort by last modified time
    Searched defs:SimpleTextIn (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/OpenPlatformPkg/Drivers/Keyboard/VirtualKeyboardDxe/
VirtualKeyboard.h 24 #include <Protocol/SimpleTextIn.h>
89 EFI_SIMPLE_TEXT_INPUT_PROTOCOL SimpleTextIn;
107 #define VIRTUAL_KEYBOARD_DEV_FROM_THIS(a) CR (a, VIRTUAL_KEYBOARD_DEV, SimpleTextIn, VIRTUAL_KEYBOARD_DEV_SIGNATURE)
  /device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
ConsoleWrappers.c 21 EFI_SIMPLE_TEXT_INPUT_PROTOCOL SimpleTextIn;
55 @param[in] This A pointer to the SimpleTextIn structure.
73 @param[in] This A pointer to the SimpleTextIn structure.
163 ProtocolToReturn->SimpleTextIn.Reset = FileBasedSimpleTextInReset;
164 ProtocolToReturn->SimpleTextIn.ReadKeyStroke = FileBasedSimpleTextInReadKeyStroke;
170 &ProtocolToReturn->SimpleTextIn,
171 &ProtocolToReturn->SimpleTextIn.WaitForKey
183 &(ProtocolToReturn->SimpleTextIn));
197 @param[in] SimpleTextIn The pointer to the SimpleTextIn to close.
    [all...]
  /device/linaro/bootloader/edk2/EmulatorPkg/EmuGopDxe/
Gop.h 21 #include <Protocol/SimpleTextIn.h>
80 EFI_SIMPLE_TEXT_INPUT_PROTOCOL SimpleTextIn;
114 CR(a, GOP_PRIVATE_DATA, SimpleTextIn, GOP_PRIVATE_DATA_SIGNATURE)
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/KeyboardDxe/
BiosKeyboard.c 265 BiosKeyboardPrivate->SimpleTextIn.Reset = BiosKeyboardReset;
266 BiosKeyboardPrivate->SimpleTextIn.ReadKeyStroke = BiosKeyboardReadKeyStroke;
299 &(BiosKeyboardPrivate->SimpleTextIn),
300 &((BiosKeyboardPrivate->SimpleTextIn).WaitForKey)
303 (BiosKeyboardPrivate->SimpleTextIn).WaitForKey = NULL;
453 &BiosKeyboardPrivate->SimpleTextIn,
473 if ((BiosKeyboardPrivate->SimpleTextIn).WaitForKey != NULL) {
474 gBS->CloseEvent ((BiosKeyboardPrivate->SimpleTextIn).WaitForKey);
530 EFI_SIMPLE_TEXT_INPUT_PROTOCOL *SimpleTextIn;
539 (VOID **) &SimpleTextIn,
    [all...]
BiosKeyboard.h 23 #include <Protocol/SimpleTextIn.h>
215 EFI_SIMPLE_TEXT_INPUT_PROTOCOL SimpleTextIn;
237 #define BIOS_KEYBOARD_DEV_FROM_THIS(a) CR (a, BIOS_KEYBOARD_DEV, SimpleTextIn, BIOS_KEYBOARD_DEV_SIGNATURE)
  /device/linaro/bootloader/edk2/Nt32Pkg/WinNtGopDxe/
WinNtGop.h 33 #include <Protocol/SimpleTextIn.h>
98 EFI_SIMPLE_TEXT_INPUT_PROTOCOL SimpleTextIn;
165 CR(a, GOP_PRIVATE_DATA, SimpleTextIn, GOP_PRIVATE_DATA_SIGNATURE)

Completed in 1198 milliseconds