Searched refs:HIDIOCGRDESCSIZE (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | hidraw.h | 19 #define HIDIOCGRDESCSIZE _IOR('H', 0x01, int) macro
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | hidraw.h | 34 #define HIDIOCGRDESCSIZE _IOR('H', 0x01, int) macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | hidraw.h | 32 #define HIDIOCGRDESCSIZE _IOR('H', 0x01, int) macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | hidraw.h | 32 #define HIDIOCGRDESCSIZE _IOR('H', 0x01, int) macro
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | hidraw.h | 34 #define HIDIOCGRDESCSIZE _IOR('H', 0x01, int) macro
|
/kernel/linux/linux-5.10/samples/hidraw/ |
H A D | hid-example.c | 69 res = ioctl(fd, HIDIOCGRDESCSIZE, &desc_size); in main() 71 perror("HIDIOCGRDESCSIZE"); in main()
|
/kernel/linux/linux-6.6/samples/hidraw/ |
H A D | hid-example.c | 69 res = ioctl(fd, HIDIOCGRDESCSIZE, &desc_size); in main() 71 perror("HIDIOCGRDESCSIZE"); in main()
|
/kernel/linux/linux-5.10/drivers/hid/ |
H A D | hidraw.c | 383 case HIDIOCGRDESCSIZE: in hidraw_ioctl()
|
/kernel/linux/linux-6.6/drivers/hid/ |
H A D | hidraw.c | 392 case HIDIOCGRDESCSIZE: in hidraw_ioctl()
|
/kernel/linux/linux-6.6/tools/testing/selftests/hid/ |
H A D | hid_bpf.c | 829 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