Home
last modified time | relevance | path

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

/Linux-v5.10/include/uapi/linux/
Dhidraw.h34 #define HIDIOCGRDESCSIZE _IOR('H', 0x01, int) macro
/Linux-v5.10/samples/hidraw/
Dhid-example.c69 res = ioctl(fd, HIDIOCGRDESCSIZE, &desc_size); in main()
/Linux-v5.10/Documentation/hid/
Dhidraw.rst70 HIDIOCGRDESCSIZE:
80 hidraw_report_descriptor struct to the size returned from HIDIOCGRDESCSIZE.
/Linux-v5.10/drivers/hid/
Dhidraw.c380 case HIDIOCGRDESCSIZE: in hidraw_ioctl()