Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/media/
Dv4l2-ctrls.h853 void __v4l2_ctrl_grab(struct v4l2_ctrl *ctrl, bool grabbed);
870 static inline void v4l2_ctrl_grab(struct v4l2_ctrl *ctrl, bool grabbed) in v4l2_ctrl_grab() argument
876 __v4l2_ctrl_grab(ctrl, grabbed); in v4l2_ctrl_grab()
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/
Dformat.rst47 multiple file descriptors which grabbed different logical streams
/kernel/linux/linux-5.10/Documentation/input/devices/
Dyealink.rst209 in dmesg, it means that the hid driver has grabbed the device first. Try to
/kernel/linux/linux-5.10/Documentation/scsi/
Dscsi-changer.rst54 ioctl interface. Just grabbed NetBSD's header file and one of the
/kernel/linux/linux-5.10/Documentation/driver-api/media/
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
/kernel/linux/linux-5.10/Documentation/networking/
Ddecnet.rst191 You may also need to increase the length grabbed with the -s flag. The
/kernel/linux/linux-5.10/Documentation/sound/designs/
Dcompress-offload.rst138 of samples rendered/grabbed. All these values can be used to determine
/kernel/linux/linux-5.10/drivers/media/v4l2-core/
Dv4l2-ctrls.c3058 void __v4l2_ctrl_grab(struct v4l2_ctrl *ctrl, bool grabbed) in __v4l2_ctrl_grab() argument
3067 if (grabbed) in __v4l2_ctrl_grab()
3073 if (old != grabbed) in __v4l2_ctrl_grab()
/kernel/linux/linux-5.10/Documentation/doc-guide/
Dcontributing.rst55 For example, in a documentation build I grabbed a pair of warnings nearly
/kernel/linux/linux-5.10/Documentation/filesystems/
Dpath-lookup.txt324 very least because i_mutex needs to be grabbed, and objects allocated.
Dvfs.rst170 caller. An active reference to its superblock must be grabbed and the
/kernel/linux/linux-5.10/Documentation/process/
Dsubmitting-patches.rst28 which can be grabbed with::