Home
last modified time | relevance | path

Searched refs:KeyboardLayoutEvent (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbKbDxe/
DEfiKey.c430 if (UsbKeyboardDevice->KeyboardLayoutEvent != NULL) { in USBKeyboardDriverBindingStart()
432 gBS->CloseEvent (UsbKeyboardDevice->KeyboardLayoutEvent); in USBKeyboardDriverBindingStart()
554 gBS->CloseEvent (UsbKeyboardDevice->KeyboardLayoutEvent); in USBKeyboardDriverBindingStop()
DEfiKey.h159 EFI_EVENT KeyboardLayoutEvent; member
DKeyBoard.c752 UsbKeyboardDevice->KeyboardLayoutEvent = NULL; in InitKeyboardLayout()
764 &UsbKeyboardDevice->KeyboardLayoutEvent in InitKeyboardLayout()
776 gBS->SignalEvent (UsbKeyboardDevice->KeyboardLayoutEvent); in InitKeyboardLayout()