Searched refs:USB_KB_DEV_SIGNATURE (Results 1 – 3 of 3) sorted by relevance
70 #define USB_KB_DEV_SIGNATURE SIGNATURE_32 ('u', 'k', 'b', 'd') macro172 CR(a, USB_KB_DEV, SimpleInput, USB_KB_DEV_SIGNATURE)174 CR(a, USB_KB_DEV, SimpleInputEx, USB_KB_DEV_SIGNATURE)
266 UsbKeyboardDevice->Signature = USB_KB_DEV_SIGNATURE; in USBKeyboardDriverBindingStart()
604 if (UsbKeyboardDevice->Signature != USB_KB_DEV_SIGNATURE) { in SetKeyboardLayoutEvent()