Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dhid.h803 struct hid_descriptor { struct
804 __u8 bLength;
805 __u8 bDescriptorType;
806 __le16 bcdHID;
807 __u8 bCountryCode;
808 __u8 bNumDescriptors;
809 struct hid_class_descriptor rpt_desc;
811 struct hid_class_descriptor opt_descs[];
/linux/drivers/hid/
H A Dhid-hyperv.c84 struct hid_descriptor hid_descriptor; member