Searched refs:SimpleTextInputEx (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/BiosThunk/KeyboardDxe/
H A DBiosKeyboard.c275 BiosKeyboardPrivate->SimpleTextInputEx.Reset = BiosKeyboardResetEx;
276 BiosKeyboardPrivate->SimpleTextInputEx.ReadKeyStrokeEx = BiosKeyboardReadKeyStrokeEx;
277 BiosKeyboardPrivate->SimpleTextInputEx.SetState = BiosKeyboardSetState;
278 BiosKeyboardPrivate->SimpleTextInputEx.RegisterKeyNotify = BiosKeyboardRegisterKeyNotify;
279 BiosKeyboardPrivate->SimpleTextInputEx.UnregisterKeyNotify = BiosKeyboardUnregisterKeyNotify;
308 &(BiosKeyboardPrivate->SimpleTextInputEx),
309 &(BiosKeyboardPrivate->SimpleTextInputEx.WaitForKeyEx)
312 BiosKeyboardPrivate->SimpleTextInputEx.WaitForKeyEx = NULL;
354 Status = BiosKeyboardPrivate->SimpleTextInputEx.Reset (
355 &BiosKeyboardPrivate->SimpleTextInputEx,
[all...]
H A DBiosKeyboard.h217 EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL SimpleTextInputEx; member in struct:__anon10371
240 SimpleTextInputEx, \

Completed in 57 milliseconds