Home
last modified time | relevance | path

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

123

/openbmc/openbmc/poky/meta/recipes-bsp/keymaps/
H A Dkeymaps_1.0.bb2 DESCRIPTION = "Keymaps and initscript to set the keymap on bootup."
8 LIC_FILES_CHKSUM = "file://keymap.sh;beginline=5;endline=5;md5=829e563511c9a1d6d41f17a7a4989d6a"
22 SRC_URI = "file://keymap.sh"
24 INITSCRIPT_NAME = "keymap.sh"
35 install -m 0755 ${S}/keymap.sh ${D}${sysconfdir}/init.d/
45 systemctl $OPTS mask keymap.service
/openbmc/openbmc/poky/meta/recipes-bsp/keymaps/files/
H A Dkeymap.sh9 if [ -e /etc/keymap-$KERNEL_MAJMIN.map ]; then
10 loadkeys /etc/keymap-$KERNEL_MAJMIN.map
15 for extension in `ls -1 /etc/keymap-extension-$KERNEL_MAJMIN*`
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-app/
H A Dxkbcomp_1.4.7.bb5 DESCRIPTION = "The xkbcomp keymap compiler converts a description of an \
6 XKB keymap into one of several output formats. The most common use for \
7 xkbcomp is to create a compiled keymap file (.xkm extension) which can \
H A Dxmodmap_1.0.11.bb6 keyboard modifier map and keymap table that are used by client \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-app/
H A Dsetxkbmap_1.3.4.bb5 DESCRIPTION = "The xkbcomp keymap compiler converts a description of an \
6 XKB keymap into one of several output formats. The most common use for \
7 xkbcomp is to create a compiled keymap file (.xkm extension) which can \
/openbmc/u-boot/drivers/input/
H A Dkey_matrix.c57 const u8 *keymap; in key_matrix_decode() local
62 keymap = config->plain_keycode; in key_matrix_decode()
72 keymap = config->fn_keycode; in key_matrix_decode()
76 keycode[valid++] = keymap[pos]; in key_matrix_decode()
77 debug(" keycode=%d\n", keymap[pos]); in key_matrix_decode()
H A Di8042.c260 int keymap, try; in i8042_start() local
270 keymap = KBD_US; in i8042_start()
274 keymap = KBD_GER; in i8042_start()
282 ret = input_add_tables(input, keymap == KBD_GER); in i8042_start()
H A DKconfig73 variable 'keymap' to "de" to select German. Keyboard repeat is
/openbmc/openbmc/meta-raspberrypi/recipes-bsp/gpio-shutdown/
H A Dgpio-shutdown.bb6 file://gpio-shutdown-keymap.sh \
11 INITSCRIPT_NAME = "gpio-shutdown-keymap.sh"
22 install -m 0755 ${UNPACKDIR}/gpio-shutdown-keymap.sh ${D}${sysconfdir}/init.d/
/openbmc/qemu/ui/
H A Dinput-linux.c304 uint8_t keymap[KEY_CNT / 8], keystate[KEY_CNT / 8]; in input_linux_complete() local
374 memset(keymap, 0, sizeof(keymap)); in input_linux_complete()
375 rc = ioctl(il->fd, EVIOCGBIT(EV_KEY, sizeof(keymap)), keymap); in input_linux_complete()
385 if (keymap[i / 8] & (1 << (i % 8))) { in input_linux_complete()
H A Dmeson.build8 'input-keymap.c',
170 output = 'input-keymap-@0@-to-@1@.c.inc'.format(e[0], e[1])
/openbmc/qemu/scripts/oss-fuzz/
H A Dlsan_suppressions.txt4 # libxkbcommon also leaks in qemu-keymap
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/
H A Dlibxkbcommon_1.9.2.bb1 SUMMARY = "Generic XKB keymap library"
2 DESCRIPTION = "libxkbcommon is a keymap compiler and support library which \
/openbmc/u-boot/doc/device-tree-bindings/input/
H A Dcros-ec-keyb.txt8 This binding is based on matrix-keymap.txt and extends/modifies it as follows:
33 linux,keymap = <
/openbmc/u-boot/board/nokia/rx51/
H A Drx51.c490 static const char keymap[] = { variable
572 k = keymap[k+64]; in rx51_kp_fill()
574 k = keymap[k]; in rx51_kp_fill()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/mg/mg/
H A D0001-Undefine-REGEX-for-musl-based-systems.patch34 echo.c extend.c file.c fileio.c funmap.c help.c kbd.c keymap.c \
/openbmc/qemu/pc-bios/keymaps/
H A Dmeson.build37 native_qemu_keymap = find_program('qemu-keymap', required: false, disabler: true)
/openbmc/openbmc/poky/meta/recipes-core/ncurses/files/
H A D0001-tic-hang.patch39 # Obsolete: vt100.keymap
/openbmc/u-boot/arch/arm/dts/
H A Dcros-ec-keyboard.dtsi20 linux,keymap = <
H A Domap3-evm-common.dtsi146 linux,keymap = <
H A Drk3399-gru-kevin.dts213 linux,gpio-keymap = <KEY_RESERVED
H A Dimx6sl-evk.dts533 linux,keymap = <
/openbmc/u-boot/arch/sandbox/dts/
H A Dcros-ec-keyboard.dtsi20 linux,keymap = <
/openbmc/openbmc/meta-arm/meta-arm-systemready/recipes-test/arm-systemready-linux-distros/files/unattended-boot-conf/Debian/
H A Dpreseed.cfg11 d-i keyboard-configuration/xkb-keymap select us
/openbmc/openbmc/poky/meta/recipes-support/vim/
H A Dvim.inc138 ${datadir}/${BPN}/${VIMDIR}/keymap \

123