Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/input/tablet/
Dgtco.c135 struct hid_descriptor struct
137 struct usb_descriptor_header header;
138 __le16 bcdHID;
139 u8 bCountryCode;
140 u8 bNumDescriptors;
141 u8 bDescriptorType;
142 __le16 wDescriptorLength;
/kernel/linux/linux-5.10/include/linux/
Dhid.h666 struct hid_descriptor { struct
667 __u8 bLength;
668 __u8 bDescriptorType;
669 __le16 bcdHID;
670 __u8 bCountryCode;
671 __u8 bNumDescriptors;
673 struct hid_class_descriptor desc[1];
/kernel/linux/linux-5.10/drivers/hid/
Dhid-hyperv.c92 struct hid_descriptor hid_descriptor; member