Home
last modified time | relevance | path

Searched refs:v4l2_ctrl_type (Results 1 – 15 of 15) sorted by relevance

/linux-6.15/Documentation/userspace-api/media/
H A Dvideodev2.h.rst.exceptions125 # Documented enum :c:type:`v4l2_ctrl_type`
128 replace symbol V4L2_CTRL_TYPE_BITMASK :c:type:`v4l2_ctrl_type`
129 replace symbol V4L2_CTRL_TYPE_BOOLEAN :c:type:`v4l2_ctrl_type`
130 replace symbol V4L2_CTRL_TYPE_BUTTON :c:type:`v4l2_ctrl_type`
135 replace symbol V4L2_CTRL_TYPE_MENU :c:type:`v4l2_ctrl_type`
136 replace symbol V4L2_CTRL_TYPE_STRING :c:type:`v4l2_ctrl_type`
137 replace symbol V4L2_CTRL_TYPE_U16 :c:type:`v4l2_ctrl_type`
138 replace symbol V4L2_CTRL_TYPE_U32 :c:type:`v4l2_ctrl_type`
139 replace symbol V4L2_CTRL_TYPE_U8 :c:type:`v4l2_ctrl_type`
152 replace symbol V4L2_CTRL_TYPE_AREA :c:type:`v4l2_ctrl_type`
[all …]
/linux-6.15/include/media/
H A Dv4l2-ctrls.h296 enum v4l2_ctrl_type type;
467 enum v4l2_ctrl_type type;
510 void v4l2_ctrl_fill(u32 id, const char **name, enum v4l2_ctrl_type *type,
1250 enum v4l2_ctrl_type type, const void *p);
1267 enum v4l2_ctrl_type type, in v4l2_ctrl_s_ctrl_compound()
/linux-6.15/Documentation/userspace-api/media/v4l/
H A Dvidioc-queryctrl.rst117 - Type of control, see :c:type:`v4l2_ctrl_type`.
125 control. See enum :c:type:`v4l2_ctrl_type` how
131 control. See enum :c:type:`v4l2_ctrl_type` how
137 :c:type:`v4l2_ctrl_type` how the step value is
198 - Type of control, see :c:type:`v4l2_ctrl_type`.
206 control. See enum :c:type:`v4l2_ctrl_type` how
212 control. See enum :c:type:`v4l2_ctrl_type` how
218 :c:type:`v4l2_ctrl_type` how the step value is
309 .. c:type:: v4l2_ctrl_type
319 .. flat-table:: enum v4l2_ctrl_type
H A Dvidioc-dqevent.rst220 :c:type:`v4l2_ctrl_type`.
H A Dhist-v4l2.rst825 (enum v4l2_ctrl_type), and new control flags
/linux-6.15/drivers/media/platform/imagination/
H A De5010-jpeg-enc.h159 enum v4l2_ctrl_type type;
/linux-6.15/drivers/media/v4l2-core/
H A Dv4l2-ctrls-priv.h69 int check_range(enum v4l2_ctrl_type type,
H A Dv4l2-ctrls-core.c1567 int check_range(enum v4l2_ctrl_type type, in check_range()
1835 u32 id, const char *name, enum v4l2_ctrl_type type, in v4l2_ctrl_new()
2129 enum v4l2_ctrl_type type = cfg->type; in v4l2_ctrl_new_custom()
2171 enum v4l2_ctrl_type type; in v4l2_ctrl_new_std()
2197 enum v4l2_ctrl_type type; in v4l2_ctrl_new_std_menu()
2227 enum v4l2_ctrl_type type; in v4l2_ctrl_new_std_menu_items()
2264 enum v4l2_ctrl_type type; in v4l2_ctrl_new_std_compound()
2285 enum v4l2_ctrl_type type; in v4l2_ctrl_new_int_menu()
H A Dv4l2-ctrls-defs.c1252 void v4l2_ctrl_fill(u32 id, const char **name, enum v4l2_ctrl_type *type, in v4l2_ctrl_fill()
H A Dv4l2-ctrls-api.c948 enum v4l2_ctrl_type type, const void *p) in __v4l2_ctrl_s_ctrl_compound()
/linux-6.15/drivers/media/platform/samsung/s5p-mfc/
H A Ds5p_mfc_common.h753 enum v4l2_ctrl_type type;
/linux-6.15/drivers/media/usb/uvc/
H A Duvcvideo.h126 enum v4l2_ctrl_type v4l2_type;
/linux-6.15/Documentation/userspace-api/media/drivers/
H A Duvcvideo.rst162 enum v4l2_ctrl_type
/linux-6.15/drivers/media/common/
H A Dcx2341x.c119 static void cx2341x_ctrl_fill(u32 id, const char **name, enum v4l2_ctrl_type *type, in cx2341x_ctrl_fill()
/linux-6.15/include/uapi/linux/
H A Dvideodev2.h1918 enum v4l2_ctrl_type { enum