Searched defs:hid_device (Results 1 – 1 of 1) sorted by relevance
313 struct hid_device { /* device report descriptor */ struct314 __u8 *rdesc;315 unsigned rsize;316 struct hid_collection *collection; /* List of HID collections */317 …ed collection_size; /* Number of allocated hid_collections */318 unsigned maxcollection; /* Number of parsed collections */319 unsigned maxapplication; /* Number of applications */320 unsigned version; /* HID version */321 unsigned country; /* HID country */322 struct hid_report_enum report_enum[HID_REPORT_TYPES];[all …]