Home
last modified time | relevance | path

Searched refs:KeyNotificationFunction (Results 1 – 14 of 14) sorted by relevance

/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/Ps2KeyboardDxe/
DPs2KbdTextIn.c551 IN EFI_KEY_NOTIFY_FUNCTION KeyNotificationFunction, in KeyboardRegisterKeyNotify() argument
562 if (KeyData == NULL || NotifyHandle == NULL || KeyNotificationFunction == NULL) { in KeyboardRegisterKeyNotify()
584 if (CurrentNotify->KeyNotificationFn == KeyNotificationFunction) { in KeyboardRegisterKeyNotify()
602 NewNotify->KeyNotificationFn = KeyNotificationFunction; in KeyboardRegisterKeyNotify()
DPs2Keyboard.h497 IN EFI_KEY_NOTIFY_FUNCTION KeyNotificationFunction,
/device/linaro/bootloader/edk2/EmulatorPkg/EmuGopDxe/
DGopInput.c516 IN EFI_KEY_NOTIFY_FUNCTION KeyNotificationFunction, in EmuGopSimpleTextInExRegisterKeyNotify() argument
526 if (KeyData == NULL || KeyNotificationFunction == NULL || NotifyHandle == NULL) { in EmuGopSimpleTextInExRegisterKeyNotify()
543 if (CurrentNotify->KeyNotificationFn == KeyNotificationFunction) { in EmuGopSimpleTextInExRegisterKeyNotify()
559 NewNotify->KeyNotificationFn = KeyNotificationFunction; in EmuGopSimpleTextInExRegisterKeyNotify()
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DSimpleTextInEx.h276 IN EFI_KEY_NOTIFY_FUNCTION KeyNotificationFunction,
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/SimpleTextInputEx/
DSimpleTextInputEx.h196 IN EFI_KEY_NOTIFY_FUNCTION KeyNotificationFunction,
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbKbDxe/
DEfiKey.c1057 IN EFI_KEY_NOTIFY_FUNCTION KeyNotificationFunction, in USBKeyboardRegisterKeyNotify() argument
1067 if (KeyData == NULL || NotifyHandle == NULL || KeyNotificationFunction == NULL) { in USBKeyboardRegisterKeyNotify()
1088 if (CurrentNotify->KeyNotificationFn == KeyNotificationFunction) { in USBKeyboardRegisterKeyNotify()
1104 NewNotify->KeyNotificationFn = KeyNotificationFunction; in USBKeyboardRegisterKeyNotify()
DEfiKey.h519 IN EFI_KEY_NOTIFY_FUNCTION KeyNotificationFunction,
/device/linaro/bootloader/edk2/Nt32Pkg/WinNtGopDxe/
DWinNtGopInput.c824 IN EFI_KEY_NOTIFY_FUNCTION KeyNotificationFunction, in WinNtGopSimpleTextInExRegisterKeyNotify() argument
852 if (KeyData == NULL || KeyNotificationFunction == NULL || NotifyHandle == NULL) { in WinNtGopSimpleTextInExRegisterKeyNotify()
869 if (CurrentNotify->KeyNotificationFn == KeyNotificationFunction) { in WinNtGopSimpleTextInExRegisterKeyNotify()
885 NewNotify->KeyNotificationFn = KeyNotificationFunction; in WinNtGopSimpleTextInExRegisterKeyNotify()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/TerminalDxe/
DTerminalConIn.c331 IN EFI_KEY_NOTIFY_FUNCTION KeyNotificationFunction, in TerminalConInRegisterKeyNotify() argument
341 if (KeyData == NULL || NotifyHandle == NULL || KeyNotificationFunction == NULL) { in TerminalConInRegisterKeyNotify()
359 if (CurrentNotify->KeyNotificationFn == KeyNotificationFunction) { in TerminalConInRegisterKeyNotify()
375 NewNotify->KeyNotificationFn = KeyNotificationFunction; in TerminalConInRegisterKeyNotify()
DTerminal.h357 IN EFI_KEY_NOTIFY_FUNCTION KeyNotificationFunction,
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/KeyboardDxe/
DBiosKeyboard.h639 IN EFI_KEY_NOTIFY_FUNCTION KeyNotificationFunction,
DBiosKeyboard.c2256 IN EFI_KEY_NOTIFY_FUNCTION KeyNotificationFunction, in BiosKeyboardRegisterKeyNotify() argument
2267 if (KeyData == NULL || NotifyHandle == NULL || KeyNotificationFunction == NULL) { in BiosKeyboardRegisterKeyNotify()
2289 if (CurrentNotify->KeyNotificationFn == KeyNotificationFunction) { in BiosKeyboardRegisterKeyNotify()
2308 NewNotify->KeyNotificationFn = KeyNotificationFunction; in BiosKeyboardRegisterKeyNotify()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/ConSplitterDxe/
DConSplitter.c3693 IN EFI_KEY_NOTIFY_FUNCTION KeyNotificationFunction, in ConSplitterTextInRegisterKeyNotify() argument
3705 if (KeyData == NULL || NotifyHandle == NULL || KeyNotificationFunction == NULL) { in ConSplitterTextInRegisterKeyNotify()
3717 if (CurrentNotify->KeyNotificationFn == KeyNotificationFunction) { in ConSplitterTextInRegisterKeyNotify()
3737 NewNotify->KeyNotificationFn = KeyNotificationFunction; in ConSplitterTextInRegisterKeyNotify()
3748 KeyNotificationFunction, in ConSplitterTextInRegisterKeyNotify()
DConSplitter.h1408 IN EFI_KEY_NOTIFY_FUNCTION KeyNotificationFunction,