/openbmc/qemu/docs/system/ |
H A D | keys.rst.inc | 5 grab-mod=lshift-lctrl-lalt`` changes the modifier key to Ctrl-Alt-Shift, 6 while ``-display sdl,grab-mod=rctrl`` changes it to the right Ctrl key. 33 Toggle mouse and keyboard grab.
|
/openbmc/linux/drivers/media/test-drivers/vivid/ |
H A D | vivid-kthread-out.c | 246 static void vivid_grab_controls(struct vivid_dev *dev, bool grab) in vivid_grab_controls() argument 248 v4l2_ctrl_grab(dev->ctrl_has_crop_out, grab); in vivid_grab_controls() 249 v4l2_ctrl_grab(dev->ctrl_has_compose_out, grab); in vivid_grab_controls() 250 v4l2_ctrl_grab(dev->ctrl_has_scaler_out, grab); in vivid_grab_controls() 251 v4l2_ctrl_grab(dev->ctrl_tx_mode, grab); in vivid_grab_controls() 252 v4l2_ctrl_grab(dev->ctrl_tx_rgb_range, grab); in vivid_grab_controls()
|
/openbmc/qemu/ui/ |
H A D | win32-kbd-hook.c | 99 void win32_kbd_set_grab(bool grab) in win32_kbd_set_grab() argument 101 win32_grab = grab; in win32_kbd_set_grab()
|
/openbmc/qemu/stubs/ |
H A D | win32-kbd-hook.c | 16 void win32_kbd_set_grab(bool grab) in win32_kbd_set_grab() argument
|
/openbmc/qemu/include/ui/ |
H A D | win32-kbd-hook.h | 12 void win32_kbd_set_grab(bool grab);
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | v4l2grab-example.rst | 9 This program demonstrates how to grab V4L2 images in ppm format by using
|
/openbmc/linux/drivers/input/ |
H A D | evdev.c | 31 struct evdev_client __rcu *grab; member 300 client = rcu_dereference(evdev->grab); in evdev_events() 345 if (evdev->grab) in evdev_grab() 352 rcu_assign_pointer(evdev->grab, client); in evdev_grab() 359 struct evdev_client *grab = rcu_dereference_protected(evdev->grab, in evdev_ungrab() local 362 if (grab != client) in evdev_ungrab() 365 rcu_assign_pointer(evdev->grab, NULL); in evdev_ungrab()
|
H A D | input.c | 155 handle = rcu_dereference(dev->grab); in input_pass_values() 456 struct input_handle *grab; in input_inject_event() local 463 grab = rcu_dereference(dev->grab); in input_inject_event() 464 if (!grab || grab == handle) in input_inject_event() 572 if (dev->grab) { in input_grab_device() 577 rcu_assign_pointer(dev->grab, handle); in input_grab_device() 590 grabber = rcu_dereference_protected(dev->grab, in __input_release_device() 593 rcu_assign_pointer(dev->grab, NULL); in __input_release_device()
|
/openbmc/qemu/docs/interop/ |
H A D | vhost-user.json | 97 # @no-grab: The --no-grab command line option is supported. 103 'data': [ 'evdev-path', 'no-grab' ]
|
/openbmc/u-boot/lib/ |
H A D | vsprintf.c | 846 int grab = 3; in print_grouped_ull() local 850 for (s = str; *s; s += grab) { in print_grouped_ull() 853 printf("%.*s", grab, s); in print_grouped_ull() 854 grab = 3; in print_grouped_ull()
|
/openbmc/linux/Documentation/admin-guide/gpio/ |
H A D | gpio-aggregator.rst | 22 grab the full GPIO controller, and no longer needs to care about which GPIOs to 23 grab and which not, reducing the attack surface.
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/reptyr/ |
H A D | reptyr_0.10.0.bb | 5 to grab it, and then kill the ssh session and head on home."
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | debugfs-cros-ec | 6 can be used to grab the EC logs. The kernel polls for the log 7 and keeps its own buffer but userspace should grab this and
|
/openbmc/qemu/po/ |
H A D | uk.po | 20 msgid " - Press Ctrl+Alt+G to release grab"
|
H A D | zh_CN.po | 20 msgid " - Press Ctrl+Alt+G to release grab"
|
H A D | de_DE.po | 19 msgid " - Press Ctrl+Alt+G to release grab"
|
H A D | bg.po | 20 msgid " - Press Ctrl+Alt+G to release grab"
|
H A D | fr_FR.po | 20 msgid " - Press Ctrl+Alt+G to release grab"
|
H A D | it.po | 19 msgid " - Press Ctrl+Alt+G to release grab"
|
H A D | sv.po | 20 msgid " - Press Ctrl+Alt+G to release grab"
|
H A D | hu.po | 18 msgid " - Press Ctrl+Alt+G to release grab"
|
H A D | tr.po | 21 msgid " - Press Ctrl+Alt+G to release grab"
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/jquery-treetable-license/ |
H A D | README.md | 10 Download the latest release from the jQuery Plugin Registry or grab the source
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xscreensaver/files/ |
H A D | 0002-build-Do-not-build-po-files.patch | 42 @@ -211,7 +211,7 @@ TEST_EXES = test-passwd test-uid test-xdpms test-grab \
|
/openbmc/linux/Documentation/core-api/ |
H A D | index.rst | 12 massive grab-bag of kerneldoc info left over from the docbook days; it
|