Home
last modified time | relevance | path

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

/linux-6.15/include/uapi/linux/
H A Dhidraw.h34 #define HIDIOCGRDESCSIZE _IOR('H', 0x01, int) macro
/linux-6.15/samples/hidraw/
H A Dhid-example.c69 res = ioctl(fd, HIDIOCGRDESCSIZE, &desc_size); in main()
/linux-6.15/tools/testing/selftests/hid/
H A Dhidraw.c126 err = ioctl(self->hidraw_fd, HIDIOCGRDESCSIZE, &desc_size); in TEST_F()
H A Dhid_bpf.c877 err = ioctl(self->hidraw_fd, HIDIOCGRDESCSIZE, &desc_size); in TEST_F()
/linux-6.15/Documentation/hid/
H A Dhidraw.rst71 HIDIOCGRDESCSIZE:
81 hidraw_report_descriptor struct to the size returned from HIDIOCGRDESCSIZE.
/linux-6.15/drivers/hid/
H A Dhidraw.c415 case HIDIOCGRDESCSIZE: in hidraw_ioctl()