Lines Matching +full:enum +full:- +full:as +full:- +full:flags
1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
11 * it under the terms of the GNU General Public License version 2 as
21 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
29 #include <linux/v4l2-common.h>
30 #include <linux/v4l2-mediabus.h>
33 * enum v4l2_subdev_format_whence - Media bus format type
37 enum v4l2_subdev_format_whence {
43 * struct v4l2_subdev_format - Pad-level media bus format
44 * @which: format type (from enum v4l2_subdev_format_whence)
45 * @pad: pad number, as reported by the media API
56 * struct v4l2_subdev_crop - Pad-level crop settings
57 * @which: format type (from enum v4l2_subdev_format_whence)
58 * @pad: pad number, as reported by the media API
75 * struct v4l2_subdev_mbus_code_enum - Media bus format enumeration
76 * @pad: pad number, as reported by the media API
79 * @which: format type (from enum v4l2_subdev_format_whence)
80 * @flags: flags set by the driver, (V4L2_SUBDEV_MBUS_CODE_*)
87 __u32 flags; member
92 * struct v4l2_subdev_frame_size_enum - Media bus format enumeration
93 * @pad: pad number, as reported by the media API
96 * @which: format type (from enum v4l2_subdev_format_whence)
111 * struct v4l2_subdev_frame_interval - Pad-level frame rate
112 * @pad: pad number, as reported by the media API
122 * struct v4l2_subdev_frame_interval_enum - Frame interval enumeration
123 * @pad: pad number, as reported by the media API
129 * @which: format type (from enum v4l2_subdev_format_whence)
143 * struct v4l2_subdev_selection - selection info
146 * @pad: pad number, as reported by the media API
148 * defined in v4l2-common.h; V4L2_SEL_TGT_* .
149 * @flags: constraint flags, defined in v4l2-common.h; V4L2_SEL_FLAG_*.
161 __u32 flags; member
167 * struct v4l2_subdev_capability - subdev capabilities
178 /* The v4l2 sub-device video device node is registered in read-only mode. */
181 /* Backwards compatibility define --- to be removed */