Searched refs:input_keymap_entry (Results 1 - 6 of 6) sorted by relevance
/third_party/libinput/include/linux/linux/ |
H A D | input.h | 93 * struct input_keymap_entry - used by EVIOCGKEYCODE/EVIOCSKEYCODE ioctls 107 struct input_keymap_entry { struct 128 #define EVIOCGKEYCODE_V2 _IOR('E', 0x04, struct input_keymap_entry) 130 #define EVIOCSKEYCODE_V2 _IOW('E', 0x04, struct input_keymap_entry)
|
/third_party/libinput/include/linux/freebsd/ |
H A D | input.h | 94 * struct input_keymap_entry - used by EVIOCGKEYCODE/EVIOCSKEYCODE ioctls 108 struct input_keymap_entry { struct 129 #define EVIOCGKEYCODE_V2 _IOWR('E', 0x04, struct input_keymap_entry) 131 #define EVIOCSKEYCODE_V2 _IOW('E', 0x04, struct input_keymap_entry)
|
/third_party/libevdev/include/linux/linux/ |
H A D | input.h | 101 * struct input_keymap_entry - used by EVIOCGKEYCODE/EVIOCSKEYCODE ioctls 115 struct input_keymap_entry { struct 136 #define EVIOCGKEYCODE_V2 _IOR('E', 0x04, struct input_keymap_entry) 138 #define EVIOCSKEYCODE_V2 _IOW('E', 0x04, struct input_keymap_entry)
|
/third_party/rust/crates/libc/src/unix/linux_like/android/ |
H A D | mod.rs | 383 pub struct input_keymap_entry { structure names
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 623 pub struct input_keymap_entry { structure names
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
H A D | mod.rs | 209 pub struct input_keymap_entry { structure names
|
Completed in 36 milliseconds