Home
last modified time | relevance | path

Searched refs:HIDIOCGRDESCSIZE (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dhidraw.h19 #define HIDIOCGRDESCSIZE _IOR('H', 0x01, int) macro
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dhidraw.h34 #define HIDIOCGRDESCSIZE _IOR('H', 0x01, int) macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dhidraw.h32 #define HIDIOCGRDESCSIZE _IOR('H', 0x01, int) macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dhidraw.h32 #define HIDIOCGRDESCSIZE _IOR('H', 0x01, int) macro
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dhidraw.h34 #define HIDIOCGRDESCSIZE _IOR('H', 0x01, int) macro
/kernel/linux/linux-5.10/samples/hidraw/
H A Dhid-example.c69 res = ioctl(fd, HIDIOCGRDESCSIZE, &desc_size); in main()
71 perror("HIDIOCGRDESCSIZE"); in main()
/kernel/linux/linux-6.6/samples/hidraw/
H A Dhid-example.c69 res = ioctl(fd, HIDIOCGRDESCSIZE, &desc_size); in main()
71 perror("HIDIOCGRDESCSIZE"); in main()
/kernel/linux/linux-5.10/drivers/hid/
H A Dhidraw.c383 case HIDIOCGRDESCSIZE: in hidraw_ioctl()
/kernel/linux/linux-6.6/drivers/hid/
H A Dhidraw.c392 case HIDIOCGRDESCSIZE: in hidraw_ioctl()
/kernel/linux/linux-6.6/tools/testing/selftests/hid/
H A Dhid_bpf.c829 err = ioctl(self->hidraw_fd, HIDIOCGRDESCSIZE, &desc_size); in TEST_F()
830 ASSERT_GE(err, 0) TH_LOG("error while reading HIDIOCGRDESCSIZE: %d", err); in TEST_F()

Completed in 5 milliseconds