Home
last modified time | relevance | path

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

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dhidraw.h20 #define HIDIOCGRDESC _IOR('H', 0x02, struct hidraw_report_descriptor) macro
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dhidraw.h35 #define HIDIOCGRDESC _IOR('H', 0x02, struct hidraw_report_descriptor) macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dhidraw.h33 #define HIDIOCGRDESC _IOR('H', 0x02, struct hidraw_report_descriptor) macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dhidraw.h33 #define HIDIOCGRDESC _IOR('H', 0x02, struct hidraw_report_descriptor) macro
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dhidraw.h35 #define HIDIOCGRDESC _IOR('H', 0x02, struct hidraw_report_descriptor) macro
/kernel/linux/linux-5.10/samples/hidraw/
H A Dhid-example.c77 res = ioctl(fd, HIDIOCGRDESC, &rpt_desc); in main()
79 perror("HIDIOCGRDESC"); in main()
/kernel/linux/linux-6.6/samples/hidraw/
H A Dhid-example.c77 res = ioctl(fd, HIDIOCGRDESC, &rpt_desc); in main()
79 perror("HIDIOCGRDESC"); in main()
/kernel/linux/linux-5.10/drivers/hid/
H A Dhidraw.c388 case HIDIOCGRDESC: in hidraw_ioctl()
/kernel/linux/linux-6.6/drivers/hid/
H A Dhidraw.c397 case HIDIOCGRDESC: in hidraw_ioctl()
/kernel/linux/linux-6.6/tools/testing/selftests/hid/
H A Dhid_bpf.c836 err = ioctl(self->hidraw_fd, HIDIOCGRDESC, &rpt_desc); in TEST_F()
837 ASSERT_GE(err, 0) TH_LOG("error while reading HIDIOCGRDESC: %d", err); in TEST_F()

Completed in 4 milliseconds