Home
last modified time | relevance | path

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

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