Searched defs:hid_device (Results 1 – 1 of 1) sorted by relevance
545 struct hid_device { /* device report descriptor */ struct546 __u8 *dev_rdesc;547 unsigned dev_rsize;548 __u8 *rdesc;549 unsigned rsize;550 struct hid_collection *collection; /* List of HID collections */551 unsigned collection_size; /* Number of allocated hid_collections */552 unsigned maxcollection; /* Number of parsed collections */553 unsigned maxapplication; /* Number of applications */554 __u16 bus; /* BUS ID */[all …]