Home
last modified time | relevance | path

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

/linux-6.14.4/include/linux/
Dhid.h605 struct hid_device { struct
606 const __u8 *dev_rdesc; /* device report descriptor */
607 const __u8 *bpf_rdesc; /* bpf modified report descriptor, if any */
608 const __u8 *rdesc; /* currently used report descriptor */
609 unsigned int dev_rsize;
610 unsigned int bpf_rsize;
611 unsigned int rsize;
612 unsigned int collection_size; /* Number of allocated hid_collections */
613 struct hid_collection *collection; /* List of HID collections */
614 unsigned int maxcollection; /* Number of parsed collections */
[all …]
/linux-6.14.4/drivers/hid/
Dhid-hyperv.c143 struct hid_device *hid_device; member