Home
last modified time | relevance | path

Searched refs:HIDIOCGRDESCSIZE (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dhidraw.h34 #define HIDIOCGRDESCSIZE _IOR('H', 0x01, int) macro
/openbmc/linux/samples/hidraw/
H A Dhid-example.c69 res = ioctl(fd, HIDIOCGRDESCSIZE, &desc_size); in main()
/openbmc/linux/Documentation/hid/
H A Dhidraw.rst71 HIDIOCGRDESCSIZE:
81 hidraw_report_descriptor struct to the size returned from HIDIOCGRDESCSIZE.
/openbmc/qemu/hw/usb/
H A Du2f-passthru.c363 ret = ioctl(fd, HIDIOCGRDESCSIZE, &rdesc_size); in u2f_passthru_is_u2f_device()
/openbmc/linux/drivers/hid/
H A Dhidraw.c392 case HIDIOCGRDESCSIZE: in hidraw_ioctl()
/openbmc/linux/tools/testing/selftests/hid/
H A Dhid_bpf.c829 err = ioctl(self->hidraw_fd, HIDIOCGRDESCSIZE, &desc_size); in TEST_F()
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/
H A Drv32-missing-syscalls.patch1045 +pub const HIDIOCGRDESCSIZE: u32 = 2147764225;