Searched refs:HIDIOCGRDESCSIZE (Results 1 – 4 of 4) sorted by relevance
34 #define HIDIOCGRDESCSIZE _IOR('H', 0x01, int) macro
69 res = ioctl(fd, HIDIOCGRDESCSIZE, &desc_size); in main()
71 HIDIOCGRDESCSIZE:81 hidraw_report_descriptor struct to the size returned from HIDIOCGRDESCSIZE.
382 case HIDIOCGRDESCSIZE: in hidraw_ioctl()