Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dhidraw.h21 struct hidraw_report_descriptor { struct
34 #define HIDIOCGRDESC _IOR('H', 0x02, struct hidraw_report_descriptor) argument
/linux-4.4.14/samples/hidraw/
Dhid-example.c47 struct hidraw_report_descriptor rpt_desc; in main()
/linux-4.4.14/Documentation/hid/
Dhidraw.txt73 hidraw_report_descriptor struct. Make sure to set the size field of the
74 hidraw_report_descriptor struct to the size returned from HIDIOCGRDESCSIZE.
/linux-4.4.14/drivers/hid/
Dhidraw.c401 struct hidraw_report_descriptor, in hidraw_ioctl()