Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dhidraw.h22 struct hidraw_report_descriptor { struct
35 #define HIDIOCGRDESC _IOR('H', 0x02, struct hidraw_report_descriptor) argument
/openbmc/linux/samples/hidraw/
H A Dhid-example.c48 struct hidraw_report_descriptor rpt_desc; in main()
/openbmc/linux/Documentation/hid/
H A Dhidraw.rst80 hidraw_report_descriptor struct. Make sure to set the size field of the
81 hidraw_report_descriptor struct to the size returned from HIDIOCGRDESCSIZE.
/openbmc/qemu/hw/usb/
H A Du2f-passthru.c356 struct hidraw_report_descriptor rdesc; in u2f_passthru_is_u2f_device()
/openbmc/linux/drivers/hid/
H A Dhidraw.c406 struct hidraw_report_descriptor, in hidraw_ioctl()
/openbmc/linux/tools/testing/selftests/hid/
H A Dhid_bpf.c817 struct hidraw_report_descriptor rpt_desc = {0}; in TEST_F()