Home
last modified time | relevance | path

Searched refs:hidraw_devinfo (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.h27 struct hidraw_devinfo { struct
36 #define HIDIOCGRAWINFO _IOR('H', 0x03, struct hidraw_devinfo) argument
/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.h27 struct hidraw_devinfo { struct
36 #define HIDIOCGRAWINFO _IOR('H', 0x03, struct hidraw_devinfo) argument
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dhidraw.h27 struct hidraw_devinfo { struct
36 #define HIDIOCGRAWINFO _IOR('H', 0x03, struct hidraw_devinfo) argument
/OK3568_Linux_fs/kernel/samples/hidraw/
H A Dhid-example.c49 struct hidraw_devinfo info; in main()
/OK3568_Linux_fs/kernel/Documentation/hid/
H A Dhidraw.rst85 This ioctl will return a hidraw_devinfo struct containing the bus type, the
/OK3568_Linux_fs/kernel/drivers/hid/
H A Dhidraw.c406 struct hidraw_devinfo dinfo; in hidraw_ioctl()