Home
last modified time | relevance | path

Searched refs:BIOS_KEYBOARD_CONSOLE_IN_EX_NOTIFY_SIGNATURE (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/KeyboardDxe/
DBiosKeyboard.c1951 BIOS_KEYBOARD_CONSOLE_IN_EX_NOTIFY_SIGNATURE in BiosKeyboardTimerHandler()
1991 BIOS_KEYBOARD_CONSOLE_IN_EX_NOTIFY_SIGNATURE in BiosKeyboardFreeNotifyList()
2286 BIOS_KEYBOARD_CONSOLE_IN_EX_NOTIFY_SIGNATURE in BiosKeyboardRegisterKeyNotify()
2307 NewNotify->Signature = BIOS_KEYBOARD_CONSOLE_IN_EX_NOTIFY_SIGNATURE; in BiosKeyboardRegisterKeyNotify()
2353 …OLE_IN_EX_NOTIFY *) NotificationHandle)->Signature != BIOS_KEYBOARD_CONSOLE_IN_EX_NOTIFY_SIGNATURE in BiosKeyboardUnregisterKeyNotify()
2369 BIOS_KEYBOARD_CONSOLE_IN_EX_NOTIFY_SIGNATURE in BiosKeyboardUnregisterKeyNotify()
DBiosKeyboard.h194 #define BIOS_KEYBOARD_CONSOLE_IN_EX_NOTIFY_SIGNATURE SIGNATURE_32 ('c', 'b', 'k', 'h') macro