Home
last modified time | relevance | path

Searched refs:modifiers (Results 1 – 25 of 71) sorted by relevance

123

/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-support/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr/
H A D0001-screencast-Fix-build-with-older-mesa.patch27 - cast->screencopy_frame_info[cast->buffer_type].format, modifiers, n_modifiers, flags);
28 + cast->screencopy_frame_info[cast->buffer_type].format, modifiers, n_modifiers);
43 uint64_t *modifiers = (uint64_t*)&cast->pwr_format.modifier;
45 - frame_info->format, modifiers, 1, flags);
47 + frame_info->format, modifiers, 1);
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libclass/
H A Dlibclass-method-modifiers-perl_2.15.bb1 SUMMARY = "Class::Method::Modifiers - provides Moose-like method modifiers"
2 DESCRIPTION = "Method modifiers are a convenient feature from the CLOS \
/openbmc/qemu/hw/input/
H A Dhid.c266 index = key | ((hs->kbd.modifiers & (1 << 8)) >> 1); in hid_keyboard_process_keycode()
268 hs->kbd.modifiers &= ~(1 << 8); in hid_keyboard_process_keycode()
276 if (hs->kbd.modifiers & (1 << 9)) { in hid_keyboard_process_keycode()
282 hs->kbd.modifiers ^= (1 << 8) | (1 << 9); in hid_keyboard_process_keycode()
291 hs->kbd.modifiers &= ~(1 << (hid_code & 0x0f)); in hid_keyboard_process_keycode()
302 hs->kbd.modifiers |= 1 << (hid_code & 0x0f); in hid_keyboard_process_keycode()
450 buf[0] = hs->kbd.modifiers & 0xff; in hid_keyboard_poll()
493 hs->kbd.modifiers = 0; in hid_reset()
619 VMSTATE_UINT16(kbd.modifiers, HIDState),
H A Dps2.c332 s->modifiers, s->scancode_set, s->translate); in ps2_keyboard_event()
334 s->modifiers |= mod; in ps2_keyboard_event()
336 s->modifiers &= ~mod; in ps2_keyboard_event()
341 if (s->modifiers & (MOD_CTRL_L | MOD_CTRL_R)) { in ps2_keyboard_event()
359 if (s->modifiers & MOD_ALT_L) { in ps2_keyboard_event()
369 } else if (s->modifiers & MOD_ALT_R) { in ps2_keyboard_event()
383 } else if (s->modifiers & (MOD_SHIFT_L | MOD_CTRL_L | in ps2_keyboard_event()
427 if (s->modifiers & (MOD_CTRL_L | MOD_CTRL_R)) { in ps2_keyboard_event()
448 if (s->modifiers & MOD_ALT_L) { in ps2_keyboard_event()
461 } else if (s->modifiers & MOD_ALT_R) { in ps2_keyboard_event()
[all …]
H A Dtrace-events33 …n, unsigned int modifier, unsigned int modifiers, int set, int xlate) "%p qcode %d down %d modifie…
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/musl/musl-nscd/
H A D0001-nsswitch.y-Replace-empty-bison-extension.patch33 modifiers:
38 | modifiers modifier {
/openbmc/phosphor-webui/app/common/directives/
H A Dvt100plus.js52 var modifiers = (ev.shiftKey ? 1 : 0) | (ev.altKey ? 2 : 0) |
54 if (((modifiers) && (ev.keyCode != BACKSPACE)) || (ev.type != 'keydown')) {
/openbmc/qemu/contrib/vhost-user-gpu/
H A Dvirgl.c324 uint64_t *modifiers) in virgl_get_resource_info_modifiers() argument
335 *modifiers = info_ext.modifiers; in virgl_get_resource_info_modifiers()
346 *modifiers = 0; in virgl_get_resource_info_modifiers()
372 uint64_t modifiers = 0; in virgl_cmd_set_scanout() local
374 &modifiers); in virgl_cmd_set_scanout()
409 msg.payload.dmabuf_scanout2.modifier = modifiers; in virgl_cmd_set_scanout()
/openbmc/u-boot/include/
H A Dinput.h43 uchar modifiers; member
/openbmc/qemu/include/hw/input/
H A Dps2.h75 unsigned int modifiers; /* bitmask of MOD_* constants above */ member
H A Dhid.h29 uint16_t modifiers; member
/openbmc/openbmc/poky/meta/recipes-core/udev/udev-extraconf/
H A Dautonet.rules1 # There are a number of modifiers that are allowed to be used in some
H A Dautomount.rules1 # There are a number of modifiers that are allowed to be used in some
H A Dlocalextra.rules1 # There are a number of modifiers that are allowed to be used in some
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/
H A Dtouchscreen.rules1 # There are a number of modifiers that are allowed to be used in some
/openbmc/openbmc/poky/meta/recipes-core/udev/eudev/
H A Dlocal.rules1 # There are a number of modifiers that are allowed to be used in some
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libmoo/
H A Dlibmoo-perl_2.005005.bb19 RDEPENDS:${PN} = " libclass-method-modifiers-perl \
/openbmc/qemu/docs/devel/
H A Ds390-cpu-topology.rst25 modifiers for all configured vCPUs.
100 or the topology modifiers of a vCPU in the configuration.
/openbmc/qemu/ui/
H A Degl-helpers.c297 EGLuint64KHR modifiers[DMABUF_MAX_PLANES]; in egl_dmabuf_export_texture() local
309 num_planes, modifiers); in egl_dmabuf_export_texture()
315 *modifier = modifiers[0]; in egl_dmabuf_export_texture()
H A Dcocoa.m851 NSUInteger modifiers = [event modifierFlags];
890 if (!!(modifiers & NSEventModifierFlagCapsLock) !=
896 if (!(modifiers & NSEventModifierFlagShift)) {
900 if (!(modifiers & NSEventModifierFlagControl)) {
904 if (!(modifiers & NSEventModifierFlagOption)) {
913 if (!(modifiers & NSEventModifierFlagCommand)) {
927 if (!!(modifiers & NSEventModifierFlagShift)) {
933 if (!!(modifiers & NSEventModifierFlagShift)) {
939 if (!!(modifiers & NSEventModifierFlagControl)) {
945 if (!!(modifiers & NSEventModifierFlagControl)) {
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/libdnf/libdnf/
H A Darmarch.patch27 - * endianness (b or l); we need to add modifiers such as
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-core/packagegroups/
H A Dpackagegroup-meta-perl.bb23 libclass-method-modifiers-perl \
/openbmc/qemu/docs/interop/
H A Dvhost-user-gpu.rst147 :modifier: ``u64``, the DMABUF modifiers
286 Same as VHOST_USER_GPU_DMABUF_SCANOUT, but also sends the dmabuf modifiers
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DVOSTROM13 3. users, modifiers, distributors, and others coming into possession or using the Distribution in o…
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/snort/snort/
H A Ddisable-run-test-program-while-cross-compiling.patch119 AC_MSG_CHECKING([for daq extended flow modifiers])

123