Home
last modified time | relevance | path

Searched refs:keymap (Results 1 – 25 of 132) sorted by relevance

123456

/freebsd-13.1/usr.sbin/bsdconfig/console/include/
H A Dmessages.subr37 msg_belgian_desc="Belgian ISO keymap"
45 msg_brazil_iso_desc="Brazil ISO keymap"
68 msg_danish_iso_desc="Danish ISO keymap"
97 msg_french_iso_desc="French ISO keymap"
103 msg_german_iso_desc="German ISO keymap"
150 msg_italian_desc="Italian ISO keymap"
194 msg_slovak_desc="Slovak ISO keymap"
204 msg_spanish_desc="Spanish ISO keymap"
239 msg_uk_iso_desc="UK ISO keymap"
246 msg_unknown_keymap="Unknown keymap"
[all …]
/freebsd-13.1/usr.sbin/bsdinstall/scripts/
H A Dkeymap36 f_include $BSDCFG_SHARE/keymap.subr
44 : ${KEYMAPFILE:=$BSDINSTALL_TMPETC/rc.conf.keymap}
130 f_getvar $VAR_KEYMAP keymap
131 if [ ! "$keymap" ]; then
132 keymap=$( f_sysrc_get keymap )
133 case "$keymap" in [Nn][Oo]) keymap="";; esac
165 if [ "$keym" = "$keymap" ]; then
211 dialog_keymap_test "$keymap"
223 # Get actual keymap setting while we update $keymap and $KEYMAPFILE
225 echo "keymap=\"$keymap\"" > "$KEYMAPFILE"
[all …]
/freebsd-13.1/usr.sbin/bsdconfig/share/
H A Dkeymap.subr33 f_dprintf "%s: loading includes..." keymap.subr
52 # A "keymap" from kbdmap's point of view
95 # f_keymap_checkfile $keymap
97 # Check that $keymap is a readable kbdmap(5) file. Returns success if $keymap
100 # $keymap is not available.
234 # f_keymap_kbdcontrol $keymap
236 # Install keyboard map file from $keymap.
240 local keymap="$1"
242 [ "$keymap" ] || return $SUCCESS
245 [ "${keymap#*/}" = "$keymap" ] && keymap="$DEFAULT_KEYMAP_DIR/$keymap"
[all …]
/freebsd-13.1/usr.sbin/kbdmap/
H A Dkbdmap.c69 struct keymap { struct
73 SLIST_ENTRY(keymap) entries; argument
81 static struct keymap *
84 struct keymap *km; in get_keymap()
99 struct keymap *km; in get_num_keymaps()
114 struct keymap *km; in remove_keymap()
131 struct keymap *km, *km_new; in add_keymap()
144 km_new = (struct keymap *) malloc (sizeof(struct keymap)); in add_keymap()
474 const struct keymap *km1 = *((const struct keymap * const *) a); in compare_keymap()
475 const struct keymap *km2 = *((const struct keymap * const *) b); in compare_keymap()
[all …]
/freebsd-13.1/sys/contrib/device-tree/Bindings/input/
H A Dqcom,pm8xxx-keypad.txt25 - linux,keymap:
28 Definition: the linux keymap. More information can be found in
29 input/matrix-keymap.txt.
45 Definition: number of rows in the keymap. More information can be found
46 in input/matrix-keymap.txt.
51 Definition: number of columns in the keymap. More information can be
52 found in input/matrix-keymap.txt.
79 linux,keymap = <
H A Dstmpe-keypad.txt5 - linux,keymap : See ./matrix-keymap.txt
11 - keypad,num-rows : See ./matrix-keymap.txt
12 - keypad,num-columns : See ./matrix-keymap.txt
23 linux,keymap = <0x205006b
H A Dnvidia,tegra20-kbc.txt14 - linux,keymap: The keymap for keys as described in the binding document
15 devicetree/bindings/input/matrix-keymap.txt.
26 - linux,fn-keymap: a second keymap, same specification as the
48 linux,keymap = <0x00000074
H A Dst-keyscan.txt4 matrix-keymap.
19 - linux,keymap: The keymap for keys as described in the binding document
20 devicetree/bindings/input/matrix-keymap.txt.
44 linux,keymap = < MATRIX_KEY(0x00, 0x00, KEY_F13)
H A Dlpc32xx-key.txt3 This binding is based on the matrix-keymap binding with the following
14 - linux,keymap: the key-code to be reported when the key is pressed
16 Documentation/devicetree/bindings/input/matrix-keymap.txt
33 linux,keymap = <0x00000002>;
H A Dclps711x-keypad.txt7 - linux,keymap: The definition can be found at
8 bindings/input/matrix-keymap.txt.
21 linux,keymap = <
H A Dti,nspire-keypad.txt18 - linux,keymap: The keymap to use
19 (see Documentation/devicetree/bindings/input/matrix-keymap.txt)
37 linux,keymap = <
H A Dmatrix-keymap.yaml4 $id: http://devicetree.org/schemas/input/matrix-keymap.yaml#
19 for said properties are "linux,fn-keymap" or with another descriptive
23 linux,keymap:
42 linux,keymap = < 0x00030012
H A Dbrcm,bcm-keypad.txt9 This binding is based on the matrix-keymap binding with the following
61 - linux,keymap: The keymap for keys as described in the binding document
62 devicetree/bindings/input/matrix-keymap.txt.
76 linux,keymap = <MATRIX_KEY(0x00, 0x02, KEY_F) /* key_forward */
H A Dtca8418_keypad.txt1 This binding is based on the matrix-keymap binding with the following
10 - linux,keymap: Keys definitions, see keypad-matrix.
H A Dimx-keypad.txt26 - linux,keymap: The definition can be found at
27 bindings/input/matrix-keymap.txt.
37 linux,keymap = <0x00000067 /* KEY_UP */
H A Dimx-keypad.yaml13 - $ref: "/schemas/input/matrix-keymap.yaml#"
56 - linux,keymap
69 linux,keymap = <0x00000067 /* KEY_UP */
H A Dgpio-matrix-keypad.txt17 - linux,keymap: The definition can be found at
18 bindings/input/matrix-keymap.txt
43 linux,keymap = <0x0000008B
/freebsd-13.1/usr.sbin/kbdcontrol/
H A Dkbdcontrol.c303 c = get_key_definition_line(keymap); in get_definition_line()
306 if (c > keymap->n_keys) in get_definition_line()
307 keymap->n_keys = c; in get_definition_line()
745 for (i = 0; i < keymap->n_keys; i++) { in dump_key_definition()
751 dump_entry(keymap->key[i].map[j]); in dump_key_definition()
824 keymap_t keymap; in load_keymap() local
859 memset(&keymap, 0, sizeof(keymap)); in load_keymap()
874 dump_key_definition(opt, &keymap); in load_keymap()
878 if ((keymap.n_keys > 0) && (ioctl(0, PIO_KEYMAP, &keymap) < 0)) { in load_keymap()
894 keymap_t keymap; in print_keymap() local
[all …]
/freebsd-13.1/sys/contrib/device-tree/Bindings/display/
H A Dht16k33.txt10 - linux,keymap: The keymap for keys as described in the binding
11 document (devicetree/bindings/input/matrix-keymap.txt).
27 linux,keymap = <
/freebsd-13.1/libexec/rc/rc.d/
H A Dsyscons72 keymap=`basename $1 .kbd`
73 case $keymap in
147 errmsg=`kbdcontrol < ${kbddev} -l ${keymap} 2>&1`
150 keymap_vt=`lookup_keymap_for_vt ${keymap}`
154 _sc_keymap_msg="New keymap: In /etc/rc.conf replace 'keymap=${keymap}' by 'keymap=${keymap_vt}'"
157 _sc_keymap_msg="No replacement found for keymap '${keymap}'.
169 case ${keymap} in
/freebsd-13.1/sys/contrib/device-tree/Bindings/mfd/
H A Dtc3589x.txt51 bindings/input/matrix-keymap.txt
53 bindings/input/matrix-keymap.txt
54 - linux,keymap: the definition can be found in
55 bindings/input/matrix-keymap.txt
87 linux,keymap = <0x0301006b
/freebsd-13.1/usr.sbin/bluetooth/bthidd/
H A Dbtuinput.c76 static uint16_t const keymap[0x100] = { variable
401 for (i = 0; i < nitems(keymap); i++) in uinput_open_keyboard()
402 if (keymap[i] != NONE && in uinput_open_keyboard()
403 ioctl(fd, UI_SET_KEYBIT, keymap[i]) < 0) in uinput_open_keyboard()
523 if (key >= 0 && key < (int32_t)nitems(keymap) && in uinput_rep_key()
524 keymap[key] != NONE) { in uinput_rep_key()
525 if (uinput_write_event(fd, EV_KEY, keymap[key], make) > 0 && in uinput_rep_key()
/freebsd-13.1/sys/dev/kbd/
H A Dkbdreg.h36 struct keymap;
147 struct keymap *kb_keymap; /* key map */
337 void kbd_set_maps(keyboard_t *kbd, struct keymap *keymap,
/freebsd-13.1/sys/dev/atkbdc/
H A Datkbd.c377 keymap_t *keymap; in atkbd_init() local
395 keymap = &default_keymap; in atkbd_init()
404 keymap = malloc(sizeof(key_map), M_DEVBUF, M_NOWAIT); in atkbd_init()
409 if ((kbd == NULL) || (state == NULL) || (keymap == NULL) in atkbd_init()
420 keymap = kbd->kb_keymap; in atkbd_init()
435 bcopy(&key_map, keymap, sizeof(key_map)); in atkbd_init()
439 kbd_set_maps(kbd, keymap, accmap, fkeymap, fkeymap_size); in atkbd_init()
515 if (keymap != NULL) in atkbd_init()
516 free(keymap, M_DEVBUF); in atkbd_init()
/freebsd-13.1/sys/dev/vkbd/
H A Dvkbd.c609 keymap_t *keymap = NULL; in vkbd_init() local
618 keymap = malloc(sizeof(key_map), M_VKBD, M_NOWAIT); in vkbd_init()
623 if ((kbd == NULL) || (state == NULL) || (keymap == NULL) || in vkbd_init()
637 keymap = kbd->kb_keymap; in vkbd_init()
646 bcopy(&key_map, keymap, sizeof(key_map)); in vkbd_init()
650 kbd_set_maps(kbd, keymap, accmap, fkeymap, fkeymap_size); in vkbd_init()
685 if (keymap != NULL) in vkbd_init()
686 free(keymap, M_VKBD); in vkbd_init()

123456