Home
last modified time | relevance | path

Searched refs:HIDIOCGRDESC (Results 1 – 7 of 7) 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/tools/testing/selftests/hid/
H A Dhid_bpf.c836 err = ioctl(self->hidraw_fd, HIDIOCGRDESC, &rpt_desc); in TEST_F()
/openbmc/linux/Documentation/hid/
H A Dhidraw.rst76 HIDIOCGRDESC:
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/
H A Drv32-missing-syscalls.patch1468 +pub const HIDIOCGRDESC: u32 = 2416199682;