Searched defs:hid_descriptor (Results 1 – 2 of 2) sorted by relevance
366 typedef struct hid_descriptor { struct367 UINT8 Length;368 UINT8 DescriptorType;369 UINT16 BcdHID;370 UINT8 CountryCode;371 UINT8 NumDescriptors;372 EFI_USB_HID_CLASS_DESCRIPTOR HidClassDesc[1];
219 usb_hid_descr_t *hid_descriptor, hidparser_handle_t *parse_handle) in hidparser_parse_report_descriptor()