Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dhid.h575 struct hid_device { /* device report descriptor */ struct
576 __u8 *dev_rdesc;
577 unsigned dev_rsize;
578 __u8 *rdesc;
579 unsigned rsize;
580 struct hid_collection *collection; /* List of HID collections */
581 unsigned collection_size; /* Number of allocated hid_collections */
582 unsigned maxcollection; /* Number of parsed collections */
583 unsigned maxapplication; /* Number of applications */
584 __u16 bus; /* BUS ID */
[all …]
/Linux-v6.1/drivers/hid/
Dhid-hyperv.c151 struct hid_device *hid_device; member