Searched refs:v4l2_ctrl_type (Results 1 – 14 of 14) sorted by relevance
/linux/Documentation/userspace-api/media/ |
A D | videodev2.h.rst.exceptions | 122 # Documented enum :c:type:`v4l2_ctrl_type` 125 replace symbol V4L2_CTRL_TYPE_BITMASK :c:type:`v4l2_ctrl_type` 126 replace symbol V4L2_CTRL_TYPE_BOOLEAN :c:type:`v4l2_ctrl_type` 127 replace symbol V4L2_CTRL_TYPE_BUTTON :c:type:`v4l2_ctrl_type` 129 replace symbol V4L2_CTRL_TYPE_INTEGER :c:type:`v4l2_ctrl_type` 132 replace symbol V4L2_CTRL_TYPE_MENU :c:type:`v4l2_ctrl_type` 133 replace symbol V4L2_CTRL_TYPE_STRING :c:type:`v4l2_ctrl_type` 134 replace symbol V4L2_CTRL_TYPE_U16 :c:type:`v4l2_ctrl_type` 135 replace symbol V4L2_CTRL_TYPE_U32 :c:type:`v4l2_ctrl_type` 136 replace symbol V4L2_CTRL_TYPE_U8 :c:type:`v4l2_ctrl_type` [all …]
|
/linux/include/media/ |
A D | v4l2-ctrls.h | 267 enum v4l2_ctrl_type type; 418 enum v4l2_ctrl_type type; 459 void v4l2_ctrl_fill(u32 id, const char **name, enum v4l2_ctrl_type *type, 1138 enum v4l2_ctrl_type type, const void *p); 1155 enum v4l2_ctrl_type type, in v4l2_ctrl_s_ctrl_compound()
|
/linux/Documentation/userspace-api/media/v4l/ |
A D | vidioc-queryctrl.rst | 117 - 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
|
A D | vidioc-dqevent.rst | 220 :c:type:`v4l2_ctrl_type`.
|
A D | hist-v4l2.rst | 825 (enum v4l2_ctrl_type), and new control flags
|
/linux/drivers/media/v4l2-core/ |
A D | v4l2-ctrls-core.c | 883 int check_range(enum v4l2_ctrl_type type, in check_range() 1159 u32 id, const char *name, enum v4l2_ctrl_type type, in v4l2_ctrl_new() 1375 enum v4l2_ctrl_type type = cfg->type; in v4l2_ctrl_new_custom() 1416 enum v4l2_ctrl_type type; in v4l2_ctrl_new_std() 1441 enum v4l2_ctrl_type type; in v4l2_ctrl_new_std_menu() 1470 enum v4l2_ctrl_type type; in v4l2_ctrl_new_std_menu_items() 1504 enum v4l2_ctrl_type type; in v4l2_ctrl_new_std_compound() 1525 enum v4l2_ctrl_type type; in v4l2_ctrl_new_int_menu()
|
A D | v4l2-ctrls-priv.h | 70 int check_range(enum v4l2_ctrl_type type,
|
A D | v4l2-ctrls-defs.c | 1192 void v4l2_ctrl_fill(u32 id, const char **name, enum v4l2_ctrl_type *type, in v4l2_ctrl_fill()
|
A D | v4l2-ctrls-api.c | 868 enum v4l2_ctrl_type type, const void *p) in __v4l2_ctrl_s_ctrl_compound()
|
/linux/drivers/media/platform/s5p-mfc/ |
A D | s5p_mfc_common.h | 743 enum v4l2_ctrl_type type;
|
/linux/drivers/media/usb/uvc/ |
A D | uvcvideo.h | 250 enum v4l2_ctrl_type v4l2_type;
|
/linux/Documentation/userspace-api/media/drivers/ |
A D | uvcvideo.rst | 162 enum v4l2_ctrl_type
|
/linux/include/uapi/linux/ |
A D | videodev2.h | 1791 enum v4l2_ctrl_type { enum
|
/linux/drivers/media/common/ |
A D | cx2341x.c | 119 static void cx2341x_ctrl_fill(u32 id, const char **name, enum v4l2_ctrl_type *type, in cx2341x_ctrl_fill()
|
Completed in 42 milliseconds