Home
last modified time | relevance | path

Searched refs:hidraw_report_descriptor (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.6/include/uapi/linux/
Dhidraw.h22 struct hidraw_report_descriptor { struct
35 #define HIDIOCGRDESC _IOR('H', 0x02, struct hidraw_report_descriptor) argument
/Linux-v6.6/samples/hidraw/
Dhid-example.c48 struct hidraw_report_descriptor rpt_desc; in main()
/Linux-v6.6/Documentation/hid/
Dhidraw.rst80 hidraw_report_descriptor struct. Make sure to set the size field of the
81 hidraw_report_descriptor struct to the size returned from HIDIOCGRDESCSIZE.
/Linux-v6.6/drivers/hid/
Dhidraw.c403 struct hidraw_report_descriptor, in hidraw_ioctl()
/Linux-v6.6/tools/testing/selftests/hid/
Dhid_bpf.c817 struct hidraw_report_descriptor rpt_desc = {0}; in TEST_F()