Home
last modified time | relevance | path

Searched defs:keymap (Results 1 – 25 of 56) sorted by relevance

123

/external/libxkbcommon/src/
Dkeymap.c59 xkb_keymap_ref(struct xkb_keymap *keymap) in xkb_keymap_ref()
66 xkb_keymap_unref(struct xkb_keymap *keymap) in xkb_keymap_unref()
124 struct xkb_keymap *keymap; in xkb_keymap_new_from_names() local
174 struct xkb_keymap *keymap; in xkb_keymap_new_from_buffer() local
211 struct xkb_keymap *keymap; in xkb_keymap_new_from_file() local
243 xkb_keymap_get_as_string(struct xkb_keymap *keymap, in xkb_keymap_get_as_string()
264 xkb_keymap_num_mods(struct xkb_keymap *keymap) in xkb_keymap_num_mods()
273 xkb_keymap_mod_get_name(struct xkb_keymap *keymap, xkb_mod_index_t idx) in xkb_keymap_mod_get_name()
285 xkb_keymap_mod_get_index(struct xkb_keymap *keymap, const char *name) in xkb_keymap_mod_get_index()
300 xkb_keymap_num_layouts(struct xkb_keymap *keymap) in xkb_keymap_num_layouts()
[all …]
Dkeymap-priv.c32 update_builtin_keymap_fields(struct xkb_keymap *keymap) in update_builtin_keymap_fields()
60 struct xkb_keymap *keymap; in xkb_keymap_new() local
78 XkbKeyByName(struct xkb_keymap *keymap, xkb_atom_t name, bool use_aliases) in XkbKeyByName()
96 XkbResolveKeyAlias(const struct xkb_keymap *keymap, xkb_atom_t name) in XkbResolveKeyAlias()
/external/libxkbcommon/include/xkbcommon/
Dxkbcommon-compat.h53 #define xkb_map_get_as_string(keymap) \ argument
55 #define xkb_map_ref(keymap) xkb_keymap_ref(keymap) argument
56 #define xkb_map_unref(keymap) xkb_keymap_unref(keymap) argument
58 #define xkb_map_num_mods(keymap) xkb_keymap_num_mods(keymap) argument
59 #define xkb_map_mod_get_name(keymap, idx) xkb_keymap_mod_get_name(keymap, idx) argument
60 #define xkb_map_mod_get_index(keymap, str) xkb_keymap_mod_get_index(keymap, str) argument
66 #define xkb_map_num_groups(keymap) xkb_keymap_num_layouts(keymap) argument
67 #define xkb_key_num_groups(keymap, key) \ argument
69 #define xkb_map_group_get_name(keymap, idx) \ argument
71 #define xkb_map_group_get_index(keymap, str) \ argument
[all …]
/external/v4l-utils/utils/common/
Dkeymap.h7 struct keymap { struct
8 struct keymap *next; argument
9 char *name;
10 char *protocol;
11 char *variant;
12 struct protocol_param *param;
13 struct scancode_entry *scancode;
37 void free_keymap(struct keymap *map); argument
Dkeymap.c74 static error_t parse_plain_keymap(char *fname, struct keymap **keymap, bool verbose) in parse_plain_keymap()
315 …rse_toml_protocol(const char *fname, struct toml_table_t *proot, struct keymap **keymap, bool verb… in parse_toml_protocol()
461 static error_t parse_toml_keymap(char *fname, struct keymap **keymap, bool verbose) in parse_toml_keymap()
526 error_t parse_keymap(char *fname, struct keymap **keymap, bool verbose) in parse_keymap()
/external/v4l-utils/utils/ir-ctl/
Dkeymap.h7 struct keymap { struct
8 struct keymap *next; argument
9 char *name;
10 char *protocol;
11 char *variant;
12 struct protocol_param *param;
13 struct scancode_entry *scancode;
37 void free_keymap(struct keymap *map); argument
Dkeymap.c74 static error_t parse_plain_keymap(char *fname, struct keymap **keymap, bool verbose) in parse_plain_keymap()
315 …rse_toml_protocol(const char *fname, struct toml_table_t *proot, struct keymap **keymap, bool verb… in parse_toml_protocol()
461 static error_t parse_toml_keymap(char *fname, struct keymap **keymap, bool verbose) in parse_toml_keymap()
526 error_t parse_keymap(char *fname, struct keymap **keymap, bool verbose) in parse_keymap()
/external/v4l-utils/utils/keytable/
Dkeymap.h7 struct keymap { struct
8 struct keymap *next; argument
9 char *name;
10 char *protocol;
11 char *variant;
12 struct protocol_param *param;
13 struct scancode_entry *scancode;
37 void free_keymap(struct keymap *map); argument
Dkeymap.c74 static error_t parse_plain_keymap(char *fname, struct keymap **keymap, bool verbose) in parse_plain_keymap()
315 …rse_toml_protocol(const char *fname, struct toml_table_t *proot, struct keymap **keymap, bool verb… in parse_toml_protocol()
461 static error_t parse_toml_keymap(char *fname, struct keymap **keymap, bool verbose) in parse_toml_keymap()
526 error_t parse_keymap(char *fname, struct keymap **keymap, bool verbose) in parse_keymap()
/external/libxkbcommon/test/
Dstate.c42 struct xkb_keymap *keymap; in print_state() local
107 test_update_key(struct xkb_keymap *keymap) in test_update_key()
249 test_serialisation(struct xkb_keymap *keymap) in test_serialisation()
302 test_update_mask_mods(struct xkb_keymap *keymap) in test_update_mask_mods()
371 test_repeat(struct xkb_keymap *keymap) in test_repeat()
381 test_consume(struct xkb_keymap *keymap) in test_consume()
503 key_iter(struct xkb_keymap *keymap, xkb_keycode_t key, void *data) in key_iter()
512 test_range(struct xkb_keymap *keymap) in test_range()
525 test_caps_keysym_transformation(struct xkb_keymap *keymap) in test_caps_keysym_transformation()
592 test_get_utf8_utf32(struct xkb_keymap *keymap) in test_get_utf8_utf32()
[all …]
Dcommon.c67 test_key_seq_va(struct xkb_keymap *keymap, va_list ap) in test_key_seq_va()
153 test_key_seq(struct xkb_keymap *keymap, ...) in test_key_seq()
269 struct xkb_keymap *keymap; in test_compile_file() local
304 struct xkb_keymap *keymap; in test_compile_string() local
319 struct xkb_keymap *keymap; in test_compile_buffer() local
336 struct xkb_keymap *keymap; in test_compile_rules() local
Dkeymap.c38 struct xkb_keymap *keymap; in test_garbage_key() local
81 struct xkb_keymap *keymap; in test_keymap() local
Dkeyseq.c33 struct xkb_keymap *keymap; in main() local
Dfilecomp.c31 struct xkb_keymap *keymap = test_compile_file(ctx, path_rel); in test_file() local
Dbuffercomp.c38 struct xkb_keymap *keymap; in main() local
Dstringcomp.c38 struct xkb_keymap *keymap; in main() local
/external/libxkbcommon/src/xkbcomp/
Dkeymap-dump.c126 write_vmods(struct xkb_keymap *keymap, struct buf *buf) in write_vmods()
150 write_keycodes(struct xkb_keymap *keymap, struct buf *buf) in write_keycodes()
193 write_types(struct xkb_keymap *keymap, struct buf *buf) in write_types()
246 write_led_map(struct xkb_keymap *keymap, struct buf *buf, in write_led_map()
296 write_action(struct xkb_keymap *keymap, struct buf *buf, in write_action()
410 write_compat(struct xkb_keymap *keymap, struct buf *buf) in write_compat()
459 write_keysyms(struct xkb_keymap *keymap, struct buf *buf, in write_keysyms()
493 write_key(struct xkb_keymap *keymap, struct buf *buf, in write_key()
600 write_symbols(struct xkb_keymap *keymap, struct buf *buf) in write_symbols()
647 write_keymap(struct xkb_keymap *keymap, struct buf *buf) in write_keymap()
[all …]
Dkeymap.c35 ComputeEffectiveMask(struct xkb_keymap *keymap, struct xkb_mods *mods) in ComputeEffectiveMask()
41 UpdateActionMods(struct xkb_keymap *keymap, union xkb_action *act, in UpdateActionMods()
72 FindInterpForKey(struct xkb_keymap *keymap, const struct xkb_key *key, in FindInterpForKey()
130 ApplyInterpsToKey(struct xkb_keymap *keymap, struct xkb_key *key) in ApplyInterpsToKey()
175 UpdateDerivedKeymapFields(struct xkb_keymap *keymap) in UpdateDerivedKeymapFields()
234 CompileKeymap(XkbFile *file, struct xkb_keymap *keymap, enum merge_mode merge) in CompileKeymap()
Dxkbcomp.c36 compile_keymap_file(struct xkb_keymap *keymap, XkbFile *file) in compile_keymap_file()
55 text_v1_keymap_new_from_names(struct xkb_keymap *keymap, in text_v1_keymap_new_from_names()
102 text_v1_keymap_new_from_string(struct xkb_keymap *keymap, in text_v1_keymap_new_from_string()
120 text_v1_keymap_new_from_file(struct xkb_keymap *keymap, FILE *file) in text_v1_keymap_new_from_file()
Dkeycodes.c530 CopyKeyNamesToKeymap(struct xkb_keymap *keymap, KeyNamesInfo *info) in CopyKeyNamesToKeymap()
560 CopyKeyAliasesToKeymap(struct xkb_keymap *keymap, KeyNamesInfo *info) in CopyKeyAliasesToKeymap()
619 CopyLedNamesToKeymap(struct xkb_keymap *keymap, KeyNamesInfo *info) in CopyLedNamesToKeymap()
635 CopyKeyNamesInfoToKeymap(struct xkb_keymap *keymap, KeyNamesInfo *info) in CopyKeyNamesInfoToKeymap()
651 CompileKeycodes(XkbFile *file, struct xkb_keymap *keymap, in CompileKeycodes()
/external/libxkbcommon/src/x11/
Dkeymap.c349 get_types(struct xkb_keymap *keymap, xcb_connection_t *conn, in get_types()
424 get_sym_maps(struct xkb_keymap *keymap, xcb_connection_t *conn, in get_sym_maps()
501 get_actions(struct xkb_keymap *keymap, xcb_connection_t *conn, in get_actions()
552 get_vmods(struct xkb_keymap *keymap, xcb_connection_t *conn, in get_vmods()
576 get_explicits(struct xkb_keymap *keymap, xcb_connection_t *conn, in get_explicits()
621 get_modmaps(struct xkb_keymap *keymap, xcb_connection_t *conn, in get_modmaps()
648 get_vmodmaps(struct xkb_keymap *keymap, xcb_connection_t *conn, in get_vmodmaps()
675 get_map(struct xkb_keymap *keymap, xcb_connection_t *conn, in get_map()
717 get_indicators(struct xkb_keymap *keymap, xcb_connection_t *conn, in get_indicators()
767 get_indicator_map(struct xkb_keymap *keymap, xcb_connection_t *conn, in get_indicator_map()
[all …]
/external/coreboot/src/acpi/
Dacpigen_ps2_keybd.c11 #define SCANCODE(keymap) ((keymap >> 16) & 0xFFFF) argument
184 uint32_t keymap, i; in ssdt_generate_physmap() local
221 uint32_t keymap; in ssdt_generate_keymap() local
/external/libxkbcommon/tools/
Dinteractive-evdev.c99 keyboard_new(struct dirent *ent, struct xkb_keymap *keymap, in keyboard_new()
186 get_keyboards(struct xkb_keymap *keymap, in get_keyboards()
255 struct xkb_keymap *keymap; in process_event() local
387 struct xkb_keymap *keymap = NULL; in main() local
/external/libxkbcommon/fuzz/keymap/
Dtarget.c17 struct xkb_keymap *keymap; in main() local
/external/coreboot/src/mainboard/getac/p470/
Dmainboard.c16 u16 keymap; in ec_enable() local

123