Home
last modified time | relevance | path

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

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