Home
last modified time | relevance | path

Searched refs:v4l2_ext_control (Results 1 – 14 of 14) sorted by relevance

/Linux-v4.19/Documentation/media/uapi/v4l/
Dvidioc-g-ext-ctrls.rst51 struct :c:type:`v4l2_ext_control` array pointed to
56 :c:type:`v4l2_ext_control` and call the
78 of each struct :c:type:`v4l2_ext_control` and call
85 :c:type:`v4l2_ext_control` and call the
94 :c:type:`v4l2_ext_control`. If the new control value
106 .. c:type:: v4l2_ext_control
110 .. flat-table:: struct v4l2_ext_control
280 * - struct :c:type:`v4l2_ext_control` *
282 - Pointer to an array of ``count`` v4l2_ext_control structures.
349 The struct :c:type:`v4l2_ext_control` ``id`` is
[all …]
Dvidioc-queryctrl.rst395 :c:type:`v4l2_ext_control` to 9. For
499 :c:type:`v4l2_ext_control`. This flag is set
Dextended-controls.rst68 :c:type:`v4l2_ext_control` array. The
69 struct :c:type:`v4l2_ext_control` is very similar to
73 Since the struct :c:type:`v4l2_ext_control` supports
/Linux-v4.19/drivers/media/usb/uvc/
Duvcvideo.h775 const struct v4l2_ext_control *xctrls,
778 const struct v4l2_ext_control *xctrls, in uvc_ctrl_commit()
788 int uvc_ctrl_get(struct uvc_video_chain *chain, struct v4l2_ext_control *xctrl);
789 int uvc_ctrl_set(struct uvc_fh *handle, struct v4l2_ext_control *xctrl);
Duvc_v4l2.c962 struct v4l2_ext_control xctrl; in uvc_ioctl_g_ctrl()
986 struct v4l2_ext_control xctrl; in uvc_ioctl_s_ctrl()
1016 struct v4l2_ext_control *ctrl = ctrls->controls; in uvc_ioctl_g_ext_ctrls()
1058 struct v4l2_ext_control *ctrl = ctrls->controls; in uvc_ioctl_s_try_ext_ctrls()
Duvc_ctrl.c1346 static bool uvc_ctrl_xctrls_has_control(const struct v4l2_ext_control *xctrls, in uvc_ctrl_xctrls_has_control()
1360 const struct v4l2_ext_control *xctrls, unsigned int xctrls_count) in uvc_ctrl_send_events()
1542 const struct v4l2_ext_control *xctrls, in __uvc_ctrl_commit()
1564 struct v4l2_ext_control *xctrl) in uvc_ctrl_get()
1577 struct v4l2_ext_control *xctrl) in uvc_ctrl_set()
/Linux-v4.19/drivers/media/v4l2-core/
Dv4l2-ctrls.c1628 static int ptr_to_user(struct v4l2_ext_control *c, in ptr_to_user()
1658 static int cur_to_user(struct v4l2_ext_control *c, in cur_to_user()
1665 static int new_to_user(struct v4l2_ext_control *c, in new_to_user()
1672 static int def_to_user(struct v4l2_ext_control *c, struct v4l2_ctrl *ctrl) in def_to_user()
1683 static int user_to_ptr(struct v4l2_ext_control *c, in user_to_ptr()
1731 static int user_to_new(struct v4l2_ext_control *c, in user_to_new()
2876 struct v4l2_ext_control *c = &cs->controls[i]; in prepare_ext_ctrls()
3006 int (*ctrl_to_user)(struct v4l2_ext_control *c, in v4l2_g_ext_ctrls()
3051 static int get_ctrl(struct v4l2_ctrl *ctrl, struct v4l2_ext_control *c) in get_ctrl()
3084 struct v4l2_ext_control c; in v4l2_g_ctrl()
[all …]
Dv4l2-compat-ioctl32.c892 *size = count * sizeof(struct v4l2_ext_control); in bufsize_v4l2_ext_controls()
902 struct v4l2_ext_control __user *kcontrols; in get_v4l2_ext_controls32()
959 struct v4l2_ext_control *kcontrols; in put_v4l2_ext_controls32()
Dv4l2-ioctl.c2047 struct v4l2_ext_control ctrl; in v4l_g_ctrl()
2081 struct v4l2_ext_control ctrl; in v4l_s_ctrl()
2921 *array_size = sizeof(struct v4l2_ext_control) in check_array_args()
/Linux-v4.19/drivers/media/common/
Dcx2341x.c275 struct v4l2_ext_control *ctrl) in cx2341x_get_ctrl()
389 struct v4l2_ext_control *ctrl) in cx2341x_set_ctrl()
933 static int v4l2_ctrl_check(struct v4l2_ext_control *ctrl, struct v4l2_queryctrl *qctrl, in v4l2_ctrl_check()
967 struct v4l2_ext_control *ctrl = ctrls->controls + i; in cx2341x_ext_ctrls()
978 struct v4l2_ext_control *ctrl = ctrls->controls + i; in cx2341x_ext_ctrls()
1164 struct v4l2_ext_control ctrl; in cx2341x_menu_item()
/Linux-v4.19/drivers/media/usb/pvrusb2/
Dpvrusb2-v4l2.c625 struct v4l2_ext_control *ctrl; in pvr2_g_ext_ctrls()
660 struct v4l2_ext_control *ctrl; in pvr2_s_ext_ctrls()
689 struct v4l2_ext_control *ctrl; in pvr2_try_ext_ctrls()
Dpvrusb2-hdw.c747 struct v4l2_ext_control c1; in ctrl_cx2341x_get()
765 struct v4l2_ext_control c1; in ctrl_cx2341x_set()
3049 struct v4l2_ext_control c1; in pvr2_hdw_commit_execute()
3111 struct v4l2_ext_control c1; in pvr2_hdw_commit_execute()
/Linux-v4.19/include/uapi/linux/
Dvideodev2.h1578 struct v4l2_ext_control { struct
1603 struct v4l2_ext_control *controls; argument
/Linux-v4.19/drivers/media/platform/omap3isp/
Dispvideo.c978 struct v4l2_ext_control ctrl; in isp_video_check_external_subdevs()