Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/media/test-drivers/vivid/
H A Dvivid-kthread-out.c242 static void vivid_grab_controls(struct vivid_dev *dev, bool grab) in vivid_grab_controls() argument
244 v4l2_ctrl_grab(dev->ctrl_has_crop_out, grab); in vivid_grab_controls()
245 v4l2_ctrl_grab(dev->ctrl_has_compose_out, grab); in vivid_grab_controls()
246 v4l2_ctrl_grab(dev->ctrl_has_scaler_out, grab); in vivid_grab_controls()
247 v4l2_ctrl_grab(dev->ctrl_tx_mode, grab); in vivid_grab_controls()
248 v4l2_ctrl_grab(dev->ctrl_tx_rgb_range, grab); in vivid_grab_controls()
H A Dvivid-kthread-cap.c897 static void vivid_grab_controls(struct vivid_dev *dev, bool grab) in vivid_grab_controls() argument
899 v4l2_ctrl_grab(dev->ctrl_has_crop_cap, grab); in vivid_grab_controls()
900 v4l2_ctrl_grab(dev->ctrl_has_compose_cap, grab); in vivid_grab_controls()
901 v4l2_ctrl_grab(dev->ctrl_has_scaler_cap, grab); in vivid_grab_controls()
/kernel/linux/linux-6.6/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()
H A Dvivid-kthread-cap.c776 static void vivid_grab_controls(struct vivid_dev *dev, bool grab) in vivid_grab_controls() argument
778 v4l2_ctrl_grab(dev->ctrl_has_crop_cap, grab); in vivid_grab_controls()
779 v4l2_ctrl_grab(dev->ctrl_has_compose_cap, grab); in vivid_grab_controls()
780 v4l2_ctrl_grab(dev->ctrl_has_scaler_cap, grab); in vivid_grab_controls()
/kernel/linux/linux-5.10/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.c153 handle = rcu_dereference(dev->grab); in input_pass_values()
476 struct input_handle *grab; in input_inject_event() local
483 grab = rcu_dereference(dev->grab); in input_inject_event()
484 if (!grab || grab == handle) in input_inject_event()
556 if (dev->grab) { in input_grab_device()
561 rcu_assign_pointer(dev->grab, handle); in input_grab_device()
574 grabber = rcu_dereference_protected(dev->grab, in __input_release_device()
577 rcu_assign_pointer(dev->grab, NUL in __input_release_device()
[all...]
/kernel/linux/linux-6.6/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, NUL in __input_release_device()
[all...]
/kernel/linux/linux-5.10/arch/sparc/kernel/
H A Dwof.S100 ld [%curptr + TI_UWINMASK], %twin_tmp ! grab win mask
/kernel/linux/linux-5.10/arch/alpha/lib/
H A Dev6-memcpy.S52 ldbu $1, 0($17) # L : grab a byte
/kernel/linux/linux-6.6/arch/alpha/lib/
H A Dev6-memcpy.S52 ldbu $1, 0($17) # L : grab a byte
/kernel/linux/linux-6.6/arch/sparc/kernel/
H A Dwof.S100 ld [%curptr + TI_UWINMASK], %twin_tmp ! grab win mask
/kernel/linux/linux-5.10/include/linux/
H A Dinput.h103 * @grab: input handle that currently has the device grabbed (via
184 struct input_handle __rcu *grab; member
/kernel/linux/linux-6.6/include/linux/
H A Dinput.h105 * @grab: input handle that currently has the device grabbed (via
190 struct input_handle __rcu *grab; member
/kernel/linux/linux-5.10/arch/arm/mach-ep93xx/
H A Dcrunch-bits.S272 1: @ this task owns crunch regs -- grab a copy from there
/kernel/linux/linux-5.10/arch/arm/kernel/
H A Diwmmxt.S266 1: @ this task owns Concan regs -- grab a copy from there
/kernel/linux/linux-5.10/arch/powerpc/kvm/
H A Dbook3s_32_mmu_host.c39 #error XXX need to grab mmu_hash_lock
/kernel/linux/linux-6.6/arch/arm/kernel/
H A Diwmmxt.S276 1: @ this task owns Concan regs -- grab a copy from there
/kernel/linux/linux-6.6/arch/powerpc/kvm/
H A Dbook3s_32_mmu_host.c39 #error XXX need to grab mmu_hash_lock
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/src/
H A Dilsp.S578 # now, grab the condition codes. only one that can be set is 'N'.
H A Dpfpsp.S642 fsave FP_SRC(%a6) # grab the "busy" frame
882 fsave FP_SRC(%a6) # grab the "busy" frame
3110 fsave FP_SRC(%a6) # grab the "busy" frame
3306 fsave FP_SRC(%a6) # grab the "busy" frame
3598 fsave FP_SRC(%a6) # grab the "busy" frame
3772 fsave FP_SRC(%a6) # grab the "busy" frame
13907 mov.w (%sp),%d3 # grab exponent
H A Dfpsp.S643 fsave FP_SRC(%a6) # grab the "busy" frame
883 fsave FP_SRC(%a6) # grab the "busy" frame
3111 fsave FP_SRC(%a6) # grab the "busy" frame
3307 fsave FP_SRC(%a6) # grab the "busy" frame
3599 fsave FP_SRC(%a6) # grab the "busy" frame
3773 fsave FP_SRC(%a6) # grab the "busy" frame
10428 lea (tbl_unf_result.b,%pc,%d1.w*8),%a0 # grab result ptr
23947 mov.w (%sp),%d3 # grab exponent
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/src/
H A Dilsp.S578 # now, grab the condition codes. only one that can be set is 'N'.
H A Dpfpsp.S642 fsave FP_SRC(%a6) # grab the "busy" frame
882 fsave FP_SRC(%a6) # grab the "busy" frame
3110 fsave FP_SRC(%a6) # grab the "busy" frame
3306 fsave FP_SRC(%a6) # grab the "busy" frame
3598 fsave FP_SRC(%a6) # grab the "busy" frame
3772 fsave FP_SRC(%a6) # grab the "busy" frame
13907 mov.w (%sp),%d3 # grab exponent
H A Dfpsp.S643 fsave FP_SRC(%a6) # grab the "busy" frame
883 fsave FP_SRC(%a6) # grab the "busy" frame
3111 fsave FP_SRC(%a6) # grab the "busy" frame
3307 fsave FP_SRC(%a6) # grab the "busy" frame
3599 fsave FP_SRC(%a6) # grab the "busy" frame
3773 fsave FP_SRC(%a6) # grab the "busy" frame
10428 lea (tbl_unf_result.b,%pc,%d1.w*8),%a0 # grab result ptr
23947 mov.w (%sp),%d3 # grab exponent

Completed in 99 milliseconds