Home
last modified time | relevance | path

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

/include/linux/
Dhid.h609 struct hid_device { /* device report descriptor */ struct
610 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 …]