Home
last modified time | relevance | path

Searched defs:hid_device (Results 1 – 1 of 1) sorted by relevance

/linux/include/linux/
H A Dhid.h609 struct hid_device { struct
610 const __u8 *dev_rdesc; /* device report descriptor */
611 const __u8 *bpf_rdesc; /* bpf modified report descriptor, if any */
612 const __u8 *rdesc; /* currently used report descriptor */
613 unsigned int dev_rsize;
614 unsigned int bpf_rsize;
615 unsigned int rsize;
616 unsigned int collection_size; /* Number of allocated hid_collections */
617 struct hid_collection *collection; /* List of HID collections */
618 unsigned int maxcollection; /* Number of parsed collections */
[all …]