Searched refs:input_keymap_entry (Results 1 – 8 of 8) sorted by relevance
/external/kernel-headers/original/uapi/linux/ |
D | input.h | 113 struct input_keymap_entry { struct 134 #define EVIOCGKEYCODE_V2 _IOR('E', 0x04, struct input_keymap_entry) argument 136 #define EVIOCSKEYCODE_V2 _IOW('E', 0x04, struct input_keymap_entry)
|
/external/syzkaller/sys/linux/ |
D | input.txt | 42 ioctl$EVIOCSKEYCODE_V2(fd fd_evdev, cmd const[EVIOCSKEYCODE_V2], arg ptr[in, input_keymap_entry]) 65 input_keymap_entry {
|
/external/strace/tests-mx32/ |
D | ioctl_evdev.c | 204 TAIL_ALLOC_OBJECT_CONST_PTR(struct input_keymap_entry, ike); in main()
|
/external/strace/tests/ |
D | ioctl_evdev.c | 204 TAIL_ALLOC_OBJECT_CONST_PTR(struct input_keymap_entry, ike); in main()
|
/external/strace/tests-m32/ |
D | ioctl_evdev.c | 204 TAIL_ALLOC_OBJECT_CONST_PTR(struct input_keymap_entry, ike); in main()
|
/external/strace/ |
D | evdev.c | 114 struct input_keymap_entry ike; in keycode_V2_ioctl()
|
D | ChangeLog | 28582 evdev.c: fix decoding of struct input_keymap_entry. 39847 input_keymap_entry.keycode.
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_posix.cc | 455 unsigned struct_input_keymap_entry_sz = sizeof(struct input_keymap_entry);
|