Searched refs:HIDIOCGRDESCSIZE (Results 1 – 6 of 6) 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.
363 ret = ioctl(fd, HIDIOCGRDESCSIZE, &rdesc_size); in u2f_passthru_is_u2f_device()
392 case HIDIOCGRDESCSIZE: in hidraw_ioctl()
829 err = ioctl(self->hidraw_fd, HIDIOCGRDESCSIZE, &desc_size); in TEST_F()