Home
last modified time | relevance | path

Searched refs:grabbed (Results 1 – 14 of 14) sorted by relevance

/linux/include/media/
H A Dv4l2-ctrls.h886 void __v4l2_ctrl_grab(struct v4l2_ctrl *ctrl, bool grabbed);
903 static inline void v4l2_ctrl_grab(struct v4l2_ctrl *ctrl, bool grabbed) in v4l2_ctrl_grab() argument
909 __v4l2_ctrl_grab(ctrl, grabbed); in v4l2_ctrl_grab()
/linux/fs/bcachefs/
H A Dfs.c1853 DARRAY(struct bch_inode_info *) grabbed; in bch2_evict_subvolume_inodes()
1864 darray_init(&grabbed); in bch2_evict_subvolume_inodes()
1865 darray_make_room(&grabbed, 1024); in bch2_evict_subvolume_inodes()
1880 if (darray_push_gfp(&grabbed, inode, GFP_ATOMIC|__GFP_NOWARN)) { in bch2_evict_subvolume_inodes()
1900 darray_for_each(grabbed, i) { in bch2_evict_subvolume_inodes()
1906 grabbed.nr = 0; in bch2_evict_subvolume_inodes()
1913 darray_exit(&grabbed); in bch2_evict_subvolume_inodes()
/linux/Documentation/userspace-api/media/v4l/
H A Dformat.rst47 multiple file descriptors which grabbed different logical streams
/linux/Documentation/input/devices/
H A Dyealink.rst209 in dmesg, it means that the hid driver has grabbed the device first. Try to
/linux/Documentation/scsi/
H A Dscsi-changer.rst54 ioctl interface. Just grabbed NetBSD's header file and one of the
/linux/Documentation/driver-api/media/
H A Dv4l2-controls.rst492 The other flag is the 'grabbed' flag. A grabbed control means that you cannot
496 If a control is set to 'grabbed' using v4l2_ctrl_grab(), then the framework
/linux/drivers/media/v4l2-core/
H A Dv4l2-ctrls-core.c2434 void __v4l2_ctrl_grab(struct v4l2_ctrl *ctrl, bool grabbed) in __v4l2_ctrl_grab() argument
2443 if (grabbed) in __v4l2_ctrl_grab()
2449 if (old != grabbed) in __v4l2_ctrl_grab()
/linux/Documentation/gpu/
H A Ddrm-vm-bind-locking.rst110 list. For those implementations, the spinlocks are grabbed when the
419 mmap_lock that is grabbed when resolving a CPU pagefault. This means
/linux/Documentation/sound/designs/
H A Dcompress-offload.rst138 of samples rendered/grabbed. All these values can be used to determine
/linux/Documentation/networking/
H A Dsfp-phylink.rst305 some PCS sit on an MDIO bus and are grabbed by passing a pointer to the
/linux/Documentation/doc-guide/
H A Dcontributing.rst55 For example, in a documentation build I grabbed a pair of warnings nearly
/linux/Documentation/filesystems/
H A Dnetfs_library.rst366 allocated/grabbed the folio to be modified to allow the filesystem to flush
H A Dvfs.rst193 caller. An active reference to its superblock must be grabbed and the
/linux/Documentation/process/
H A Dsubmitting-patches.rst33 which can be grabbed with::