Searched defs:hid_device (Results 1 – 4 of 4) sorted by relevance
602 struct hid_device { /* device report descriptor */ struct603 __u8 *dev_rdesc;604 unsigned dev_rsize;605 __u8 *rdesc;606 unsigned rsize;607 struct hid_collection *collection; /* List of HID collections */608 unsigned collection_size; /* Number of allocated hid_collections */609 unsigned maxcollection; /* Number of parsed collections */610 unsigned maxapplication; /* Number of applications */611 __u16 bus; /* BUS ID */[all …]
551 struct hid_device { /* device report descriptor */ struct552 __u8 *dev_rdesc;553 unsigned dev_rsize;554 __u8 *rdesc;555 unsigned rsize;556 struct hid_collection *collection; /* List of HID collections */557 unsigned collection_size; /* Number of allocated hid_collections */558 unsigned maxcollection; /* Number of parsed collections */559 unsigned maxapplication; /* Number of applications */560 __u16 bus; /* BUS ID */[all …]
143 struct hid_device *hid_device; member
151 struct hid_device *hid_device; member