Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dhidraw.h34 #define HIDIOCGRDESC _IOR('H', 0x02, struct hidraw_report_descriptor) macro
/linux-4.4.14/samples/hidraw/
Dhid-example.c76 res = ioctl(fd, HIDIOCGRDESC, &rpt_desc); in main()
/linux-4.4.14/Documentation/hid/
Dhidraw.txt71 HIDIOCGRDESC: Get Report Descriptor
/linux-4.4.14/drivers/hid/
Dhidraw.c392 case HIDIOCGRDESC: in hidraw_ioctl()