Searched refs:EVIOCSKEYCODE (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | input.h | 100 * struct input_keymap_entry - used by EVIOCGKEYCODE/EVIOCSKEYCODE ioctls 136 #define EVIOCSKEYCODE _IOW('E', 0x04, unsigned int[2]) /* set keycode */ macro
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | input.h | 103 * struct input_keymap_entry - used by EVIOCGKEYCODE/EVIOCSKEYCODE ioctls 139 #define EVIOCSKEYCODE _IOW('E', 0x04, unsigned int[2]) /* set keycode */ macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | input.h | 80 #define EVIOCSKEYCODE _IOW('E', 0x04, unsigned int[2]) macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | input.h | 80 #define EVIOCSKEYCODE _IOW('E', 0x04, unsigned int[2]) macro
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | input.h | 69 #define EVIOCSKEYCODE _IOW('E', 0x04, unsigned int[2]) macro
|
/kernel/linux/linux-5.10/drivers/input/ |
H A D | evdev.c | 1131 case EVIOCSKEYCODE: in evdev_do_ioctl()
|
/kernel/linux/linux-6.6/drivers/input/ |
H A D | evdev.c | 1131 case EVIOCSKEYCODE: in evdev_do_ioctl()
|
Completed in 9 milliseconds