Home
last modified time | relevance | path

Searched refs:grab (Results 1 – 25 of 82) sorted by relevance

1234

/openbmc/qemu/docs/system/
H A Dkeys.rst.inc5 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 Dvivid-kthread-out.c246 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 Dwin32-kbd-hook.c99 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 Dwin32-kbd-hook.c16 void win32_kbd_set_grab(bool grab) in win32_kbd_set_grab() argument
/openbmc/qemu/include/ui/
H A Dwin32-kbd-hook.h12 void win32_kbd_set_grab(bool grab);
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dv4l2grab-example.rst9 This program demonstrates how to grab V4L2 images in ppm format by using
/openbmc/linux/drivers/input/
H A Devdev.c31 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 Dinput.c155 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 Dvhost-user.json97 # @no-grab: The --no-grab command line option is supported.
103 'data': [ 'evdev-path', 'no-grab' ]
/openbmc/u-boot/lib/
H A Dvsprintf.c846 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 Dgpio-aggregator.rst22 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 Dreptyr_0.10.0.bb5 to grab it, and then kill the ssh session and head on home."
/openbmc/linux/Documentation/ABI/testing/
H A Ddebugfs-cros-ec6 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 Duk.po20 msgid " - Press Ctrl+Alt+G to release grab"
H A Dzh_CN.po20 msgid " - Press Ctrl+Alt+G to release grab"
H A Dde_DE.po19 msgid " - Press Ctrl+Alt+G to release grab"
H A Dbg.po20 msgid " - Press Ctrl+Alt+G to release grab"
H A Dfr_FR.po20 msgid " - Press Ctrl+Alt+G to release grab"
H A Dit.po19 msgid " - Press Ctrl+Alt+G to release grab"
H A Dsv.po20 msgid " - Press Ctrl+Alt+G to release grab"
H A Dhu.po18 msgid " - Press Ctrl+Alt+G to release grab"
H A Dtr.po21 msgid " - Press Ctrl+Alt+G to release grab"
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/jquery-treetable-license/
H A DREADME.md10 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 D0002-build-Do-not-build-po-files.patch42 @@ -211,7 +211,7 @@ TEST_EXES = test-passwd test-uid test-xdpms test-grab \
/openbmc/linux/Documentation/core-api/
H A Dindex.rst12 massive grab-bag of kerneldoc info left over from the docbook days; it

1234