Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dhid.h672 struct hid_device { struct
673 const __u8 *dev_rdesc; /* device report descriptor */
674 const __u8 *bpf_rdesc; /* bpf modified report descriptor, if any */
675 const __u8 *rdesc; /* currently used report descriptor */
676 unsigned int dev_rsize;
677 unsigned int bpf_rsize;
678 unsigned int rsize;
679 unsigned int collection_size; /* Number of allocated hid_collections */
680 struct hid_collection *collection; /* List of HID collections */
681 unsigned int maxcollection; /* Number of parsed collections */
[all …]
/linux/tools/testing/selftests/hid/progs/
H A Dhid_bpf_helpers.h12 #define hid_device hid_device___not_used macro
62 struct hid_device { struct
71 struct hid_device *hid; argument
/linux/drivers/hid/
H A Dhid-hyperv.c143 struct hid_device *hid_device; member