Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dhidraw.h34 #define HIDIOCGRDESCSIZE _IOR('H', 0x01, int) macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dhidraw.h34 #define HIDIOCGRDESCSIZE _IOR('H', 0x01, int) macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dhidraw.h34 #define HIDIOCGRDESCSIZE _IOR('H', 0x01, int) macro
/OK3568_Linux_fs/kernel/samples/hidraw/
H A Dhid-example.c69 res = ioctl(fd, HIDIOCGRDESCSIZE, &desc_size); in main()
/OK3568_Linux_fs/kernel/Documentation/hid/
H A Dhidraw.rst70 HIDIOCGRDESCSIZE:
80 hidraw_report_descriptor struct to the size returned from HIDIOCGRDESCSIZE.
/OK3568_Linux_fs/kernel/drivers/hid/
H A Dhidraw.c383 case HIDIOCGRDESCSIZE: in hidraw_ioctl()