Home
last modified time | relevance | path

Searched refs:NotifyHandle (Results 1 – 25 of 25) sorted by relevance

/device/linaro/bootloader/edk2/EmulatorPkg/EmuGopDxe/
DGopInput.c517 OUT EFI_HANDLE *NotifyHandle in EmuGopSimpleTextInExRegisterKeyNotify() argument
526 if (KeyData == NULL || KeyNotificationFunction == NULL || NotifyHandle == NULL) { in EmuGopSimpleTextInExRegisterKeyNotify()
544 *NotifyHandle = CurrentNotify->NotifyHandle; in EmuGopSimpleTextInExRegisterKeyNotify()
560 NewNotify->NotifyHandle = (EFI_HANDLE) NewNotify; in EmuGopSimpleTextInExRegisterKeyNotify()
574 *NotifyHandle = NewNotify->NotifyHandle; in EmuGopSimpleTextInExRegisterKeyNotify()
638 if (CurrentNotify->NotifyHandle == NotificationHandle) { in EmuGopSimpleTextInExUnregisterKeyNotify()
DGop.h51 EFI_HANDLE NotifyHandle; member
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/Ps2KeyboardDxe/
DPs2KbdTextIn.c552 OUT VOID **NotifyHandle in KeyboardRegisterKeyNotify() argument
562 if (KeyData == NULL || NotifyHandle == NULL || KeyNotificationFunction == NULL) { in KeyboardRegisterKeyNotify()
585 *NotifyHandle = CurrentNotify; in KeyboardRegisterKeyNotify()
606 *NotifyHandle = NewNotify; in KeyboardRegisterKeyNotify()
DPs2Keyboard.h498 OUT VOID **NotifyHandle
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/
DHotkey.h33 VOID *NotifyHandle; member
DHotkey.c239 &Hotkey->NotifyHandle in HotkeyRegisterNotify()
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DSimpleTextInEx.h277 OUT VOID **NotifyHandle
DHiiDatabase.h353 OUT EFI_HANDLE *NotifyHandle
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/SimpleTextInputEx/
DSimpleTextInputEx.h197 OUT EFI_HANDLE *NotifyHandle
/device/linaro/bootloader/edk2/Nt32Pkg/WinNtGopDxe/
DWinNtGopInput.c825 OUT VOID **NotifyHandle in WinNtGopSimpleTextInExRegisterKeyNotify() argument
852 if (KeyData == NULL || KeyNotificationFunction == NULL || NotifyHandle == NULL) { in WinNtGopSimpleTextInExRegisterKeyNotify()
870 *NotifyHandle = CurrentNotify; in WinNtGopSimpleTextInExRegisterKeyNotify()
889 *NotifyHandle = NewNotify; in WinNtGopSimpleTextInExRegisterKeyNotify()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbKbDxe/
DEfiKey.c1058 OUT VOID **NotifyHandle in USBKeyboardRegisterKeyNotify() argument
1067 if (KeyData == NULL || NotifyHandle == NULL || KeyNotificationFunction == NULL) { in USBKeyboardRegisterKeyNotify()
1089 *NotifyHandle = CurrentNotify; in USBKeyboardRegisterKeyNotify()
1109 *NotifyHandle = NewNotify; in USBKeyboardRegisterKeyNotify()
DEfiKey.h520 OUT VOID **NotifyHandle
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DriverSampleDxe/
DDriverSample.c123 EFI_HANDLE NotifyHandle; in InternalStartMonitor() local
145 &NotifyHandle); in InternalStartMonitor()
155 &NotifyHandle); in InternalStartMonitor()
182 EFI_HANDLE NotifyHandle; in InternalStopMonitor() local
204 &NotifyHandle); in InternalStopMonitor()
206 Status = SimpleEx->UnregisterKeyNotify (SimpleEx, NotifyHandle); in InternalStopMonitor()
214 &NotifyHandle); in InternalStopMonitor()
216 Status = SimpleEx->UnregisterKeyNotify (SimpleEx, NotifyHandle); in InternalStopMonitor()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
DBmHotkey.c462 VOID *NotifyHandle; in BmUnregisterHotkeyNotify() local
479 &NotifyHandle in BmUnregisterHotkeyNotify()
482 Status = TxtInEx->UnregisterKeyNotify (TxtInEx, NotifyHandle); in BmUnregisterHotkeyNotify()
508 VOID *NotifyHandle; in BmRegisterHotkeyNotify() local
515 &NotifyHandle in BmRegisterHotkeyNotify()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/HiiDatabase/
DHiiDatabase.h266 OUT EFI_HANDLE *NotifyHandle
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/TerminalDxe/
DTerminalConIn.c332 OUT VOID **NotifyHandle in TerminalConInRegisterKeyNotify() argument
341 if (KeyData == NULL || NotifyHandle == NULL || KeyNotificationFunction == NULL) { in TerminalConInRegisterKeyNotify()
360 *NotifyHandle = CurrentNotify; in TerminalConInRegisterKeyNotify()
379 *NotifyHandle = NewNotify; in TerminalConInRegisterKeyNotify()
DTerminal.h358 OUT VOID **NotifyHandle
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/
DConfigAccess.c1117 EFI_HANDLE NotifyHandle; in ThunkCallback() local
1164 &NotifyHandle in ThunkCallback()
1215 NotifyHandle in ThunkCallback()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/KeyboardDxe/
DBiosKeyboard.h640 OUT VOID **NotifyHandle
DBiosKeyboard.c2257 OUT VOID **NotifyHandle in BiosKeyboardRegisterKeyNotify() argument
2267 if (KeyData == NULL || NotifyHandle == NULL || KeyNotificationFunction == NULL) { in BiosKeyboardRegisterKeyNotify()
2290 *NotifyHandle = CurrentNotify; in BiosKeyboardRegisterKeyNotify()
2312 *NotifyHandle = NewNotify; in BiosKeyboardRegisterKeyNotify()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
DHiiDatabase.h286 EFI_HANDLE NotifyHandle; member
1413 OUT EFI_HANDLE *NotifyHandle
DDatabase.c3396 OUT EFI_HANDLE *NotifyHandle in HiiRegisterPackageNotify() argument
3403 if (This == NULL || NotifyHandle == NULL) { in HiiRegisterPackageNotify()
3425 &Notify->NotifyHandle, in HiiRegisterPackageNotify()
3442 *NotifyHandle = Notify->NotifyHandle; in HiiRegisterPackageNotify()
3498 if (Notify->NotifyHandle == NotificationHandle) { in HiiUnregisterPackageNotify()
3504 Notify->NotifyHandle, in HiiUnregisterPackageNotify()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/SetupBrowserDxe/
DPresentation.c2326 EFI_HANDLE NotifyHandle; in SetupBrowser() local
2341 &NotifyHandle in SetupBrowser()
2622 NotifyHandle in SetupBrowser()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/ConSplitterDxe/
DConSplitter.h1409 OUT VOID **NotifyHandle
DConSplitter.c3694 OUT VOID **NotifyHandle in ConSplitterTextInRegisterKeyNotify() argument
3705 if (KeyData == NULL || NotifyHandle == NULL || KeyNotificationFunction == NULL) { in ConSplitterTextInRegisterKeyNotify()
3718 *NotifyHandle = CurrentNotify; in ConSplitterTextInRegisterKeyNotify()
3769 *NotifyHandle = NewNotify; in ConSplitterTextInRegisterKeyNotify()