Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/include/linux/
Dhid.h605 struct hid_device { /* device report descriptor */ struct
606 __u8 *dev_rdesc;
607 unsigned dev_rsize;
608 __u8 *rdesc;
609 unsigned rsize;
610 struct hid_collection *collection; /* List of HID collections */
611 unsigned collection_size; /* Number of allocated hid_collections */
612 unsigned maxcollection; /* Number of parsed collections */
613 unsigned maxapplication; /* Number of applications */
614 __u16 bus; /* BUS ID */
[all …]
/kernel/linux/linux-5.10/include/linux/
Dhid.h551 struct hid_device { /* device report descriptor */ struct
552 __u8 *dev_rdesc;
553 unsigned dev_rsize;
554 __u8 *rdesc;
555 unsigned rsize;
556 struct hid_collection *collection; /* List of HID collections */
557 unsigned collection_size; /* Number of allocated hid_collections */
558 unsigned maxcollection; /* Number of parsed collections */
559 unsigned maxapplication; /* Number of applications */
560 __u16 bus; /* BUS ID */
[all …]
/kernel/linux/linux-5.10/drivers/hid/
Dhid-hyperv.c151 struct hid_device *hid_device; member
/kernel/linux/linux-6.6/drivers/hid/
Dhid-hyperv.c143 struct hid_device *hid_device; member