Home
last modified time | relevance | path

Searched refs:KeyNotifyProcessEvent (Results 1 – 16 of 16) sorted by relevance

/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/Ps2KeyboardDxe/
DPs2Keyboard.c341 &ConsoleIn->KeyNotifyProcessEvent in KbdControllerDriverStart()
428 if ((ConsoleIn != NULL) && (ConsoleIn->KeyNotifyProcessEvent != NULL)) { in KbdControllerDriverStart()
429 gBS->CloseEvent (ConsoleIn->KeyNotifyProcessEvent); in KbdControllerDriverStart()
585 if (ConsoleIn->KeyNotifyProcessEvent != NULL) { in KbdControllerDriverStop()
586 gBS->CloseEvent (ConsoleIn->KeyNotifyProcessEvent); in KbdControllerDriverStop()
587 ConsoleIn->KeyNotifyProcessEvent = NULL; in KbdControllerDriverStop()
DPs2Keyboard.h121 EFI_EVENT KeyNotifyProcessEvent; member
DPs2KbdCtrller.c1475 gBS->SignalEvent (ConsoleIn->KeyNotifyProcessEvent); in KeyGetchar()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/
DPs2Keyboard.c359 &ConsoleIn->KeyNotifyProcessEvent in KbdControllerDriverStart()
446 if ((ConsoleIn != NULL) && (ConsoleIn->KeyNotifyProcessEvent != NULL)) { in KbdControllerDriverStart()
447 gBS->CloseEvent (ConsoleIn->KeyNotifyProcessEvent); in KbdControllerDriverStart()
589 if (ConsoleIn->KeyNotifyProcessEvent != NULL) { in KbdControllerDriverStop()
590 gBS->CloseEvent (ConsoleIn->KeyNotifyProcessEvent); in KbdControllerDriverStop()
591 ConsoleIn->KeyNotifyProcessEvent = NULL; in KbdControllerDriverStop()
DPs2Keyboard.h122 EFI_EVENT KeyNotifyProcessEvent; member
DPs2KbdCtrller.c1439 gBS->SignalEvent (ConsoleIn->KeyNotifyProcessEvent); in KeyGetchar()
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Keyboard/VirtualKeyboardDxe/
DVirtualKeyboard.c214 &VirtualKeyboardPrivate->KeyNotifyProcessEvent in VirtualKeyboardDriverBindingStart()
255 if (VirtualKeyboardPrivate->KeyNotifyProcessEvent != NULL) { in VirtualKeyboardDriverBindingStart()
256 gBS->CloseEvent (VirtualKeyboardPrivate->KeyNotifyProcessEvent); in VirtualKeyboardDriverBindingStart()
1022 gBS->SignalEvent (VirtualKeyboardPrivate->KeyNotifyProcessEvent); in VirtualKeyboardTimerHandler()
DVirtualKeyboard.h102 EFI_EVENT KeyNotifyProcessEvent; member
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbKbDxe/
DEfiKey.c320 &UsbKeyboardDevice->KeyNotifyProcessEvent in USBKeyboardDriverBindingStart()
441 if (UsbKeyboardDevice->KeyNotifyProcessEvent != NULL) { in USBKeyboardDriverBindingStart()
442 gBS->CloseEvent (UsbKeyboardDevice->KeyNotifyProcessEvent); in USBKeyboardDriverBindingStart()
565 gBS->CloseEvent (UsbKeyboardDevice->KeyNotifyProcessEvent); in USBKeyboardDriverBindingStop()
DEfiKey.h153 EFI_EVENT KeyNotifyProcessEvent; member
DKeyBoard.c1681 gBS->SignalEvent (UsbKeyboardDevice->KeyNotifyProcessEvent); in UsbKeyCodeToEfiInputKey()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/KeyboardDxe/
DBiosKeyboard.c350 &BiosKeyboardPrivate->KeyNotifyProcessEvent in BiosKeyboardDriverBindingStart()
481 if (BiosKeyboardPrivate->KeyNotifyProcessEvent != NULL) { in BiosKeyboardDriverBindingStart()
482 gBS->CloseEvent (BiosKeyboardPrivate->KeyNotifyProcessEvent); in BiosKeyboardDriverBindingStart()
589 gBS->CloseEvent (BiosKeyboardPrivate->KeyNotifyProcessEvent); in BiosKeyboardDriverBindingStop()
1981 gBS->SignalEvent (BiosKeyboardPrivate->KeyNotifyProcessEvent); in BiosKeyboardTimerHandler()
DBiosKeyboard.h232 EFI_EVENT KeyNotifyProcessEvent; member
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/TerminalDxe/
DTerminal.h117 EFI_EVENT KeyNotifyProcessEvent; member
DTerminal.c1014 &TerminalDevice->KeyNotifyProcessEvent in TerminalDriverBindingStart()
1421 gBS->CloseEvent (TerminalDevice->KeyNotifyProcessEvent); in TerminalDriverBindingStop()
DTerminalConIn.c987 gBS->SignalEvent (TerminalDevice->KeyNotifyProcessEvent); in EfiKeyFiFoInsertOneKey()