Searched defs:hid_device (Results 1 – 1 of 1) sorted by relevance
609 struct hid_device { /* device report descriptor */ struct610 const __u8 *dev_rdesc;611 unsigned dev_rsize;612 const __u8 *rdesc;613 unsigned rsize;614 struct hid_collection *collection; /* List of HID collections */615 unsigned collection_size; /* Number of allocated hid_collections */616 unsigned maxcollection; /* Number of parsed collections */617 unsigned maxapplication; /* Number of applications */618 __u16 bus; /* BUS ID */[all …]