Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbKbDxe/
DEfiKey.h70 #define USB_KB_DEV_SIGNATURE SIGNATURE_32 ('u', 'k', 'b', 'd') macro
170 CR(a, USB_KB_DEV, SimpleInput, USB_KB_DEV_SIGNATURE)
172 CR(a, USB_KB_DEV, SimpleInputEx, USB_KB_DEV_SIGNATURE)
DEfiKey.c266 UsbKeyboardDevice->Signature = USB_KB_DEV_SIGNATURE; in USBKeyboardDriverBindingStart()
DKeyBoard.c604 if (UsbKeyboardDevice->Signature != USB_KB_DEV_SIGNATURE) { in SetKeyboardLayoutEvent()