Searched refs:EVIOCGKEYCODE (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/rc/ |
| H A D | keytable.c.rst | 97 if(ioctl(fd, EVIOCGKEYCODE, codes)==0) 161 if(ioctl(fd, EVIOCGKEYCODE, codes)==0) 171 if (!ioctl(fd, EVIOCGKEYCODE, codes) && codes[1] != KEY_RESERVED)
|
| /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 D | input.h | 131 #define EVIOCGKEYCODE _IOR('E', 0x04, unsigned int[2]) /* get keycode */ 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 D | input.h | 131 #define EVIOCGKEYCODE _IOR('E', 0x04, unsigned int[2]) /* get keycode */ macro
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | input.h | 134 #define EVIOCGKEYCODE _IOR('E', 0x04, unsigned int[2]) /* get keycode */ macro
|
| /OK3568_Linux_fs/kernel/Documentation/input/ |
| H A D | input-programming.rst | 255 EVIOCGKEYCODE and EVIOCSKEYCODE ioctls on corresponding evdev interface.
|
| /OK3568_Linux_fs/kernel/drivers/input/ |
| H A D | evdev.c | 1128 case EVIOCGKEYCODE: in evdev_do_ioctl()
|