Home
last modified time | relevance | path

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

/linux-6.15/include/media/
H A Dv4l2-ctrls.h914 void __v4l2_ctrl_grab(struct v4l2_ctrl *ctrl, bool grabbed);
931 static inline void v4l2_ctrl_grab(struct v4l2_ctrl *ctrl, bool grabbed) in v4l2_ctrl_grab() argument
937 __v4l2_ctrl_grab(ctrl, grabbed); in v4l2_ctrl_grab()
/linux-6.15/fs/bcachefs/
H A Dfs.c2201 DARRAY(struct bch_inode_info *) grabbed; in bch2_evict_subvolume_inodes()
2212 darray_init(&grabbed); in bch2_evict_subvolume_inodes()
2213 darray_make_room(&grabbed, 1024); in bch2_evict_subvolume_inodes()
2228 if (darray_push_gfp(&grabbed, inode, GFP_ATOMIC|__GFP_NOWARN)) { in bch2_evict_subvolume_inodes()
2248 darray_for_each(grabbed, i) { in bch2_evict_subvolume_inodes()
2254 grabbed.nr = 0; in bch2_evict_subvolume_inodes()
2261 darray_exit(&grabbed); in bch2_evict_subvolume_inodes()
/linux-6.15/Documentation/userspace-api/media/v4l/
H A Dformat.rst47 multiple file descriptors which grabbed different logical streams
/linux-6.15/Documentation/input/devices/
H A Dyealink.rst209 in dmesg, it means that the hid driver has grabbed the device first. Try to
/linux-6.15/Documentation/scsi/
H A Dscsi-changer.rst54 ioctl interface. Just grabbed NetBSD's header file and one of the
/linux-6.15/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-6.15/drivers/media/v4l2-core/
H A Dv4l2-ctrls-core.c2553 void __v4l2_ctrl_grab(struct v4l2_ctrl *ctrl, bool grabbed) in __v4l2_ctrl_grab() argument
2562 if (grabbed) in __v4l2_ctrl_grab()
2568 if (old != grabbed) in __v4l2_ctrl_grab()
/linux-6.15/Documentation/sound/designs/
H A Dcompress-offload.rst138 of samples rendered/grabbed. All these values can be used to determine
/linux-6.15/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-6.15/Documentation/networking/
H A Dsfp-phylink.rst305 some PCS sit on an MDIO bus and are grabbed by passing a pointer to the
/linux-6.15/Documentation/doc-guide/
H A Dcontributing.rst55 For example, in a documentation build I grabbed a pair of warnings nearly
/linux-6.15/Documentation/filesystems/
H A Dnetfs_library.rst366 allocated/grabbed the folio to be modified to allow the filesystem to flush
H A Dpath-lookup.txt324 very least because i_mutex needs to be grabbed, and objects allocated.
H A Dvfs.rst193 caller. An active reference to its superblock must be grabbed and the
/linux-6.15/Documentation/process/
H A Dsubmitting-patches.rst33 which can be grabbed with::
/linux-6.15/Documentation/filesystems/xfs/
H A Dxfs-online-fsck-design.rst1751 3. Otherwise, release the resources grabbed in step 1.