Searched defs:hid_device (Results 1 – 1 of 1) sorted by relevance
640 struct hid_device { struct641 const __u8 *dev_rdesc; /* device report descriptor */642 const __u8 *bpf_rdesc; /* bpf modified report descriptor, if any */643 const __u8 *rdesc; /* currently used report descriptor */644 unsigned int dev_rsize;645 unsigned int bpf_rsize;646 unsigned int rsize;647 unsigned int collection_size; /* Number of allocated hid_collections */648 struct hid_collection *collection; /* List of HID collections */649 unsigned int maxcollection; /* Number of parsed collections */[all …]