Home
last modified time | relevance | path

Searched refs:EfiKeyQueueForNotify (Results 1 – 9 of 9) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbKbDxe/
DEfiKey.c577 DestroyQueue (&UsbKeyboardDevice->EfiKeyQueueForNotify); in USBKeyboardDriverBindingStop()
666 InitQueue (&UsbKeyboardDevice->EfiKeyQueueForNotify, sizeof (EFI_KEY_DATA)); in USBKeyboardReset()
1222 Status = Dequeue (&UsbKeyboardDevice->EfiKeyQueueForNotify, &KeyData, sizeof (KeyData)); in KeyNotifyProcessHandler()
DEfiKey.h117 USB_SIMPLE_QUEUE EfiKeyQueueForNotify; member
DKeyBoard.c823 InitQueue (&UsbKeyboardDevice->EfiKeyQueueForNotify, sizeof (EFI_KEY_DATA)); in InitUSBKeyboard()
1680 Enqueue (&UsbKeyboardDevice->EfiKeyQueueForNotify, KeyData, sizeof (*KeyData)); in UsbKeyCodeToEfiInputKey()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/
DPs2Keyboard.h108 EFI_KEY_QUEUE EfiKeyQueueForNotify; member
DPs2KbdCtrller.c1438 PushEfikeyBufTail (&ConsoleIn->EfiKeyQueueForNotify, &KeyData); in KeyGetchar()
1638 ConsoleIn->EfiKeyQueueForNotify.Head = 0; in InitKeyboard()
1639 ConsoleIn->EfiKeyQueueForNotify.Tail = 0; in InitKeyboard()
DPs2KbdTextIn.c716 Status = PopEfikeyBufHead (&ConsoleIn->EfiKeyQueueForNotify, &KeyData); in KeyNotifyProcessHandler()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/Ps2KeyboardDxe/
DPs2Keyboard.h107 EFI_KEY_QUEUE EfiKeyQueueForNotify; member
DPs2KbdCtrller.c1474 PushEfikeyBufTail (&ConsoleIn->EfiKeyQueueForNotify, &KeyData); in KeyGetchar()
1674 ConsoleIn->EfiKeyQueueForNotify.Head = 0; in InitKeyboard()
1675 ConsoleIn->EfiKeyQueueForNotify.Tail = 0; in InitKeyboard()
DPs2KbdTextIn.c716 Status = PopEfikeyBufHead (&ConsoleIn->EfiKeyQueueForNotify, &KeyData); in KeyNotifyProcessHandler()