Searched refs:HIDIOCGRDESCSIZE (Results 1 – 5 of 5) 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()
829 err = ioctl(self->hidraw_fd, HIDIOCGRDESCSIZE, &desc_size); in TEST_F()
Completed in 7 milliseconds