Searched refs:hidraw_report_descriptor (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | hidraw.h | 10 struct hidraw_report_descriptor { struct 20 #define HIDIOCGRDESC _IOR('H', 0x02, struct hidraw_report_descriptor)
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | hidraw.h | 22 struct hidraw_report_descriptor { struct 35 #define HIDIOCGRDESC _IOR('H', 0x02, struct hidraw_report_descriptor)
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | hidraw.h | 23 struct hidraw_report_descriptor { struct 33 #define HIDIOCGRDESC _IOR('H', 0x02, struct hidraw_report_descriptor)
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | hidraw.h | 23 struct hidraw_report_descriptor { struct 33 #define HIDIOCGRDESC _IOR('H', 0x02, struct hidraw_report_descriptor)
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | hidraw.h | 22 struct hidraw_report_descriptor { struct 35 #define HIDIOCGRDESC _IOR('H', 0x02, struct hidraw_report_descriptor)
|
/kernel/linux/linux-5.10/samples/hidraw/ |
H A D | hid-example.c | 48 struct hidraw_report_descriptor rpt_desc; in main()
|
/kernel/linux/linux-6.6/samples/hidraw/ |
H A D | hid-example.c | 48 struct hidraw_report_descriptor rpt_desc; in main()
|
/kernel/linux/linux-5.10/drivers/hid/ |
H A D | hidraw.c | 397 struct hidraw_report_descriptor, in hidraw_ioctl()
|
/kernel/linux/linux-6.6/drivers/hid/ |
H A D | hidraw.c | 406 struct hidraw_report_descriptor, in hidraw_ioctl()
|
/kernel/linux/linux-6.6/tools/testing/selftests/hid/ |
H A D | hid_bpf.c | 817 struct hidraw_report_descriptor rpt_desc = {0}; in TEST_F()
|
Completed in 5 milliseconds