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