Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dhidraw.h35 #define HIDIOCGRDESC _IOR('H', 0x02, struct hidraw_report_descriptor) macro
/openbmc/linux/samples/hidraw/
H A Dhid-example.c77 res = ioctl(fd, HIDIOCGRDESC, &rpt_desc); in main()
/openbmc/qemu/hw/usb/
H A Du2f-passthru.c371 ret = ioctl(fd, HIDIOCGRDESC, &rdesc); in u2f_passthru_is_u2f_device()
/openbmc/linux/drivers/hid/
H A Dhidraw.c397 case HIDIOCGRDESC: in hidraw_ioctl()
/openbmc/linux/Documentation/hid/
H A Dhidraw.rst76 HIDIOCGRDESC:
/openbmc/linux/tools/testing/selftests/hid/
H A Dhid_bpf.c836 err = ioctl(self->hidraw_fd, HIDIOCGRDESC, &rpt_desc); in TEST_F()