/Linux-v4.19/drivers/media/platform/vivid/ |
D | vivid-kthread-out.c | 206 static void vivid_grab_controls(struct vivid_dev *dev, bool grab) in vivid_grab_controls() argument 208 v4l2_ctrl_grab(dev->ctrl_has_crop_out, grab); in vivid_grab_controls() 209 v4l2_ctrl_grab(dev->ctrl_has_compose_out, grab); in vivid_grab_controls() 210 v4l2_ctrl_grab(dev->ctrl_has_scaler_out, grab); in vivid_grab_controls() 211 v4l2_ctrl_grab(dev->ctrl_tx_mode, grab); in vivid_grab_controls() 212 v4l2_ctrl_grab(dev->ctrl_tx_rgb_range, grab); in vivid_grab_controls()
|
D | vivid-kthread-cap.c | 836 static void vivid_grab_controls(struct vivid_dev *dev, bool grab) in vivid_grab_controls() argument 838 v4l2_ctrl_grab(dev->ctrl_has_crop_cap, grab); in vivid_grab_controls() 839 v4l2_ctrl_grab(dev->ctrl_has_compose_cap, grab); in vivid_grab_controls() 840 v4l2_ctrl_grab(dev->ctrl_has_scaler_cap, grab); in vivid_grab_controls()
|
/Linux-v4.19/Documentation/media/uapi/v4l/ |
D | v4l2grab-example.rst | 9 This program demonstrates how to grab V4L2 images in ppm format by using
|
D | format.rst | 42 descriptor, can grab this stream or change device properties
|
D | capture.c.rst | 576 "-c | --count Number of frames to grab [%i]n"
|
/Linux-v4.19/drivers/input/ |
D | evdev.c | 42 struct evdev_client __rcu *grab; member 322 client = rcu_dereference(evdev->grab); in evdev_events() 381 if (evdev->grab) in evdev_grab() 388 rcu_assign_pointer(evdev->grab, client); in evdev_grab() 395 struct evdev_client *grab = rcu_dereference_protected(evdev->grab, in evdev_ungrab() local 398 if (grab != client) in evdev_ungrab() 401 rcu_assign_pointer(evdev->grab, NULL); in evdev_ungrab()
|
D | input.c | 142 handle = rcu_dereference(dev->grab); in input_pass_values() 457 struct input_handle *grab; in input_inject_event() local 464 grab = rcu_dereference(dev->grab); in input_inject_event() 465 if (!grab || grab == handle) in input_inject_event() 537 if (dev->grab) { in input_grab_device() 542 rcu_assign_pointer(dev->grab, handle); in input_grab_device() 555 grabber = rcu_dereference_protected(dev->grab, in __input_release_device() 558 rcu_assign_pointer(dev->grab, NULL); in __input_release_device()
|
/Linux-v4.19/Documentation/devicetree/bindings/display/hisilicon/ |
D | hisi-ade.txt | 3 ADE (Advanced Display Engine) is the display controller which grab image
|
/Linux-v4.19/Documentation/kernel-hacking/ |
D | locking.rst | 153 Then you can call :c:func:`mutex_lock_interruptible()` to grab the 263 interrupts on that cpu, then grab the lock. 802 - You can make ``cache_lock`` non-static, and tell people to grab that 863 is logically part of the infrastructure. This way, I don't need to grab 868 grab each object lock in :c:func:`__cache_find()` to examine the 883 There is a coding bug where a piece of code tries to grab a spinlock 909 you grab the spinlock of the old hash chain and the spinlock of the new 944 deadlock, because it never tries to grab another lock while it has that 1034 grab the lock only when we are ready to insert it in the list. 1038 the last one to grab the lock (ie. is the lock cache-hot for this CPU):
|
/Linux-v4.19/Documentation/locking/ |
D | rt-mutex.txt | 73 that has no owner and has been woken up to grab the lock.
|
D | rt-mutex-design.txt | 35 priority process, C is the lowest, and B is in between. A tries to grab a lock 46 grab lock L1 (owned by C) 430 does not implement CMPXCHG would always grab the lock (if there's no 433 try_to_take_rt_mutex is used every time the task tries to grab a mutex in the 437 without going into the slow unlock path, and it would then need to grab the
|
/Linux-v4.19/arch/sparc/kernel/ |
D | wof.S | 100 ld [%curptr + TI_UWINMASK], %twin_tmp ! grab win mask
|
/Linux-v4.19/Documentation/pti/ |
D | pti_intel_mid.txt | 58 // these two vars used to grab LDISC values from loaded ldisc drivers
|
/Linux-v4.19/arch/alpha/lib/ |
D | ev6-memcpy.S | 52 ldbu $1, 0($17) # L : grab a byte
|
/Linux-v4.19/include/linux/ |
D | input.h | 172 struct input_handle __rcu *grab; member
|
/Linux-v4.19/arch/powerpc/kvm/ |
D | book3s_32_mmu_host.c | 51 #error XXX need to grab mmu_hash_lock
|
/Linux-v4.19/Documentation/RCU/ |
D | rcu.txt | 58 primitives. Or grab one of the cscope databases from:
|
/Linux-v4.19/arch/arm/mach-ep93xx/ |
D | crunch-bits.S | 275 1: @ this task owns crunch regs -- grab a copy from there
|
/Linux-v4.19/arch/arm/kernel/ |
D | iwmmxt.S | 268 1: @ this task owns Concan regs -- grab a copy from there
|
/Linux-v4.19/Documentation/networking/ |
D | de4x5.txt | 127 because the SCSI card wants to grab the interrupt as a fast interrupt
|
/Linux-v4.19/Documentation/pps/ |
D | pps.txt | 72 It is possible to grab the PPS from an USB to serial device. However,
|
/Linux-v4.19/Documentation/input/ |
D | input-programming.rst | 133 release the interrupt and when it must resume polling or grab the interrupt
|
/Linux-v4.19/Documentation/nvdimm/ |
D | btt.txt | 169 grab this free block, and start writing to it, causing the reader to read
|
/Linux-v4.19/Documentation/ |
D | robust-futexes.txt | 17 someone else wants to grab it too) then the lock is marked with a value
|
/Linux-v4.19/Documentation/admin-guide/ |
D | sysrq.rst | 159 trojan program running at console which could grab your password
|