HomeSort by relevance Sort by last modified time
    Searched refs:input_keymap_entry (Results 1 - 3 of 3) sorted by null

  /external/kernel-headers/original/linux/
input.h 79 * struct input_keymap_entry - used by EVIOCGKEYCODE/EVIOCSKEYCODE ioctls
93 struct input_keymap_entry { struct
108 #define EVIOCGKEYCODE_V2 _IOR('E', 0x04, struct input_keymap_entry)
110 #define EVIOCSKEYCODE_V2 _IOW('E', 0x04, struct input_keymap_entry)
    [all...]
  /bionic/libc/kernel/common/linux/
input.h 52 struct input_keymap_entry { struct
69 #define EVIOCGKEYCODE_V2 _IOR('E', 0x04, struct input_keymap_entry)
71 #define EVIOCSKEYCODE_V2 _IOW('E', 0x04, struct input_keymap_entry)
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.cc 260 unsigned struct_input_keymap_entry_sz = sizeof(struct input_keymap_entry);
    [all...]

Completed in 85 milliseconds