| /openbmc/openbmc/poky/meta/recipes-bsp/keymaps/ |
| H A D | keymaps_1.0.bb | 2 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 D | keymap.sh | 9 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 D | xkbcomp_1.4.7.bb | 5 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 D | xmodmap_1.0.11.bb | 6 keyboard modifier map and keymap table that are used by client \
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-app/ |
| H A D | setxkbmap_1.3.4.bb | 5 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 D | key_matrix.c | 57 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 D | i8042.c | 260 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 D | Kconfig | 73 variable 'keymap' to "de" to select German. Keyboard repeat is
|
| /openbmc/openbmc/meta-raspberrypi/recipes-bsp/gpio-shutdown/ |
| H A D | gpio-shutdown.bb | 6 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 D | input-linux.c | 304 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 D | meson.build | 8 'input-keymap.c', 170 output = 'input-keymap-@0@-to-@1@.c.inc'.format(e[0], e[1])
|
| /openbmc/qemu/scripts/oss-fuzz/ |
| H A D | lsan_suppressions.txt | 4 # libxkbcommon also leaks in qemu-keymap
|
| /openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/ |
| H A D | libxkbcommon_1.9.2.bb | 1 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 D | cros-ec-keyb.txt | 8 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 D | rx51.c | 490 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 D | 0001-Undefine-REGEX-for-musl-based-systems.patch | 34 echo.c extend.c file.c fileio.c funmap.c help.c kbd.c keymap.c \
|
| /openbmc/qemu/pc-bios/keymaps/ |
| H A D | meson.build | 37 native_qemu_keymap = find_program('qemu-keymap', required: false, disabler: true)
|
| /openbmc/openbmc/poky/meta/recipes-core/ncurses/files/ |
| H A D | 0001-tic-hang.patch | 39 # Obsolete: vt100.keymap
|
| /openbmc/u-boot/arch/arm/dts/ |
| H A D | cros-ec-keyboard.dtsi | 20 linux,keymap = <
|
| H A D | omap3-evm-common.dtsi | 146 linux,keymap = <
|
| H A D | rk3399-gru-kevin.dts | 213 linux,gpio-keymap = <KEY_RESERVED
|
| H A D | imx6sl-evk.dts | 533 linux,keymap = <
|
| /openbmc/u-boot/arch/sandbox/dts/ |
| H A D | cros-ec-keyboard.dtsi | 20 linux,keymap = <
|
| /openbmc/openbmc/meta-arm/meta-arm-systemready/recipes-test/arm-systemready-linux-distros/files/unattended-boot-conf/Debian/ |
| H A D | preseed.cfg | 11 d-i keyboard-configuration/xkb-keymap select us
|
| /openbmc/openbmc/poky/meta/recipes-support/vim/ |
| H A D | vim.inc | 138 ${datadir}/${BPN}/${VIMDIR}/keymap \
|