HomeSort by relevance Sort by last modified time
    Searched refs:CurrentNotify (Results 1 - 9 of 9) sorted by null

  /device/linaro/bootloader/edk2/EmulatorPkg/EmuGopDxe/
GopInput.c 73 EMU_GOP_SIMPLE_TEXTIN_EX_NOTIFY *CurrentNotify;
79 CurrentNotify = CR (
85 if (GopPrivateIsKeyRegistered (&CurrentNotify->KeyData, KeyData)) {
88 gBS->SignalEvent (CurrentNotify->Event);
522 EMU_GOP_SIMPLE_TEXTIN_EX_NOTIFY *CurrentNotify;
536 CurrentNotify = CR (
542 if (GopPrivateIsKeyRegistered (&CurrentNotify->KeyData, KeyData)) {
543 if (CurrentNotify->KeyNotificationFn == KeyNotificationFunction) {
544 *NotifyHandle = CurrentNotify->NotifyHandle;
619 EMU_GOP_SIMPLE_TEXTIN_EX_NOTIFY *CurrentNotify;
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/Ps2KeyboardDxe/
Ps2KbdTextIn.c 559 KEYBOARD_CONSOLE_IN_EX_NOTIFY *CurrentNotify;
577 CurrentNotify = CR (
583 if (IsKeyRegistered (&CurrentNotify->KeyData, KeyData)) {
584 if (CurrentNotify->KeyNotificationFn == KeyNotificationFunction) {
585 *NotifyHandle = CurrentNotify;
640 KEYBOARD_CONSOLE_IN_EX_NOTIFY *CurrentNotify;
654 CurrentNotify = CR (
660 if (CurrentNotify == NotificationHandle) {
664 RemoveEntryList (&CurrentNotify->NotifyEntry);
666 gBS->FreePool (CurrentNotify);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/
Ps2KbdTextIn.c 559 KEYBOARD_CONSOLE_IN_EX_NOTIFY *CurrentNotify;
577 CurrentNotify = CR (
583 if (IsKeyRegistered (&CurrentNotify->KeyData, KeyData)) {
584 if (CurrentNotify->KeyNotificationFn == KeyNotificationFunction) {
585 *NotifyHandle = CurrentNotify;
640 KEYBOARD_CONSOLE_IN_EX_NOTIFY *CurrentNotify;
654 CurrentNotify = CR (
660 if (CurrentNotify == NotificationHandle) {
664 RemoveEntryList (&CurrentNotify->NotifyEntry);
666 gBS->FreePool (CurrentNotify);
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/Keyboard/VirtualKeyboardDxe/
VirtualKeyboard.c 825 VIRTUAL_KEYBOARD_CONSOLE_IN_EX_NOTIFY *CurrentNotify;
842 CurrentNotify = CR (
848 if (IsKeyRegistered (&CurrentNotify->KeyData, KeyData)) {
849 if (CurrentNotify->KeyNotificationFn == KeyNotificationFunction) {
850 *NotifyHandle = CurrentNotify;
905 VIRTUAL_KEYBOARD_CONSOLE_IN_EX_NOTIFY *CurrentNotify;
926 CurrentNotify = CR (
932 if (CurrentNotify == NotificationHandle) {
936 RemoveEntryList (&CurrentNotify->NotifyEntry);
977 VIRTUAL_KEYBOARD_CONSOLE_IN_EX_NOTIFY *CurrentNotify;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbKbDxe/
EfiKey.c     [all...]
  /device/linaro/bootloader/edk2/Nt32Pkg/WinNtGopDxe/
WinNtGopInput.c 242 WIN_NT_GOP_SIMPLE_TEXTIN_EX_NOTIFY *CurrentNotify;
245 CurrentNotify = CR (
251 if (GopPrivateIsKeyRegistered (&CurrentNotify->KeyData, KeyData)) {
252 CurrentNotify->KeyNotificationFn (KeyData);
848 WIN_NT_GOP_SIMPLE_TEXTIN_EX_NOTIFY *CurrentNotify;
862 CurrentNotify = CR (
868 if (GopPrivateIsKeyRegistered (&CurrentNotify->KeyData, KeyData)) {
869 if (CurrentNotify->KeyNotificationFn == KeyNotificationFunction) {
870 *NotifyHandle = CurrentNotify;
918 WIN_NT_GOP_SIMPLE_TEXTIN_EX_NOTIFY *CurrentNotify;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/TerminalDxe/
TerminalConIn.c 341 TERMINAL_CONSOLE_IN_EX_NOTIFY *CurrentNotify;
354 CurrentNotify = CR (
360 if (IsKeyRegistered (&CurrentNotify->KeyData, KeyData)) {
361 if (CurrentNotify->KeyNotificationFn == KeyNotificationFunction) {
362 *NotifyHandle = CurrentNotify;
408 TERMINAL_CONSOLE_IN_EX_NOTIFY *CurrentNotify;
419 CurrentNotify = CR (
425 if (CurrentNotify == NotificationHandle) {
429 RemoveEntryList (&CurrentNotify->NotifyEntry);
431 gBS->FreePool (CurrentNotify);
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/KeyboardDxe/
BiosKeyboard.c     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/ConSplitterDxe/
ConSplitter.c     [all...]

Completed in 254 milliseconds