| /openbmc/qemu/ui/ |
| H A D | kbd-state.c | 16 DECLARE_BITMAP(mods, QKBD_MOD__MAX); 24 set_bit(mod, kbd->mods); in qkbd_state_modifier_update() 26 clear_bit(mod, kbd->mods); in qkbd_state_modifier_update() 32 return test_bit(mod, kbd->mods); in qkbd_state_modifier_get() 87 change_bit(QKBD_MOD_CAPSLOCK, kbd->mods); in qkbd_state_key_event() 92 change_bit(QKBD_MOD_NUMLOCK, kbd->mods); in qkbd_state_key_event()
|
| H A D | keymaps.c | 197 uint32_t mods, i; in keysym2scancode() local 224 mods = 0; in keysym2scancode() 226 mods |= SCANCODE_SHIFT; in keysym2scancode() 229 mods |= SCANCODE_ALTGR; in keysym2scancode() 232 mods |= SCANCODE_CTRL; in keysym2scancode() 236 if ((keysym2code->keycodes[i] & mask) == mods) { in keysym2scancode()
|
| /openbmc/u-boot/board/nokia/rx51/ |
| H A D | rx51.c | 551 static void rx51_kp_fill(u8 k, u8 mods) in rx51_kp_fill() argument 554 if (!(mods & 2) && (k == 18 || k == 31 || k == 33 || k == 34)) { in rx51_kp_fill() 571 if (mods & 2) { /* fn meta key was pressed */ in rx51_kp_fill() 575 if (mods & 1) { /* ctrl key was pressed */ in rx51_kp_fill() 579 if (mods & 4) { /* shift key was pressed */ in rx51_kp_fill() 600 u8 mods; in rx51_kp_tstc() local 622 mods = keys[4] >> 4; in rx51_kp_tstc() 634 rx51_kp_fill((c*8)+r, mods); in rx51_kp_tstc()
|
| /openbmc/qemu/hw/i386/ |
| H A D | multiboot.c | 166 GList *mods = NULL; in load_multiboot() local 304 mods = g_list_append(mods, value); in load_multiboot() 322 if (mods) { in load_multiboot() 323 GList *tmpl = mods; in load_multiboot() 363 g_list_free(mods); in load_multiboot()
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/freeradius/ |
| H A D | freeradius_3.2.7.bb | 258 ${raddbdir}/mods-available/ldap \ 262 ${raddbdir}/mods-available/krb5 \ 266 ${raddbdir}/mods-config/perl \ 267 ${raddbdir}/mods-available/perl \ 271 ${raddbdir}/mods-config/python3 \ 272 ${raddbdir}/mods-available/python3 \ 276 ${raddbdir}/mods-config/sql/*/mysql \ 277 ${raddbdir}/mods-available/sql \ 281 ${raddbdir}/mods-config/sql/*/postgresql \
|
| /openbmc/qemu/ |
| H A D | qemu-keymap.c | 159 xkb_mod_index_t mod, mods; in main() local 224 mods = xkb_keymap_num_mods(map); in main() 225 for (mod = 0; mod < mods; mod++) { in main()
|
| H A D | qemu-options.hx | 2169 ``grab-mod=<mods>`` : Used to select the modifier keys for toggling 2170 the mouse grabbing in conjunction with the "g" key. ``<mods>`` can be
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/crucible/ |
| H A D | crucible_2023.11.02.bb | 8 require ${BPN}-go-mods.inc
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/iozone3/iozone3/ |
| H A D | copyright.txt | 22 see a problem with your mods to enable fileop for Linux-arm, 23 as these mods have been returned to the Iozone folks,
|
| /openbmc/openbmc/meta-openembedded/meta-oe/licenses/ |
| H A D | iozone3 | 22 see a problem with your mods to enable fileop for Linux-arm, 23 as these mods have been returned to the Iozone folks,
|
| /openbmc/openbmc/meta-raspberrypi/recipes-core/udev/ |
| H A D | udev-rules-rpi.bb | 6 git://github.com/RPi-Distro/raspberrypi-sys-mods;protocol=https;branch=master \
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libteam/ |
| H A D | libteam_1.32.bb | 38 # Ensure kernel has these mods enabled features/net/team/team.scc
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/iozone3/ |
| H A D | iozone3_507.bb | 78 # see a problem with your mods to enable fileop for Linux-arm, 79 # as these mods have been returned to the Iozone folks,
|
| /openbmc/openbmc/meta-yadro/meta-nicole/recipes-bsp/u-boot/files/ |
| H A D | 0001-Add-system-reset-status-support.patch | 7 …https://github.com/Intel-BMC/openbmc/blob/intel/meta-openbmc-mods/meta-common/recipes-bsp/u-boot/f…
|
| /openbmc/qemu/scripts/ |
| H A D | checkpatch.pl | 418 my $mods = "(?x: \n" . join("|\n ", @modifierList) . "\n)"; 419 $Modifier = qr{(?:$Attribute|$Sparse|$mods)};
|
| /openbmc/qemu/target/arm/ |
| H A D | cpregs.h | 1051 const ARMCPRegUserSpaceInfo *mods,
|
| H A D | helper.c | 7674 const ARMCPRegUserSpaceInfo *mods, in modify_arm_cp_regs_with_len() argument 7678 const ARMCPRegUserSpaceInfo *m = mods + mi; in modify_arm_cp_regs_with_len()
|
| /openbmc/u-boot/board/qualcomm/dragonboard820c/ |
| H A D | readme.txt | 13 are going to make mods to the environment
|
| /openbmc/u-boot/scripts/ |
| H A D | checkpatch.pl | 732 my $mods = "(?x: \n" . join("|\n ", (@modifierList, @modifierListFile)) . "\n)"; 736 $Modifier = qr{(?:$Attribute|$Sparse|$mods)};
|