Searched defs:hid_descriptor (Results 1 – 2 of 2) sorted by relevance
386 typedef struct hid_descriptor { struct387 UINT8 Length;388 UINT8 DescriptorType;389 UINT16 BcdHID;390 UINT8 CountryCode;391 UINT8 NumDescriptors;392 EFI_USB_HID_CLASS_DESCRIPTOR HidClassDesc[1];
119 uint8_t *hid_descriptor = NULL, *v; in hid_sdp_query() local