Home
last modified time | relevance | path

Searched defs:hid_descriptor (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/
H A Dhid.h733 struct hid_descriptor { struct
734 __u8 bLength;
735 __u8 bDescriptorType;
736 __le16 bcdHID;
737 __u8 bCountryCode;
738 __u8 bNumDescriptors;
740 struct hid_class_descriptor desc[1];
/openbmc/linux/drivers/hid/
H A Dhid-hyperv.c84 struct hid_descriptor hid_descriptor; member