Searched defs:hid_device (Results 1 – 2 of 2) sorted by relevance
674 struct hid_device { struct675 const __u8 *dev_rdesc; /* device report descriptor */676 const __u8 *bpf_rdesc; /* bpf modified report descriptor, if any */677 const __u8 *rdesc; /* currently used report descriptor */678 unsigned int dev_rsize;679 unsigned int bpf_rsize;680 unsigned int rsize;681 unsigned int collection_size; /* Number of allocated hid_collections */682 struct hid_collection *collection; /* List of HID collections */683 unsigned int maxcollection; /* Number of parsed collections */[all …]
12 #define hid_device hid_device___not_used macro62 struct hid_device { struct71 struct hid_device *hid; argument