Searched defs:hid_device (Results 1 – 2 of 2) sorted by relevance
491 struct hid_device { /* device report descriptor */ struct492 __u8 *dev_rdesc;493 unsigned dev_rsize;494 __u8 *rdesc;495 unsigned rsize;496 struct hid_collection *collection; /* List of HID collections */497 unsigned collection_size; /* Number of allocated hid_collections */498 unsigned maxcollection; /* Number of parsed collections */499 unsigned maxapplication; /* Number of applications */500 __u16 bus; /* BUS ID */[all …]
159 struct hid_device *hid_device; member