Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dwacom_w9013.c58 typedef struct hid_descriptor { struct
59 u16 wHIDDescLength;
60 u16 bcdVersion;
61 u16 wReportDescLength;
62 u16 wReportDescRegister;
63 u16 wInputRegister;
64 u16 wMaxInputLength;
65 u16 wOutputRegister;
66 u16 wMaxOutputLength;
67 u16 wCommandRegister;
[all …]
/OK3568_Linux_fs/kernel/drivers/input/tablet/
H A 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;
/OK3568_Linux_fs/kernel/include/linux/
H A 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];
/OK3568_Linux_fs/kernel/drivers/hid/
H A Dhid-hyperv.c92 struct hid_descriptor hid_descriptor; member