Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/usb/uvc/
Duvcvideo.h702 const struct v4l2_ext_control *xctrls,
705 const struct v4l2_ext_control *xctrls, in uvc_ctrl_commit()
716 struct v4l2_ext_control *xctrl);
718 struct v4l2_ext_control *xctrl);
Duvc_v4l2.c928 struct v4l2_ext_control xctrl; in uvc_ioctl_g_ctrl()
952 struct v4l2_ext_control xctrl; in uvc_ioctl_s_ctrl()
982 struct v4l2_ext_control *ctrl = ctrls->controls; in uvc_ioctl_g_ext_ctrls()
1008 struct v4l2_ext_control *ctrl = ctrls->controls; in uvc_ioctl_s_try_ext_ctrls()
Duvc_ctrl.c1240 const struct v4l2_ext_control *xctrls, unsigned int xctrls_count) in uvc_ctrl_send_slave_event()
1268 const struct v4l2_ext_control *xctrls, unsigned int xctrls_count) in uvc_ctrl_send_events()
1440 const struct v4l2_ext_control *xctrls, in __uvc_ctrl_commit()
1462 struct v4l2_ext_control *xctrl) in uvc_ctrl_get()
1475 struct v4l2_ext_control *xctrl) in uvc_ctrl_set()
/linux-4.4.14/drivers/media/v4l2-core/
Dv4l2-ctrls.c1451 static int ptr_to_user(struct v4l2_ext_control *c, in ptr_to_user()
1481 static int cur_to_user(struct v4l2_ext_control *c, in cur_to_user()
1488 static int new_to_user(struct v4l2_ext_control *c, in new_to_user()
1495 static int user_to_ptr(struct v4l2_ext_control *c, in user_to_ptr()
1543 static int user_to_new(struct v4l2_ext_control *c, in user_to_new()
2706 struct v4l2_ext_control *c = &cs->controls[i]; in prepare_ext_ctrls()
2831 int (*ctrl_to_user)(struct v4l2_ext_control *c, in v4l2_g_ext_ctrls()
2879 static int get_ctrl(struct v4l2_ctrl *ctrl, struct v4l2_ext_control *c) in get_ctrl()
2912 struct v4l2_ext_control c; in v4l2_g_ctrl()
2931 struct v4l2_ext_control c; in v4l2_ctrl_g_ctrl()
[all …]
Dv4l2-compat-ioctl32.c667 struct v4l2_ext_control __user *kcontrols; in get_v4l2_ext_controls32()
689 kcontrols = compat_alloc_user_space(n * sizeof(struct v4l2_ext_control)); in get_v4l2_ext_controls32()
690 kp->controls = (__force struct v4l2_ext_control *)kcontrols; in get_v4l2_ext_controls32()
716 struct v4l2_ext_control __user *kcontrols = in put_v4l2_ext_controls32()
717 (__force struct v4l2_ext_control __user *)kp->controls; in put_v4l2_ext_controls32()
Dv4l2-ioctl.c1961 struct v4l2_ext_control ctrl; in v4l_g_ctrl()
1995 struct v4l2_ext_control ctrl; in v4l_s_ctrl()
2697 *array_size = sizeof(struct v4l2_ext_control) in check_array_args()
/linux-4.4.14/drivers/media/common/
Dcx2341x.c279 struct v4l2_ext_control *ctrl) in cx2341x_get_ctrl()
393 struct v4l2_ext_control *ctrl) in cx2341x_set_ctrl()
937 static int v4l2_ctrl_check(struct v4l2_ext_control *ctrl, struct v4l2_queryctrl *qctrl, in v4l2_ctrl_check()
971 struct v4l2_ext_control *ctrl = ctrls->controls + i; in cx2341x_ext_ctrls()
982 struct v4l2_ext_control *ctrl = ctrls->controls + i; in cx2341x_ext_ctrls()
1168 struct v4l2_ext_control ctrl; in cx2341x_menu_item()
/linux-4.4.14/drivers/media/usb/pvrusb2/
Dpvrusb2-v4l2.c630 struct v4l2_ext_control *ctrl; in pvr2_g_ext_ctrls()
657 struct v4l2_ext_control *ctrl; in pvr2_s_ext_ctrls()
680 struct v4l2_ext_control *ctrl; in pvr2_try_ext_ctrls()
Dpvrusb2-hdw.c751 struct v4l2_ext_control c1; in ctrl_cx2341x_get()
769 struct v4l2_ext_control c1; in ctrl_cx2341x_set()
3108 struct v4l2_ext_control c1; in pvr2_hdw_commit_execute()
3170 struct v4l2_ext_control c1; in pvr2_hdw_commit_execute()
/linux-4.4.14/include/uapi/linux/
Dvideodev2.h1463 struct v4l2_ext_control { struct
1483 struct v4l2_ext_control *controls; argument
/linux-4.4.14/drivers/media/platform/omap3isp/
Dispvideo.c894 struct v4l2_ext_control ctrl; in isp_video_check_external_subdevs()