Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dhid.h604 struct hid_device { /* device report descriptor */ struct
605 __u8 *dev_rdesc;
606 unsigned dev_rsize;
607 __u8 *rdesc;
608 unsigned rsize;
609 struct hid_collection *collection; /* List of HID collections */
610 unsigned collection_size; /* Number of allocated hid_collections */
611 unsigned maxcollection; /* Number of parsed collections */
612 unsigned maxapplication; /* Number of applications */
613 __u16 bus; /* BUS ID */
[all …]
/openbmc/linux/drivers/hid/
H A Dhid-hyperv.c143 struct hid_device *hid_device; member