Home
last modified time | relevance | path

Searched refs:mods (Results 1 – 19 of 19) sorted by relevance

/openbmc/qemu/ui/
H A Dkbd-state.c16 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 Dkeymaps.c197 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 Drx51.c551 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 Dmultiboot.c166 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 Dfreeradius_3.2.7.bb258 ${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 Dqemu-keymap.c159 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 Dqemu-options.hx2169 ``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 Dcrucible_2023.11.02.bb8 require ${BPN}-go-mods.inc
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/iozone3/iozone3/
H A Dcopyright.txt22 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 Diozone322 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 Dudev-rules-rpi.bb6 git://github.com/RPi-Distro/raspberrypi-sys-mods;protocol=https;branch=master \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libteam/
H A Dlibteam_1.32.bb38 # Ensure kernel has these mods enabled features/net/team/team.scc
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/iozone3/
H A Diozone3_507.bb78 # 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 D0001-Add-system-reset-status-support.patch7 …https://github.com/Intel-BMC/openbmc/blob/intel/meta-openbmc-mods/meta-common/recipes-bsp/u-boot/f…
/openbmc/qemu/scripts/
H A Dcheckpatch.pl418 my $mods = "(?x: \n" . join("|\n ", @modifierList) . "\n)";
419 $Modifier = qr{(?:$Attribute|$Sparse|$mods)};
/openbmc/qemu/target/arm/
H A Dcpregs.h1051 const ARMCPRegUserSpaceInfo *mods,
H A Dhelper.c7674 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 Dreadme.txt13 are going to make mods to the environment
/openbmc/u-boot/scripts/
H A Dcheckpatch.pl732 my $mods = "(?x: \n" . join("|\n ", (@modifierList, @modifierListFile)) . "\n)";
736 $Modifier = qr{(?:$Attribute|$Sparse|$mods)};