Home
last modified time | relevance | path

Searched refs:HIDIOCGRAWINFO (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.h36 #define HIDIOCGRAWINFO _IOR('H', 0x03, struct hidraw_devinfo) 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.h36 #define HIDIOCGRAWINFO _IOR('H', 0x03, struct hidraw_devinfo) macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dhidraw.h36 #define HIDIOCGRAWINFO _IOR('H', 0x03, struct hidraw_devinfo) macro
/OK3568_Linux_fs/kernel/samples/hidraw/
H A Dhid-example.c102 res = ioctl(fd, HIDIOCGRAWINFO, &info); in main()
/OK3568_Linux_fs/kernel/Documentation/hid/
H A Dhidraw.rst82 HIDIOCGRAWINFO:
/OK3568_Linux_fs/kernel/drivers/hid/
H A Dhidraw.c404 case HIDIOCGRAWINFO: in hidraw_ioctl()