Searched refs:CurrentNotify (Results 1 – 9 of 9) sorted by relevance
/device/linaro/bootloader/edk2/EmulatorPkg/EmuGopDxe/ |
D | GopInput.c | 73 EMU_GOP_SIMPLE_TEXTIN_EX_NOTIFY *CurrentNotify; in GopPrivateMakeCallbackFunction() local 79 CurrentNotify = CR ( in GopPrivateMakeCallbackFunction() 85 if (GopPrivateIsKeyRegistered (&CurrentNotify->KeyData, KeyData)) { in GopPrivateMakeCallbackFunction() 88 gBS->SignalEvent (CurrentNotify->Event); in GopPrivateMakeCallbackFunction() 522 EMU_GOP_SIMPLE_TEXTIN_EX_NOTIFY *CurrentNotify; in EmuGopSimpleTextInExRegisterKeyNotify() local 536 CurrentNotify = CR ( in EmuGopSimpleTextInExRegisterKeyNotify() 542 if (GopPrivateIsKeyRegistered (&CurrentNotify->KeyData, KeyData)) { in EmuGopSimpleTextInExRegisterKeyNotify() 543 if (CurrentNotify->KeyNotificationFn == KeyNotificationFunction) { in EmuGopSimpleTextInExRegisterKeyNotify() 544 *NotifyHandle = CurrentNotify->NotifyHandle; in EmuGopSimpleTextInExRegisterKeyNotify() 619 EMU_GOP_SIMPLE_TEXTIN_EX_NOTIFY *CurrentNotify; in EmuGopSimpleTextInExUnregisterKeyNotify() local [all …]
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/Ps2KeyboardDxe/ |
D | Ps2KbdTextIn.c | 559 KEYBOARD_CONSOLE_IN_EX_NOTIFY *CurrentNotify; in KeyboardRegisterKeyNotify() local 577 CurrentNotify = CR ( in KeyboardRegisterKeyNotify() 583 if (IsKeyRegistered (&CurrentNotify->KeyData, KeyData)) { in KeyboardRegisterKeyNotify() 584 if (CurrentNotify->KeyNotificationFn == KeyNotificationFunction) { in KeyboardRegisterKeyNotify() 585 *NotifyHandle = CurrentNotify; in KeyboardRegisterKeyNotify() 640 KEYBOARD_CONSOLE_IN_EX_NOTIFY *CurrentNotify; in KeyboardUnregisterKeyNotify() local 654 CurrentNotify = CR ( in KeyboardUnregisterKeyNotify() 660 if (CurrentNotify == NotificationHandle) { in KeyboardUnregisterKeyNotify() 664 RemoveEntryList (&CurrentNotify->NotifyEntry); in KeyboardUnregisterKeyNotify() 666 gBS->FreePool (CurrentNotify); in KeyboardUnregisterKeyNotify()
|
D | Ps2KbdCtrller.c | 1163 KEYBOARD_CONSOLE_IN_EX_NOTIFY *CurrentNotify; in KeyGetchar() local 1462 CurrentNotify = CR ( in KeyGetchar() 1468 if (IsKeyRegistered (&CurrentNotify->KeyData, &KeyData)) { in KeyGetchar() 1469 CurrentNotify->KeyNotificationFn (&KeyData); in KeyGetchar()
|
/device/linaro/bootloader/edk2/Nt32Pkg/WinNtGopDxe/ |
D | WinNtGopInput.c | 242 WIN_NT_GOP_SIMPLE_TEXTIN_EX_NOTIFY *CurrentNotify; in GopPrivateInvokeRegisteredFunction() local 245 CurrentNotify = CR ( in GopPrivateInvokeRegisteredFunction() 251 if (GopPrivateIsKeyRegistered (&CurrentNotify->KeyData, KeyData)) { in GopPrivateInvokeRegisteredFunction() 252 CurrentNotify->KeyNotificationFn (KeyData); in GopPrivateInvokeRegisteredFunction() 848 WIN_NT_GOP_SIMPLE_TEXTIN_EX_NOTIFY *CurrentNotify; in WinNtGopSimpleTextInExRegisterKeyNotify() local 862 CurrentNotify = CR ( in WinNtGopSimpleTextInExRegisterKeyNotify() 868 if (GopPrivateIsKeyRegistered (&CurrentNotify->KeyData, KeyData)) { in WinNtGopSimpleTextInExRegisterKeyNotify() 869 if (CurrentNotify->KeyNotificationFn == KeyNotificationFunction) { in WinNtGopSimpleTextInExRegisterKeyNotify() 870 *NotifyHandle = CurrentNotify; in WinNtGopSimpleTextInExRegisterKeyNotify() 918 WIN_NT_GOP_SIMPLE_TEXTIN_EX_NOTIFY *CurrentNotify; in WinNtGopSimpleTextInExUnregisterKeyNotify() local [all …]
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/TerminalDxe/ |
D | TerminalConIn.c | 339 TERMINAL_CONSOLE_IN_EX_NOTIFY *CurrentNotify; in TerminalConInRegisterKeyNotify() local 352 CurrentNotify = CR ( in TerminalConInRegisterKeyNotify() 358 if (IsKeyRegistered (&CurrentNotify->KeyData, KeyData)) { in TerminalConInRegisterKeyNotify() 359 if (CurrentNotify->KeyNotificationFn == KeyNotificationFunction) { in TerminalConInRegisterKeyNotify() 360 *NotifyHandle = CurrentNotify; in TerminalConInRegisterKeyNotify() 406 TERMINAL_CONSOLE_IN_EX_NOTIFY *CurrentNotify; in TerminalConInUnregisterKeyNotify() local 417 CurrentNotify = CR ( in TerminalConInUnregisterKeyNotify() 423 if (CurrentNotify == NotificationHandle) { in TerminalConInUnregisterKeyNotify() 427 RemoveEntryList (&CurrentNotify->NotifyEntry); in TerminalConInUnregisterKeyNotify() 429 gBS->FreePool (CurrentNotify); in TerminalConInUnregisterKeyNotify() [all …]
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbKbDxe/ |
D | EfiKey.c | 1065 KEYBOARD_CONSOLE_IN_EX_NOTIFY *CurrentNotify; in USBKeyboardRegisterKeyNotify() local 1081 CurrentNotify = CR ( in USBKeyboardRegisterKeyNotify() 1087 if (IsKeyRegistered (&CurrentNotify->KeyData, KeyData)) { in USBKeyboardRegisterKeyNotify() 1088 if (CurrentNotify->KeyNotificationFn == KeyNotificationFunction) { in USBKeyboardRegisterKeyNotify() 1089 *NotifyHandle = CurrentNotify; in USBKeyboardRegisterKeyNotify() 1133 KEYBOARD_CONSOLE_IN_EX_NOTIFY *CurrentNotify; in USBKeyboardUnregisterKeyNotify() local 1150 CurrentNotify = CR ( in USBKeyboardUnregisterKeyNotify() 1156 if (CurrentNotify == NotificationHandle) { in USBKeyboardUnregisterKeyNotify() 1160 RemoveEntryList (&CurrentNotify->NotifyEntry); in USBKeyboardUnregisterKeyNotify() 1162 FreePool (CurrentNotify); in USBKeyboardUnregisterKeyNotify()
|
D | KeyBoard.c | 1510 KEYBOARD_CONSOLE_IN_EX_NOTIFY *CurrentNotify; in UsbKeyCodeToEfiInputKey() local 1667 …CurrentNotify = CR (Link, KEYBOARD_CONSOLE_IN_EX_NOTIFY, NotifyEntry, USB_KB_CONSOLE_IN_EX_NOTIFY_… in UsbKeyCodeToEfiInputKey() 1668 if (IsKeyRegistered (&CurrentNotify->KeyData, KeyData)) { in UsbKeyCodeToEfiInputKey() 1669 CurrentNotify->KeyNotificationFn (KeyData); in UsbKeyCodeToEfiInputKey()
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/KeyboardDxe/ |
D | BiosKeyboard.c | 1737 BIOS_KEYBOARD_CONSOLE_IN_EX_NOTIFY *CurrentNotify; in BiosKeyboardTimerHandler() local 1947 CurrentNotify = CR ( in BiosKeyboardTimerHandler() 1953 if (IsKeyRegistered (&CurrentNotify->KeyData, &KeyData)) { in BiosKeyboardTimerHandler() 1954 CurrentNotify->KeyNotificationFn (&KeyData); in BiosKeyboardTimerHandler() 2265 BIOS_KEYBOARD_CONSOLE_IN_EX_NOTIFY *CurrentNotify; in BiosKeyboardRegisterKeyNotify() local 2282 CurrentNotify = CR ( in BiosKeyboardRegisterKeyNotify() 2288 if (IsKeyRegistered (&CurrentNotify->KeyData, KeyData)) { in BiosKeyboardRegisterKeyNotify() 2289 if (CurrentNotify->KeyNotificationFn == KeyNotificationFunction) { in BiosKeyboardRegisterKeyNotify() 2290 *NotifyHandle = CurrentNotify; in BiosKeyboardRegisterKeyNotify() 2344 BIOS_KEYBOARD_CONSOLE_IN_EX_NOTIFY *CurrentNotify; in BiosKeyboardUnregisterKeyNotify() local [all …]
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/ConSplitterDxe/ |
D | ConSplitter.c | 1833 TEXT_IN_EX_SPLITTER_NOTIFY *CurrentNotify; in ConSplitterTextInExAddDevice() local 1841 CurrentNotify = TEXT_IN_EX_SPLITTER_NOTIFY_FROM_THIS (Link); in ConSplitterTextInExAddDevice() 1847 (VOID **) &CurrentNotify->NotifyHandleList in ConSplitterTextInExAddDevice() 1867 CurrentNotify = TEXT_IN_EX_SPLITTER_NOTIFY_FROM_THIS (Link); in ConSplitterTextInExAddDevice() 1870 &CurrentNotify->KeyData, in ConSplitterTextInExAddDevice() 1871 CurrentNotify->KeyNotificationFn, in ConSplitterTextInExAddDevice() 1872 &CurrentNotify->NotifyHandleList[Private->CurrentNumberOfExConsoles] in ConSplitterTextInExAddDevice() 1876 CurrentNotify = TEXT_IN_EX_SPLITTER_NOTIFY_FROM_THIS (Link); in ConSplitterTextInExAddDevice() 1879 CurrentNotify->NotifyHandleList[Private->CurrentNumberOfExConsoles] in ConSplitterTextInExAddDevice() 3702 TEXT_IN_EX_SPLITTER_NOTIFY *CurrentNotify; in ConSplitterTextInRegisterKeyNotify() local [all …]
|