Searched refs:UsbKeyboardDevice (Results 1 – 3 of 3) sorted by relevance
149 USB_KB_DEV *UsbKeyboardDevice; in USBKeyboardDriverBindingStart() local175 UsbKeyboardDevice = AllocateZeroPool (sizeof (USB_KB_DEV)); in USBKeyboardDriverBindingStart()176 ASSERT (UsbKeyboardDevice != NULL); in USBKeyboardDriverBindingStart()184 (VOID **) &UsbKeyboardDevice->DevicePath, in USBKeyboardDriverBindingStart()199 UsbKeyboardDevice->DevicePath in USBKeyboardDriverBindingStart()208 UsbKeyboardDevice->DevicePath in USBKeyboardDriverBindingStart()211 UsbKeyboardDevice->UsbIo = UsbIo; in USBKeyboardDriverBindingStart()218 &UsbKeyboardDevice->InterfaceDescriptor in USBKeyboardDriverBindingStart()221 EndpointNumber = UsbKeyboardDevice->InterfaceDescriptor.NumEndpoints; in USBKeyboardDriverBindingStart()239 …CopyMem(&UsbKeyboardDevice->IntEndpointDescriptor, &EndpointDescriptor, sizeof(EndpointDescriptor)… in USBKeyboardDriverBindingStart()[all …]
323 IN OUT USB_KB_DEV *UsbKeyboardDevice in InstallDefaultKeyboardLayout() argument347 UsbKeyboardDevice->ControllerHandle, in InstallDefaultKeyboardLayout()474 IN USB_KB_DEV *UsbKeyboardDevice, in GetKeyDescriptor() argument496 return &UsbKeyboardDevice->KeyConvertionTable[Index]; in GetKeyDescriptor()511 IN USB_KB_DEV *UsbKeyboardDevice, in FindUsbNsKey() argument519 NsKeyList = &UsbKeyboardDevice->NsKeyList; in FindUsbNsKey()591 USB_KB_DEV *UsbKeyboardDevice; in SetKeyboardLayoutEvent() local603 UsbKeyboardDevice = (USB_KB_DEV *) Context; in SetKeyboardLayoutEvent()604 if (UsbKeyboardDevice->Signature != USB_KB_DEV_SIGNATURE) { in SetKeyboardLayoutEvent()619 ReleaseKeyboardLayoutResources (UsbKeyboardDevice); in SetKeyboardLayoutEvent()[all …]
78 IN OUT USB_KB_DEV *UsbKeyboardDevice98 OUT USB_KB_DEV *UsbKeyboardDevice109 IN OUT USB_KB_DEV *UsbKeyboardDevice174 IN OUT USB_KB_DEV *UsbKeyboardDevice,196 IN USB_KB_DEV *UsbKeyboardDevice,317 IN USB_KB_DEV *UsbKeyboardDevice