Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/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.h513 IN EFI_KEY_NOTIFY_FUNCTION KeyNotificationFunction,
/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.h512 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/OpenPlatformPkg/Drivers/Keyboard/VirtualKeyboardDxe/
DVirtualKeyboard.c816 IN EFI_KEY_NOTIFY_FUNCTION KeyNotificationFunction, in VirtualKeyboardRegisterKeyNotify() argument
827 if (KeyData == NULL || NotifyHandle == NULL || KeyNotificationFunction == NULL) { in VirtualKeyboardRegisterKeyNotify()
849 if (CurrentNotify->KeyNotificationFn == KeyNotificationFunction) { in VirtualKeyboardRegisterKeyNotify()
868 NewNotify->KeyNotificationFn = KeyNotificationFunction; in VirtualKeyboardRegisterKeyNotify()
DVirtualKeyboard.h392 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/Bus/Usb/UsbKbDxe/
DEfiKey.c1074 IN EFI_KEY_NOTIFY_FUNCTION KeyNotificationFunction, in USBKeyboardRegisterKeyNotify() argument
1084 if (KeyData == NULL || NotifyHandle == NULL || KeyNotificationFunction == NULL) { in USBKeyboardRegisterKeyNotify()
1105 if (CurrentNotify->KeyNotificationFn == KeyNotificationFunction) { in USBKeyboardRegisterKeyNotify()
1121 NewNotify->KeyNotificationFn = KeyNotificationFunction; in USBKeyboardRegisterKeyNotify()
DEfiKey.h521 IN EFI_KEY_NOTIFY_FUNCTION KeyNotificationFunction,
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/TerminalDxe/
DTerminalConIn.c333 IN EFI_KEY_NOTIFY_FUNCTION KeyNotificationFunction, in TerminalConInRegisterKeyNotify() argument
343 if (KeyData == NULL || NotifyHandle == NULL || KeyNotificationFunction == NULL) { in TerminalConInRegisterKeyNotify()
361 if (CurrentNotify->KeyNotificationFn == KeyNotificationFunction) { in TerminalConInRegisterKeyNotify()
377 NewNotify->KeyNotificationFn = KeyNotificationFunction; in TerminalConInRegisterKeyNotify()
DTerminal.h361 IN EFI_KEY_NOTIFY_FUNCTION KeyNotificationFunction,
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/KeyboardDxe/
DBiosKeyboard.h654 IN EFI_KEY_NOTIFY_FUNCTION KeyNotificationFunction,
DBiosKeyboard.c2332 IN EFI_KEY_NOTIFY_FUNCTION KeyNotificationFunction, in BiosKeyboardRegisterKeyNotify() argument
2343 if (KeyData == NULL || NotifyHandle == NULL || KeyNotificationFunction == NULL) { in BiosKeyboardRegisterKeyNotify()
2365 if (CurrentNotify->KeyNotificationFn == KeyNotificationFunction) { in BiosKeyboardRegisterKeyNotify()
2384 NewNotify->KeyNotificationFn = KeyNotificationFunction; in BiosKeyboardRegisterKeyNotify()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/ConSplitterDxe/
DConSplitter.c3868 IN EFI_KEY_NOTIFY_FUNCTION KeyNotificationFunction, in ConSplitterTextInRegisterKeyNotify() argument
3880 if (KeyData == NULL || NotifyHandle == NULL || KeyNotificationFunction == NULL) { in ConSplitterTextInRegisterKeyNotify()
3892 if (CurrentNotify->KeyNotificationFn == KeyNotificationFunction) { in ConSplitterTextInRegisterKeyNotify()
3912 NewNotify->KeyNotificationFn = KeyNotificationFunction; in ConSplitterTextInRegisterKeyNotify()
3923 KeyNotificationFunction, in ConSplitterTextInRegisterKeyNotify()
DConSplitter.h1419 IN EFI_KEY_NOTIFY_FUNCTION KeyNotificationFunction,