| /openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-support/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr/ |
| H A D | 0001-screencast-Fix-build-with-older-mesa.patch | 27 - 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 D | libclass-method-modifiers-perl_2.15.bb | 1 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 D | hid.c | 266 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 D | ps2.c | 332 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 D | trace-events | 33 …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 D | 0001-nsswitch.y-Replace-empty-bison-extension.patch | 33 modifiers: 38 | modifiers modifier {
|
| /openbmc/phosphor-webui/app/common/directives/ |
| H A D | vt100plus.js | 52 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 D | virgl.c | 324 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 D | input.h | 43 uchar modifiers; member
|
| /openbmc/qemu/include/hw/input/ |
| H A D | ps2.h | 75 unsigned int modifiers; /* bitmask of MOD_* constants above */ member
|
| H A D | hid.h | 29 uint16_t modifiers; member
|
| /openbmc/openbmc/poky/meta/recipes-core/udev/udev-extraconf/ |
| H A D | autonet.rules | 1 # There are a number of modifiers that are allowed to be used in some
|
| H A D | automount.rules | 1 # There are a number of modifiers that are allowed to be used in some
|
| H A D | localextra.rules | 1 # There are a number of modifiers that are allowed to be used in some
|
| /openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/ |
| H A D | touchscreen.rules | 1 # There are a number of modifiers that are allowed to be used in some
|
| /openbmc/openbmc/poky/meta/recipes-core/udev/eudev/ |
| H A D | local.rules | 1 # 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 D | libmoo-perl_2.005005.bb | 19 RDEPENDS:${PN} = " libclass-method-modifiers-perl \
|
| /openbmc/qemu/docs/devel/ |
| H A D | s390-cpu-topology.rst | 25 modifiers for all configured vCPUs. 100 or the topology modifiers of a vCPU in the configuration.
|
| /openbmc/qemu/ui/ |
| H A D | egl-helpers.c | 297 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 D | cocoa.m | 851 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 D | armarch.patch | 27 - * endianness (b or l); we need to add modifiers such as
|
| /openbmc/openbmc/meta-openembedded/meta-perl/recipes-core/packagegroups/ |
| H A D | packagegroup-meta-perl.bb | 23 libclass-method-modifiers-perl \
|
| /openbmc/qemu/docs/interop/ |
| H A D | vhost-user-gpu.rst | 147 :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 D | VOSTROM | 13 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 D | disable-run-test-program-while-cross-compiling.patch | 119 AC_MSG_CHECKING([for daq extended flow modifiers])
|