Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dhid.h491 struct hid_device { /* device report descriptor */ struct
492 __u8 *dev_rdesc;
493 unsigned dev_rsize;
494 __u8 *rdesc;
495 unsigned rsize;
496 struct hid_collection *collection; /* List of HID collections */
497 unsigned collection_size; /* Number of allocated hid_collections */
498 unsigned maxcollection; /* Number of parsed collections */
499 unsigned maxapplication; /* Number of applications */
500 __u16 bus; /* BUS ID */
[all …]
/linux-4.1.27/drivers/hid/
Dhid-hyperv.c159 struct hid_device *hid_device; member